Class DocumentConfigurationViewAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.kuali.rice.kns.web.struts.action.KualiAction
org.kuali.rice.kew.web.KewKualiAction
org.kuali.rice.kew.rule.web.DocumentConfigurationViewAction

public class DocumentConfigurationViewAction extends KewKualiAction
  • Constructor Details

    • DocumentConfigurationViewAction

      public DocumentConfigurationViewAction()
  • Method Details

    • start

      public org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Overrides:
      start in class KewKualiAction
      Throws:
      Exception
    • populateForm

      protected void populateForm(DocumentConfigurationViewForm form)
    • checkPermissions

      protected void checkPermissions(DocumentConfigurationViewForm form)
    • populateRelatedDocuments

      public void populateRelatedDocuments(DocumentConfigurationViewForm form)
    • populatePermissions

      public void populatePermissions(DocumentConfigurationViewForm form)
    • populateRoutingExceptionResponsibility

      protected void populateRoutingExceptionResponsibility(DocumentConfigurationViewForm form)
    • addAttributeLabel

      protected void addAttributeLabel(DocumentConfigurationViewForm form, String attributeName)
    • flattenSplitNode

      protected RouteNode flattenSplitNode(RouteNode splitNode, Map<String,RouteNode> nodes)
    • flattenRouteNodes

      protected RouteNode flattenRouteNodes(RouteNode node, Map<String,RouteNode> nodes)
      Parameters:
      node -
      nodes -
      Returns:
      The last node processed by this method.
    • populateRoutingResponsibilities

      public void populateRoutingResponsibilities(DocumentConfigurationViewForm form)
    • toggleTab

      public org.apache.struts.action.ActionForward toggleTab(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Overrides:
      toggleTab in class KualiAction
      Throws:
      Exception
    • getPermissionService

      public org.kuali.rice.kim.api.permission.PermissionService getPermissionService()
      Returns:
      the permissionService
    • getRoleService

      public org.kuali.rice.kim.api.role.RoleService getRoleService()
      Returns:
      the roleService
    • getResponsibilityService

      public org.kuali.rice.kim.api.responsibility.ResponsibilityService getResponsibilityService()
      Returns:
      the responsibilityService
    • getDocumentTypeService

      public DocumentTypeService getDocumentTypeService()
      Returns:
      the documentTypeService
    • getDataDictionaryService

      public DataDictionaryService getDataDictionaryService()
    • getRouteNodeService

      public RouteNodeService getRouteNodeService()
    • getDocumentHelperService

      public DocumentHelperService getDocumentHelperService()
    • getMaintenanceDocumentDictionaryService

      public MaintenanceDocumentDictionaryService getMaintenanceDocumentDictionaryService()