public final class ActionRequest extends AbstractDataTransferObject implements ActionRequestContract
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionRequest.Builder
A builder which can be used to construct
ActionRequest instances. |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getAnnotation()
getAnnotation in interface ActionRequestContractpublic int getPriority()
getPriority in interface ActionRequestContractpublic int getRouteLevel()
getRouteLevel in interface ActionRequestContractpublic String getId()
IdentifiablegetId in interface IdentifiablegetId in interface ActionRequestContractpublic ActionRequestType getActionRequested()
getActionRequested in interface ActionRequestContractpublic ActionRequestStatus getStatus()
getStatus in interface ActionRequestContractpublic boolean isCurrent()
isCurrent in interface ActionRequestContractpublic org.joda.time.DateTime getDateCreated()
getDateCreated in interface ActionRequestContractpublic String getResponsibilityId()
getResponsibilityId in interface ActionRequestContractpublic String getDocumentId()
getDocumentId in interface ActionRequestContractpublic RecipientType getRecipientType()
getRecipientType in interface ActionRequestContractpublic String getPrincipalId()
getPrincipalId in interface ActionRequestContractpublic String getGroupId()
getGroupId in interface ActionRequestContractpublic ActionRequestPolicy getRequestPolicy()
getRequestPolicy in interface ActionRequestContractpublic String getResponsibilityDescription()
getResponsibilityDescription in interface ActionRequestContractpublic boolean isForceAction()
isForceAction in interface ActionRequestContractpublic DelegationType getDelegationType()
getDelegationType in interface ActionRequestContractpublic String getRoleName()
getRoleName in interface ActionRequestContractpublic String getQualifiedRoleName()
getQualifiedRoleName in interface ActionRequestContractpublic String getQualifiedRoleNameLabel()
getQualifiedRoleNameLabel in interface ActionRequestContractpublic String getRouteNodeInstanceId()
getRouteNodeInstanceId in interface ActionRequestContractpublic String getNodeName()
getNodeName in interface ActionRequestContractpublic String getRequestLabel()
getRequestLabel in interface ActionRequestContractpublic String getParentActionRequestId()
getParentActionRequestId in interface ActionRequestContractpublic ActionTaken getActionTaken()
getActionTaken in interface ActionRequestContractpublic List<ActionRequest> getChildRequests()
getChildRequests in interface ActionRequestContractpublic boolean isAdHocRequest()
public boolean isGeneratedRequest()
public boolean isExceptionRequest()
public boolean isRouteModuleRequest()
public boolean isNotificationRequest()
public boolean isApprovalRequest()
public boolean isAcknowledgeRequest()
public boolean isFyiRequest()
public boolean isPending()
public boolean isCompleteRequest()
public boolean isInitialized()
public boolean isActivated()
public boolean isDone()
public boolean isUserRequest()
public boolean isGroupRequest()
public boolean isRoleRequest()
public List<ActionRequest> flatten()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.