public static class DocumentRequestAuthorizationCache.WorkflowDocumentInfo extends Object
Constructor and Description |
---|
DocumentRequestAuthorizationCache.WorkflowDocumentInfo(WorkflowDocument workflowDocument) |
Modifier and Type | Method and Description |
---|---|
ValidActions |
getValidActions() |
WorkflowDocument |
getWorkflowDocument() |
boolean |
isAcknowledgeRequested() |
boolean |
isApprovalRequested() |
boolean |
isApproved() |
boolean |
isCanceled() |
boolean |
isCompletionRequested() |
boolean |
isDisapproved() |
boolean |
isEnroute() |
boolean |
isException() |
boolean |
isFinal() |
boolean |
isFYIRequested() |
boolean |
isInitiated() |
boolean |
isProcessed() |
boolean |
isRecalled() |
boolean |
isSaved() |
boolean |
isValidAction(ActionType actionType) |
public DocumentRequestAuthorizationCache.WorkflowDocumentInfo(WorkflowDocument workflowDocument)
public boolean isCompletionRequested()
public boolean isApprovalRequested()
public boolean isAcknowledgeRequested()
public boolean isFYIRequested()
public boolean isInitiated()
public boolean isSaved()
public boolean isEnroute()
public boolean isException()
public boolean isCanceled()
public boolean isRecalled()
public boolean isDisapproved()
public boolean isApproved()
public boolean isProcessed()
public boolean isFinal()
public ValidActions getValidActions()
public boolean isValidAction(ActionType actionType)
public WorkflowDocument getWorkflowDocument()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.