org.kuali.rice.kew.api.action
Interface ActionRequestContract
- All Superinterfaces: 
- Identifiable
- All Known Implementing Classes: 
- ActionRequest, ActionRequest.Builder
- public interface ActionRequestContract 
- extends Identifiable
 
getId
String getId()
- Description copied from interface: Identifiable
- The unique identifier for an object.  This can be null.
 
- 
- Specified by:
- getIdin interface- Identifiable
 
- 
- Returns:
- the id
 
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()
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.