Package org.kuali.rice.kew.api.action
Interface ActionRequestContract
- All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable
- All Known Implementing Classes:
ActionRequest,ActionRequest.Builder
public interface ActionRequestContract
extends org.kuali.rice.core.api.mo.common.Identifiable
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends ActionRequestContract> org.joda.time.DateTimeorg.kuali.rice.core.api.delegation.DelegationTypegetId()intintbooleanboolean
-
Method Details
-
getId
String getId()- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
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
org.kuali.rice.core.api.delegation.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()
-