org.kuali.rice.kew.documentoperation.web
Class DocumentOperationForm
java.lang.Object
   org.apache.struts.action.ActionForm
org.apache.struts.action.ActionForm
       org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
           org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiForm
               org.kuali.rice.kew.documentoperation.web.DocumentOperationForm
org.kuali.rice.kew.documentoperation.web.DocumentOperationForm
- All Implemented Interfaces: 
- Serializable, PojoForm
- public class DocumentOperationForm 
- extends KualiForm
struts form bean for DocumentOperationAction.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
| Fields inherited from class org.apache.struts.action.ActionForm | 
| multipartRequestHandler, servlet | 
 
 
 
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm | 
| addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm | 
 
| Methods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase | 
| addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues | 
 
| Methods inherited from class org.apache.struts.action.ActionForm | 
| getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentOperationForm
public DocumentOperationForm()
getAnnotation
public String getAnnotation()
- 
 
setAnnotation
public void setAnnotation(String annotation)
- 
 
getInitialNodeInstances
public String getInitialNodeInstances()
- 
 
setInitialNodeInstances
public void setInitialNodeInstances(String initialNodeInstances)
- 
 
getNodeStatesDelete
public String getNodeStatesDelete()
- 
 
setNodeStatesDelete
public void setNodeStatesDelete(String nodeStatesDelete)
- 
 
getBranchStatesDelete
public String getBranchStatesDelete()
- 
 
setBranchStatesDelete
public void setBranchStatesDelete(String branchStatesDelete)
- 
 
getRouteHeader
public DocumentRouteHeaderValue getRouteHeader()
- 
 
setRouteHeader
public void setRouteHeader(DocumentRouteHeaderValue routeHeader)
- 
 
getActionRequestOp
public DocOperationIndexedParameter getActionRequestOp(int index)
- 
 
getActionTakenOp
public DocOperationIndexedParameter getActionTakenOp(int index)
- 
 
getRouteNodeInstanceOp
public DocOperationIndexedParameter getRouteNodeInstanceOp(int index)
- 
 
getBranchOp
public DocOperationIndexedParameter getBranchOp(int index)
- 
 
getActionItemOp
public DocOperationIndexedParameter getActionItemOp(int index)
- 
 
getNodeStateDeleteOp
public DocOperationIndexedParameter getNodeStateDeleteOp(int index)
- 
 
getActionItemOps
public List getActionItemOps()
- 
 
setActionItemOps
public void setActionItemOps(List actionItemOps)
- 
 
getActionRequestOps
public List getActionRequestOps()
- 
 
setActionRequestOps
public void setActionRequestOps(List actionRequestOps)
- 
 
getActionTakenOps
public List getActionTakenOps()
- 
 
getRouteNodeInstanceOps
public List getRouteNodeInstanceOps()
- 
 
getBranchOps
public List getBranchOps()
- 
 
getNodeStateDeleteOps
public List getNodeStateDeleteOps()
- 
 
setActionTakenOps
public void setActionTakenOps(List actionTakenOps)
- 
 
setRouteNodeInstanceOps
public void setRouteNodeInstanceOps(List routeNodeInstanceOps)
- 
 
setBranchOps
public void setBranchOps(List branchOps)
- 
 
setNodeStateDeleteOps
public void setNodeStateDeleteOps(List nodeStateDeleteOps)
- 
 
getRouteHeaderOp
public String getRouteHeaderOp()
- 
 
setRouteHeaderOp
public void setRouteHeaderOp(String routeHeaderOp)
- 
 
getApprovedDate
public String getApprovedDate()
- 
 
setApprovedDate
public void setApprovedDate(String approvedDate)
- 
 
getCreateDate
public String getCreateDate()
- 
 
setCreateDate
public void setCreateDate(String createDate)
- 
 
getFinalizedDate
public String getFinalizedDate()
- 
 
setFinalizedDate
public void setFinalizedDate(String finalizedDate)
- 
 
getRouteLevelDate
public String getRouteLevelDate()
- 
 
setRouteLevelDate
public void setRouteLevelDate(String routeLevelDate)
- 
 
getRouteStatusDate
public String getRouteStatusDate()
- 
 
setRouteStatusDate
public void setRouteStatusDate(String routeStatusDate)
- 
 
getStatusModDate
public String getStatusModDate()
- 
 
setStatusModDate
public void setStatusModDate(String statusModDate)
- 
 
getLookupableImplServiceName
public String getLookupableImplServiceName()
- 
 
setLookupableImplServiceName
public void setLookupableImplServiceName(String lookupableImplServiceName)
- 
 
getLookupType
public String getLookupType()
- 
 
setLookupType
public void setLookupType(String lookupType)
- 
 
getDocStatuses
public Map getDocStatuses()
- 
 
getActionRequestCds
public Map getActionRequestCds()
- 
 
getActionRequestRecipientTypes
public Map<String,String> getActionRequestRecipientTypes()
- 
 
getActionRequestStatuses
public Map<String,String> getActionRequestStatuses()
- 
 
getLookupInvocationField
public String getLookupInvocationField()
- 
 
setLookupInvocationField
public void setLookupInvocationField(String lookupInvocationField)
- 
 
getLookupInvocationIndex
public String getLookupInvocationIndex()
- 
 
setLookupInvocationIndex
public void setLookupInvocationIndex(String lookupInvocationIndex)
- 
 
getLookupInvocationModule
public String getLookupInvocationModule()
- 
 
setLookupInvocationModule
public void setLookupInvocationModule(String lookupInvocationModule)
- 
 
getActionTakenCds
public Map getActionTakenCds()
- 
 
getDocumentId
public String getDocumentId()
- 
 
setDocumentId
public void setDocumentId(String documentId)
- 
 
getRouteModules
public List getRouteModules()
- 
 
setRouteModules
public void setRouteModules(List routeModules)
- 
 
getRouteModuleName
public String getRouteModuleName()
- 
 
setRouteModuleName
public void setRouteModuleName(String routeModuleName)
- 
 
getRouteNodeInstances
public List getRouteNodeInstances()
- 
 
setRouteNodeInstances
public void setRouteNodeInstances(List routeNodeInstances)
- 
 
getRouteNodeInstance
public RouteNodeInstance getRouteNodeInstance(int index)
- 
 
getBranches
public List getBranches()
- 
 
setBranches
public void setBranches(List branches)
- 
 
getBranche
public Branch getBranche(int index)
- 
 
resetOps
public void resetOps()
- 
 
getActionInvocationActionCode
public String getActionInvocationActionCode()
- 
 
setActionInvocationActionCode
public void setActionInvocationActionCode(String actionInvocationActionCode)
- 
 
getActionInvocationActionItemId
public String getActionInvocationActionItemId()
- 
 
setActionInvocationActionItemId
public void setActionInvocationActionItemId(String actionInvocationActionItemId)
- 
 
getActionInvocationUser
public String getActionInvocationUser()
- 
 
setActionInvocationUser
public void setActionInvocationUser(String actionInvocationUser)
- 
 
getBlanketApproveActionTakenId
public String getBlanketApproveActionTakenId()
- 
 
setBlanketApproveActionTakenId
public void setBlanketApproveActionTakenId(String blanketApproveActionTakenId)
- 
 
getBlanketApproveNodes
public String getBlanketApproveNodes()
- 
 
setBlanketApproveNodes
public void setBlanketApproveNodes(String blanketApproveNodes)
- 
 
getBlanketApproveUser
public String getBlanketApproveUser()
- 
 
setBlanketApproveUser
public void setBlanketApproveUser(String blanketApproveUser)
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.