org.kuali.rice.krad.impls
Class MockWorkflowDocument
java.lang.Object
   org.kuali.rice.krad.impls.MockWorkflowDocument
org.kuali.rice.krad.impls.MockWorkflowDocument
- All Implemented Interfaces: 
- DocumentContract, WorkflowDocument
- public abstract class MockWorkflowDocument 
- extends Object- implements WorkflowDocument
MockWorkflowDocument is the base class for a MockWorkflowDocument
 
It can be extended by any other kind of
 mock document that needs to override certain methods. This class has absolutely no state or
 behavior. There is no public constructor, and no member variables. All void methods do nothing.
 All methods with a return value return null. All state and behavior needs to be added via a
 subclass.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Method Summary | 
|  void | acknowledge(String annotation)
 | 
|  void | addAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
 | 
|  void | addSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
 | 
|  void | adHocToGroup(ActionRequestType actionRequested,
                         String annotation,
                         String targetGroupId,
                         String responsibilityDescription,
                         boolean forceAction)
 | 
|  void | adHocToGroup(ActionRequestType actionRequested,
                         String nodeName,
                         String annotation,
                         String targetGroupId,
                         String responsibilityDescription,
                         boolean forceAction)
 | 
|  void | adHocToGroup(ActionRequestType actionRequested,
                         String nodeName,
                         String annotation,
                         String targetGroupId,
                         String responsibilityDescription,
                         boolean forceAction,
                         String requestLabel)
 | 
|  void | adHocToPrincipal(ActionRequestType actionRequested,
                                 String annotation,
                                 String targetPrincipalId,
                                 String responsibilityDescription,
                                 boolean forceAction)
 | 
|  void | adHocToPrincipal(ActionRequestType actionRequested,
                                 String nodeName,
                                 String annotation,
                                 String targetPrincipalId,
                                 String responsibilityDescription,
                                 boolean forceAction)
 | 
|  void | adHocToPrincipal(ActionRequestType actionRequested,
                                 String nodeName,
                                 String annotation,
                                 String targetPrincipalId,
                                 String responsibilityDescription,
                                 boolean forceAction,
                                 String requestLabel)
 | 
|  void | approve(String annotation)
 | 
|  void | blanketApprove(String annotation)
 | 
|  void | blanketApprove(String annotation,
                             String... nodeNames)
 | 
|  void | cancel(String annotation)
 | 
|  boolean | checkStatus(DocumentStatus status)
 | 
|  void | clearAttributeContent()
 | 
|  void | clearAttributeDefinitions()
 | 
|  void | clearSearchableContent()
 | 
|  void | clearSearchableDefinitions()
 | 
|  void | complete(String annotation)
 | 
|  void | delete()
 | 
|  void | disapprove(String annotation)
 | 
|  void | fyi()
 | 
|  void | fyi(String annotation)
 | 
|  List<ActionTaken> | getActionsTaken()
 | 
|  List<RouteNodeInstance> | getActiveRouteNodeInstances()
 | 
|  String | getApplicationContent()
 | 
|  String | getApplicationDocumentId()
 | 
|  String | getApplicationDocumentStatus()
 | 
|  org.joda.time.DateTime | getApplicationDocumentStatusDate()
 | 
|  String | getAttributeContent()
 | 
|  List<WorkflowAttributeDefinition> | getAttributeDefinitions()
 | 
|  String | getClearFutureRequestsValue()
 | 
|  org.joda.time.DateTime | getDateApproved()
 | 
|  org.joda.time.DateTime | getDateCreated()
 | 
|  org.joda.time.DateTime | getDateFinalized()
 | 
|  org.joda.time.DateTime | getDateLastModified()
 | 
|  Document | getDocument()
 | 
|  DocumentContent | getDocumentContent()
 | 
|  DocumentDetail | getDocumentDetail()
 | 
|  String | getDocumentHandlerUrl()
 | 
|  String | getDocumentId()
 | 
|  String | getDocumentTypeId()
 | 
|  String | getDocumentTypeName()
 | 
|  String | getDoNotReceiveFutureRequestsValue()
 | 
|  String | getInitiatorPrincipalId()
 | 
|  Set<String> | getNodeNames()
 | 
|  List<String> | getPreviousNodeNames()
 | 
|  String | getPrincipalId()
 | 
|  String | getReceiveFutureRequestsValue()
 | 
|  RequestedActions | getRequestedActions()
 | 
|  List<ActionRequest> | getRootActionRequests()
 | 
|  String | getRoutedByPrincipalId()
 | 
|  List<RouteNodeInstance> | getRouteNodeInstances()
 | 
|  List<WorkflowAttributeDefinition> | getSearchableDefinitions()
 | 
|  DocumentStatus | getStatus()
 | 
|  String | getTitle()
 | 
|  ValidActions | getValidActions()
 | 
|  Map<String,String> | getVariables()
 | 
|  String | getVariableValue(String name)
 | 
|  boolean | isAcknowledgeRequested()
 | 
|  boolean | isApprovalRequested()
 | 
|  boolean | isApproved()
 | 
|  boolean | isBlanketApproveCapable()
 | 
|  boolean | isCanceled()
 | 
|  boolean | isCompletionRequested()
 | 
|  boolean | isDisapproved()
 | 
|  boolean | isEnroute()
 | 
|  boolean | isException()
 | 
|  boolean | isFinal()
 | 
|  boolean | isFYIRequested()
 | 
|  boolean | isInitiated()
 | 
|  boolean | isProcessed()
 | 
|  boolean | isRecalled()
 | 
|  boolean | isRouteCapable()
 | 
|  boolean | isSaved()
 | 
|  boolean | isValidAction(ActionType actionType)
 | 
|  void | logAnnotation(String annotation)
 | 
|  void | move(MovePoint movePoint,
         String annotation)
 | 
|  void | placeInExceptionRouting(String annotation)
 | 
|  void | recall(String annotation,
             boolean cancel)
 | 
|  void | refresh()
 | 
|  void | releaseGroupAuthority(String annotation,
                                           String groupId)
 | 
|  void | removeAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
 | 
|  void | removeSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
 | 
|  void | returnToPreviousNode(String annotation,
                                         ReturnPoint returnPoint)
 | 
|  void | returnToPreviousNode(String nodeName,
                                         String annotation)
 | 
|  void | revokeAdHocRequestById(String actionRequestId,
                                             String annotation)
 | 
|  void | revokeAdHocRequests(AdHocRevoke revoke,
                                       String annotation)
 | 
|  void | revokeAllAdHocRequests(String annotation)
 | 
|  void | route(String annotation)
 | 
|  void | saveDocument(String annotation)
 | 
|  void | saveDocumentData()
 | 
|  void | setApplicationContent(String applicationContent)
 | 
|  void | setApplicationDocumentId(String applicationDocumentId)
 | 
|  void | setApplicationDocumentStatus(String applicationDocumentStatus)
 | 
|  void | setClearFutureRequests()
 | 
|  void | setDoNotReceiveFutureRequests()
 | 
|  void | setReceiveFutureRequests()
 | 
|  void | setTitle(String title)
 | 
|  void | setVariable(String name,
                       String value)
 | 
|  void | superUserBlanketApprove(String annotation)
 | 
|  void | superUserCancel(String annotation)
 | 
|  void | superUserDisapprove(String annotation)
 | 
|  void | superUserNodeApprove(String nodeName,
                                         String annotation)
 | 
|  void | superUserReturnToPreviousNode(ReturnPoint returnPoint,
                                                           String annotation)
 | 
|  void | superUserTakeRequestedAction(String actionRequestId,
                                                         String annotation)
 | 
|  void | switchPrincipal(String principalId)
 | 
|  void | takeGroupAuthority(String annotation,
                                     String groupId)
 | 
|  void | updateDocumentContent(DocumentContentUpdate documentContentUpdate)
 | 
|  List<? extends RemotableAttributeErrorContract> | validateAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
MockWorkflowDocument
public MockWorkflowDocument()
getDateLastModified
public org.joda.time.DateTime getDateLastModified()
- 
- Specified by:
- getDateLastModifiedin interface- DocumentContract
 
- 
 
getDateApproved
public org.joda.time.DateTime getDateApproved()
- 
- Specified by:
- getDateApprovedin interface- DocumentContract
 
- 
 
getDateFinalized
public org.joda.time.DateTime getDateFinalized()
- 
- Specified by:
- getDateFinalizedin interface- DocumentContract
 
- 
 
getInitiatorPrincipalId
public String getInitiatorPrincipalId()
- 
- Specified by:
- getInitiatorPrincipalIdin interface- DocumentContract
 
- 
 
getRoutedByPrincipalId
public String getRoutedByPrincipalId()
- 
- Specified by:
- getRoutedByPrincipalIdin interface- DocumentContract
 
- 
 
getDocumentTypeId
public String getDocumentTypeId()
- 
- Specified by:
- getDocumentTypeIdin interface- DocumentContract
 
- 
 
getDocumentHandlerUrl
public String getDocumentHandlerUrl()
- 
- Specified by:
- getDocumentHandlerUrlin interface- DocumentContract
 
- 
 
getApplicationDocumentStatus
public String getApplicationDocumentStatus()
- 
- Specified by:
- getApplicationDocumentStatusin interface- DocumentContract
 
- 
 
getApplicationDocumentStatusDate
public org.joda.time.DateTime getApplicationDocumentStatusDate()
- 
- Specified by:
- getApplicationDocumentStatusDatein interface- DocumentContract
 
- 
 
getVariables
public Map<String,String> getVariables()
- 
- Specified by:
- getVariablesin interface- DocumentContract
 
- 
 
getDocumentId
public String getDocumentId()
- 
- Specified by:
- getDocumentIdin interface- DocumentContract
 
- 
 
getDocument
public Document getDocument()
- 
- Specified by:
- getDocumentin interface- WorkflowDocument
 
- 
 
getDocumentContent
public DocumentContent getDocumentContent()
- 
- Specified by:
- getDocumentContentin interface- WorkflowDocument
 
- 
 
getApplicationContent
public String getApplicationContent()
- 
- Specified by:
- getApplicationContentin interface- WorkflowDocument
 
- 
 
setApplicationContent
public void setApplicationContent(String applicationContent)
- 
- Specified by:
- setApplicationContentin interface- WorkflowDocument
 
- 
 
clearAttributeContent
public void clearAttributeContent()
- 
- Specified by:
- clearAttributeContentin interface- WorkflowDocument
 
- 
 
getAttributeContent
public String getAttributeContent()
- 
- Specified by:
- getAttributeContentin interface- WorkflowDocument
 
- 
 
addAttributeDefinition
public void addAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
- 
- Specified by:
- addAttributeDefinitionin interface- WorkflowDocument
 
- 
 
removeAttributeDefinition
public void removeAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
- 
- Specified by:
- removeAttributeDefinitionin interface- WorkflowDocument
 
- 
 
clearAttributeDefinitions
public void clearAttributeDefinitions()
- 
- Specified by:
- clearAttributeDefinitionsin interface- WorkflowDocument
 
- 
 
getAttributeDefinitions
public List<WorkflowAttributeDefinition> getAttributeDefinitions()
- 
- Specified by:
- getAttributeDefinitionsin interface- WorkflowDocument
 
- 
 
addSearchableDefinition
public void addSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
- 
- Specified by:
- addSearchableDefinitionin interface- WorkflowDocument
 
- 
 
removeSearchableDefinition
public void removeSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
- 
- Specified by:
- removeSearchableDefinitionin interface- WorkflowDocument
 
- 
 
clearSearchableDefinitions
public void clearSearchableDefinitions()
- 
- Specified by:
- clearSearchableDefinitionsin interface- WorkflowDocument
 
- 
 
clearSearchableContent
public void clearSearchableContent()
- 
- Specified by:
- clearSearchableContentin interface- WorkflowDocument
 
- 
 
getSearchableDefinitions
public List<WorkflowAttributeDefinition> getSearchableDefinitions()
- 
- Specified by:
- getSearchableDefinitionsin interface- WorkflowDocument
 
- 
 
validateAttributeDefinition
public List<? extends RemotableAttributeErrorContract> validateAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
- 
- Specified by:
- validateAttributeDefinitionin interface- WorkflowDocument
 
- 
 
getRootActionRequests
public List<ActionRequest> getRootActionRequests()
- 
- Specified by:
- getRootActionRequestsin interface- WorkflowDocument
 
- 
 
getActionsTaken
public List<ActionTaken> getActionsTaken()
- 
- Specified by:
- getActionsTakenin interface- WorkflowDocument
 
- 
 
setApplicationDocumentId
public void setApplicationDocumentId(String applicationDocumentId)
- 
- Specified by:
- setApplicationDocumentIdin interface- WorkflowDocument
 
- 
 
getApplicationDocumentId
public String getApplicationDocumentId()
- 
- Specified by:
- getApplicationDocumentIdin interface- DocumentContract
 
- 
 
getDateCreated
public org.joda.time.DateTime getDateCreated()
- 
- Specified by:
- getDateCreatedin interface- DocumentContract
 
- 
 
getTitle
public String getTitle()
- 
- Specified by:
- getTitlein interface- DocumentContract
 
- 
 
getValidActions
public ValidActions getValidActions()
- 
- Specified by:
- getValidActionsin interface- WorkflowDocument
 
- 
 
getRequestedActions
public RequestedActions getRequestedActions()
- 
- Specified by:
- getRequestedActionsin interface- WorkflowDocument
 
- 
 
saveDocument
public void saveDocument(String annotation)
- 
- Specified by:
- saveDocumentin interface- WorkflowDocument
 
- 
 
route
public void route(String annotation)
- 
- Specified by:
- routein interface- WorkflowDocument
 
- 
 
disapprove
public void disapprove(String annotation)
- 
- Specified by:
- disapprovein interface- WorkflowDocument
 
- 
 
approve
public void approve(String annotation)
- 
- Specified by:
- approvein interface- WorkflowDocument
 
- 
 
cancel
public void cancel(String annotation)
- 
- Specified by:
- cancelin interface- WorkflowDocument
 
- 
 
recall
public void recall(String annotation,
                   boolean cancel)
- 
- Specified by:
- recallin interface- WorkflowDocument
 
- 
 
blanketApprove
public void blanketApprove(String annotation)
- 
- Specified by:
- blanketApprovein interface- WorkflowDocument
 
- 
 
blanketApprove
public void blanketApprove(String annotation,
                           String... nodeNames)
- 
- Specified by:
- blanketApprovein interface- WorkflowDocument
 
- 
 
saveDocumentData
public void saveDocumentData()
- 
- Specified by:
- saveDocumentDatain interface- WorkflowDocument
 
- 
 
setApplicationDocumentStatus
public void setApplicationDocumentStatus(String applicationDocumentStatus)
- 
- Specified by:
- setApplicationDocumentStatusin interface- WorkflowDocument
 
- 
 
acknowledge
public void acknowledge(String annotation)
- 
- Specified by:
- acknowledgein interface- WorkflowDocument
 
- 
 
fyi
public void fyi(String annotation)
- 
- Specified by:
- fyiin interface- WorkflowDocument
 
- 
 
fyi
public void fyi()
- 
- Specified by:
- fyiin interface- WorkflowDocument
 
- 
 
delete
public void delete()
- 
- Specified by:
- deletein interface- WorkflowDocument
 
- 
 
refresh
public void refresh()
- 
- Specified by:
- refreshin interface- WorkflowDocument
 
- 
 
adHocToPrincipal
public void adHocToPrincipal(ActionRequestType actionRequested,
                             String annotation,
                             String targetPrincipalId,
                             String responsibilityDescription,
                             boolean forceAction)
- 
- Specified by:
- adHocToPrincipalin interface- WorkflowDocument
 
- 
 
adHocToPrincipal
public void adHocToPrincipal(ActionRequestType actionRequested,
                             String nodeName,
                             String annotation,
                             String targetPrincipalId,
                             String responsibilityDescription,
                             boolean forceAction)
- 
- Specified by:
- adHocToPrincipalin interface- WorkflowDocument
 
- 
 
adHocToPrincipal
public void adHocToPrincipal(ActionRequestType actionRequested,
                             String nodeName,
                             String annotation,
                             String targetPrincipalId,
                             String responsibilityDescription,
                             boolean forceAction,
                             String requestLabel)
- 
- Specified by:
- adHocToPrincipalin interface- WorkflowDocument
 
- 
 
adHocToGroup
public void adHocToGroup(ActionRequestType actionRequested,
                         String annotation,
                         String targetGroupId,
                         String responsibilityDescription,
                         boolean forceAction)
- 
- Specified by:
- adHocToGroupin interface- WorkflowDocument
 
- 
 
adHocToGroup
public void adHocToGroup(ActionRequestType actionRequested,
                         String nodeName,
                         String annotation,
                         String targetGroupId,
                         String responsibilityDescription,
                         boolean forceAction)
- 
- Specified by:
- adHocToGroupin interface- WorkflowDocument
 
- 
 
adHocToGroup
public void adHocToGroup(ActionRequestType actionRequested,
                         String nodeName,
                         String annotation,
                         String targetGroupId,
                         String responsibilityDescription,
                         boolean forceAction,
                         String requestLabel)
- 
- Specified by:
- adHocToGroupin interface- WorkflowDocument
 
- 
 
revokeAdHocRequestById
public void revokeAdHocRequestById(String actionRequestId,
                                   String annotation)
- 
- Specified by:
- revokeAdHocRequestByIdin interface- WorkflowDocument
 
- 
 
revokeAdHocRequests
public void revokeAdHocRequests(AdHocRevoke revoke,
                                String annotation)
- 
- Specified by:
- revokeAdHocRequestsin interface- WorkflowDocument
 
- 
 
revokeAllAdHocRequests
public void revokeAllAdHocRequests(String annotation)
- 
- Specified by:
- revokeAllAdHocRequestsin interface- WorkflowDocument
 
- 
 
setTitle
public void setTitle(String title)
- 
- Specified by:
- setTitlein interface- WorkflowDocument
 
- 
 
getDocumentTypeName
public String getDocumentTypeName()
- 
- Specified by:
- getDocumentTypeNamein interface- DocumentContract
 
- 
 
isCompletionRequested
public boolean isCompletionRequested()
- 
- Specified by:
- isCompletionRequestedin interface- WorkflowDocument
 
- 
 
isApprovalRequested
public boolean isApprovalRequested()
- 
- Specified by:
- isApprovalRequestedin interface- WorkflowDocument
 
- 
 
isAcknowledgeRequested
public boolean isAcknowledgeRequested()
- 
- Specified by:
- isAcknowledgeRequestedin interface- WorkflowDocument
 
- 
 
isFYIRequested
public boolean isFYIRequested()
- 
- Specified by:
- isFYIRequestedin interface- WorkflowDocument
 
- 
 
isBlanketApproveCapable
public boolean isBlanketApproveCapable()
- 
- Specified by:
- isBlanketApproveCapablein interface- WorkflowDocument
 
- 
 
isRouteCapable
public boolean isRouteCapable()
- 
- Specified by:
- isRouteCapablein interface- WorkflowDocument
 
- 
 
isValidAction
public boolean isValidAction(ActionType actionType)
- 
- Specified by:
- isValidActionin interface- WorkflowDocument
 
- 
 
superUserBlanketApprove
public void superUserBlanketApprove(String annotation)
- 
- Specified by:
- superUserBlanketApprovein interface- WorkflowDocument
 
- 
 
superUserNodeApprove
public void superUserNodeApprove(String nodeName,
                                 String annotation)
- 
- Specified by:
- superUserNodeApprovein interface- WorkflowDocument
 
- 
 
superUserTakeRequestedAction
public void superUserTakeRequestedAction(String actionRequestId,
                                         String annotation)
- 
- Specified by:
- superUserTakeRequestedActionin interface- WorkflowDocument
 
- 
 
superUserDisapprove
public void superUserDisapprove(String annotation)
- 
- Specified by:
- superUserDisapprovein interface- WorkflowDocument
 
- 
 
superUserCancel
public void superUserCancel(String annotation)
- 
- Specified by:
- superUserCancelin interface- WorkflowDocument
 
- 
 
superUserReturnToPreviousNode
public void superUserReturnToPreviousNode(ReturnPoint returnPoint,
                                          String annotation)
- 
- Specified by:
- superUserReturnToPreviousNodein interface- WorkflowDocument
 
- 
 
complete
public void complete(String annotation)
- 
- Specified by:
- completein interface- WorkflowDocument
 
- 
 
logAnnotation
public void logAnnotation(String annotation)
- 
- Specified by:
- logAnnotationin interface- WorkflowDocument
 
- 
 
getStatus
public DocumentStatus getStatus()
- 
- Specified by:
- getStatusin interface- DocumentContract
 
- 
 
checkStatus
public boolean checkStatus(DocumentStatus status)
- 
- Specified by:
- checkStatusin interface- WorkflowDocument
 
- 
 
isInitiated
public boolean isInitiated()
- 
- Specified by:
- isInitiatedin interface- WorkflowDocument
 
- 
 
isSaved
public boolean isSaved()
- 
- Specified by:
- isSavedin interface- WorkflowDocument
 
- 
 
isEnroute
public boolean isEnroute()
- 
- Specified by:
- isEnroutein interface- WorkflowDocument
 
- 
 
isException
public boolean isException()
- 
- Specified by:
- isExceptionin interface- WorkflowDocument
 
- 
 
isCanceled
public boolean isCanceled()
- 
- Specified by:
- isCanceledin interface- WorkflowDocument
 
- 
 
isRecalled
public boolean isRecalled()
- 
- Specified by:
- isRecalledin interface- WorkflowDocument
 
- 
 
isDisapproved
public boolean isDisapproved()
- 
- Specified by:
- isDisapprovedin interface- WorkflowDocument
 
- 
 
isApproved
public boolean isApproved()
- 
- Specified by:
- isApprovedin interface- WorkflowDocument
 
- 
 
isProcessed
public boolean isProcessed()
- 
- Specified by:
- isProcessedin interface- WorkflowDocument
 
- 
 
isFinal
public boolean isFinal()
- 
- Specified by:
- isFinalin interface- WorkflowDocument
 
- 
 
getPrincipalId
public String getPrincipalId()
- 
- Specified by:
- getPrincipalIdin interface- WorkflowDocument
 
- 
 
switchPrincipal
public void switchPrincipal(String principalId)
- 
- Specified by:
- switchPrincipalin interface- WorkflowDocument
 
- 
 
takeGroupAuthority
public void takeGroupAuthority(String annotation,
                               String groupId)
- 
- Specified by:
- takeGroupAuthorityin interface- WorkflowDocument
 
- 
 
releaseGroupAuthority
public void releaseGroupAuthority(String annotation,
                                  String groupId)
- 
- Specified by:
- releaseGroupAuthorityin interface- WorkflowDocument
 
- 
 
getNodeNames
public Set<String> getNodeNames()
- 
- Specified by:
- getNodeNamesin interface- WorkflowDocument
 
- 
 
returnToPreviousNode
public void returnToPreviousNode(String nodeName,
                                 String annotation)
- 
- Specified by:
- returnToPreviousNodein interface- WorkflowDocument
 
- 
 
returnToPreviousNode
public void returnToPreviousNode(String annotation,
                                 ReturnPoint returnPoint)
- 
- Specified by:
- returnToPreviousNodein interface- WorkflowDocument
 
- 
 
move
public void move(MovePoint movePoint,
                 String annotation)
- 
- Specified by:
- movein interface- WorkflowDocument
 
- 
 
getActiveRouteNodeInstances
public List<RouteNodeInstance> getActiveRouteNodeInstances()
- 
- Specified by:
- getActiveRouteNodeInstancesin interface- WorkflowDocument
 
- 
 
getRouteNodeInstances
public List<RouteNodeInstance> getRouteNodeInstances()
- 
- Specified by:
- getRouteNodeInstancesin interface- WorkflowDocument
 
- 
 
getPreviousNodeNames
public List<String> getPreviousNodeNames()
- 
- Specified by:
- getPreviousNodeNamesin interface- WorkflowDocument
 
- 
 
getDocumentDetail
public DocumentDetail getDocumentDetail()
- 
- Specified by:
- getDocumentDetailin interface- WorkflowDocument
 
- 
 
updateDocumentContent
public void updateDocumentContent(DocumentContentUpdate documentContentUpdate)
- 
- Specified by:
- updateDocumentContentin interface- WorkflowDocument
 
- 
 
placeInExceptionRouting
public void placeInExceptionRouting(String annotation)
- 
- Specified by:
- placeInExceptionRoutingin interface- WorkflowDocument
 
- 
 
setVariable
public void setVariable(String name,
                        String value)
- 
- Specified by:
- setVariablein interface- WorkflowDocument
 
- 
 
getVariableValue
public String getVariableValue(String name)
- 
- Specified by:
- getVariableValuein interface- WorkflowDocument
 
- 
 
setReceiveFutureRequests
public void setReceiveFutureRequests()
- 
- Specified by:
- setReceiveFutureRequestsin interface- WorkflowDocument
 
- 
 
setDoNotReceiveFutureRequests
public void setDoNotReceiveFutureRequests()
- 
- Specified by:
- setDoNotReceiveFutureRequestsin interface- WorkflowDocument
 
- 
 
setClearFutureRequests
public void setClearFutureRequests()
- 
- Specified by:
- setClearFutureRequestsin interface- WorkflowDocument
 
- 
 
getReceiveFutureRequestsValue
public String getReceiveFutureRequestsValue()
- 
- Specified by:
- getReceiveFutureRequestsValuein interface- WorkflowDocument
 
- 
 
getDoNotReceiveFutureRequestsValue
public String getDoNotReceiveFutureRequestsValue()
- 
- Specified by:
- getDoNotReceiveFutureRequestsValuein interface- WorkflowDocument
 
- 
 
getClearFutureRequestsValue
public String getClearFutureRequestsValue()
- 
- Specified by:
- getClearFutureRequestsValuein interface- WorkflowDocument
 
- 
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.