Search in sources :

Example 16 with DocumentRouteHeaderValue

use of org.kuali.kfs.kew.routeheader.DocumentRouteHeaderValue in project cu-kfs by CU-CommunityApps.

the class DocumentOperationAction method clear.

public ActionForward clear(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
    DocumentOperationForm docForm = (DocumentOperationForm) form;
    docForm.setRouteHeader(new DocumentRouteHeaderValue());
    docForm.setDocumentId(null);
    return mapping.findForward("basic");
}
Also used : DocumentRouteHeaderValue(org.kuali.kfs.kew.routeheader.DocumentRouteHeaderValue)

Aggregations

DocumentRouteHeaderValue (org.kuali.kfs.kew.routeheader.DocumentRouteHeaderValue)16 ParseException (java.text.ParseException)5 ActionMessage (org.apache.struts.action.ActionMessage)5 ActionMessages (org.apache.struts.action.ActionMessages)5 WorkflowRuntimeException (org.kuali.kfs.kew.api.WorkflowRuntimeException)5 WorkflowServiceErrorException (org.kuali.kfs.kew.exception.WorkflowServiceErrorException)5 IOException (java.io.IOException)4 ArrayList (java.util.ArrayList)4 ServletException (javax.servlet.ServletException)4 TransactionDetailRow (edu.cornell.kfs.tax.dataaccess.impl.TaxTableRow.TransactionDetailRow)3 HashSet (java.util.HashSet)3 DocumentStatus (org.kuali.kfs.kew.api.document.DocumentStatus)3 Iterator (java.util.Iterator)2 List (java.util.List)2 DocumentOrchestrationConfig (org.kuali.kfs.kew.api.document.DocumentOrchestrationConfig)2 DocumentOrchestrationQueue (org.kuali.kfs.kew.api.document.DocumentOrchestrationQueue)2 DocumentProcessingOptions (org.kuali.kfs.kew.api.document.DocumentProcessingOptions)2 DocumentSearchCriteria (org.kuali.kfs.kew.api.document.search.DocumentSearchCriteria)2 DocumentSearchResult (org.kuali.kfs.kew.api.document.search.DocumentSearchResult)2 DocumentSearchResults (org.kuali.kfs.kew.api.document.search.DocumentSearchResults)2