public interface ActionRequestContract extends Identifiable
| Modifier and Type | Method and Description |
|---|---|
ActionRequestType |
getActionRequested() |
ActionTakenContract |
getActionTaken() |
String |
getAnnotation() |
List<? extends ActionRequestContract> |
getChildRequests() |
org.joda.time.DateTime |
getDateCreated() |
DelegationType |
getDelegationType() |
String |
getDocumentId() |
String |
getGroupId() |
String |
getId()
The unique identifier for an object.
|
String |
getNodeName() |
String |
getParentActionRequestId() |
String |
getPrincipalId() |
int |
getPriority() |
String |
getQualifiedRoleName() |
String |
getQualifiedRoleNameLabel() |
RecipientType |
getRecipientType() |
String |
getRequestLabel() |
ActionRequestPolicy |
getRequestPolicy() |
String |
getResponsibilityDescription() |
String |
getResponsibilityId() |
String |
getRoleName() |
int |
getRouteLevel() |
String |
getRouteNodeInstanceId() |
ActionRequestStatus |
getStatus() |
boolean |
isCurrent() |
boolean |
isForceAction() |
String getId()
IdentifiablegetId in interface IdentifiableActionRequestType getActionRequested()
ActionRequestStatus getStatus()
boolean isCurrent()
org.joda.time.DateTime getDateCreated()
String getResponsibilityId()
String getDocumentId()
int getPriority()
int getRouteLevel()
String getAnnotation()
RecipientType getRecipientType()
String getPrincipalId()
String getGroupId()
ActionRequestPolicy getRequestPolicy()
String getResponsibilityDescription()
boolean isForceAction()
DelegationType getDelegationType()
String getRoleName()
String getQualifiedRoleName()
String getQualifiedRoleNameLabel()
String getRouteNodeInstanceId()
String getNodeName()
String getRequestLabel()
String getParentActionRequestId()
ActionTakenContract getActionTaken()
List<? extends ActionRequestContract> getChildRequests()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.