Package org.kuali.rice.kew.rule.web
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classInternal delegate class to wrap a responsibility and add an overridden flag. -
Field Summary
Fields inherited from class org.kuali.rice.kew.web.KewKualiAction
DEFAULT_MAPPINGFields inherited from class org.kuali.rice.kns.web.struts.action.KualiAction
FORM_ACTION, FORWARD_NEXT, FORWARD_TEXT_AREA_UPDATE, METHOD_TO_CALL, POST_TEXT_AREA_TO_PARENT, TEXT_AREA_FIELD_ANCHOR, TEXT_AREA_FIELD_LABEL, TEXT_AREA_FIELD_NAME, TEXT_AREA_MAX_LENGTH, TEXT_AREA_READ_ONLYFields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, methods, typesFields inherited from class org.apache.struts.actions.BaseAction
messagesFields inherited from class org.apache.struts.action.Action
servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAttributeLabel(DocumentConfigurationViewForm form, String attributeName) protected voidprotected RouteNodeflattenRouteNodes(RouteNode node, Map<String, RouteNode> nodes) protected RouteNodeflattenSplitNode(RouteNode splitNode, Map<String, RouteNode> nodes) org.kuali.rice.krad.service.DataDictionaryServiceorg.kuali.rice.kns.service.DocumentHelperServiceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryServiceorg.kuali.rice.kim.api.permission.PermissionServiceorg.kuali.rice.kim.api.responsibility.ResponsibilityServiceorg.kuali.rice.kim.api.role.RoleServiceprotected voidvoidvoidprotected voidvoidorg.apache.struts.action.ActionForwardstart(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) org.apache.struts.action.ActionForwardtoggleTab(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class org.kuali.rice.kew.web.KewKualiAction
defaultDispatch, getDefaultMapping, getReturnLocationMethods inherited from class org.kuali.rice.kns.web.struts.action.KualiAction
addMethodToCallToUncheckedList, checkAuthorization, dispatchMethod, doProcessingAfterPost, execute, findMethodToCall, getApplicationBaseUrl, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, refresh, retrieveLookupParameterValue, showAllTabs, updateTextArea, validateLookupInquiryFullParameterMethods inherited from class org.apache.struts.actions.DispatchAction
cancelled, getMethod, getMethodName, getParameter, unspecifiedMethods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
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:
startin classKewKualiAction- Throws:
Exception
-
populateForm
-
checkPermissions
-
populateRelatedDocuments
-
populatePermissions
-
populateRoutingExceptionResponsibility
-
addAttributeLabel
-
flattenSplitNode
-
flattenRouteNodes
- Parameters:
node-nodes-- Returns:
- The last node processed by this method.
-
populateRoutingResponsibilities
-
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:
toggleTabin classorg.kuali.rice.kns.web.struts.action.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
- Returns:
- the documentTypeService
-
getDataDictionaryService
public org.kuali.rice.krad.service.DataDictionaryService getDataDictionaryService() -
getRouteNodeService
-
getDocumentHelperService
public org.kuali.rice.kns.service.DocumentHelperService getDocumentHelperService() -
getMaintenanceDocumentDictionaryService
public org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService getMaintenanceDocumentDictionaryService()
-