Package org.kuali.rice.kew.api.action
Interface ActionRequestContract
- All Superinterfaces:
Identifiable
- All Known Implementing Classes:
ActionRequest,ActionRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends ActionRequestContract>org.joda.time.DateTimegetId()intintbooleanboolean
-
Method Details
-
getId
String getId()- Specified by:
getIdin interfaceIdentifiable
-
getActionRequested
ActionRequestType getActionRequested() -
getStatus
ActionRequestStatus getStatus() -
isCurrent
boolean isCurrent() -
getDateCreated
org.joda.time.DateTime getDateCreated() -
getResponsibilityId
String getResponsibilityId() -
getDocumentId
String getDocumentId() -
getPriority
int getPriority() -
getRouteLevel
int getRouteLevel() -
getAnnotation
String getAnnotation() -
getRecipientType
RecipientType getRecipientType() -
getPrincipalId
String getPrincipalId() -
getGroupId
String getGroupId() -
getRequestPolicy
ActionRequestPolicy getRequestPolicy() -
getResponsibilityDescription
String getResponsibilityDescription() -
isForceAction
boolean isForceAction() -
getDelegationType
DelegationType getDelegationType() -
getRoleName
String getRoleName() -
getQualifiedRoleName
String getQualifiedRoleName() -
getQualifiedRoleNameLabel
String getQualifiedRoleNameLabel() -
getRouteNodeInstanceId
String getRouteNodeInstanceId() -
getNodeName
String getNodeName() -
getRequestLabel
String getRequestLabel() -
getParentActionRequestId
String getParentActionRequestId() -
getActionTaken
ActionTakenContract getActionTaken() -
getChildRequests
List<? extends ActionRequestContract> getChildRequests()
-