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");
}
Aggregations