org.kuali.rice.kew.api.action
Interface ActionRequestContract

All Superinterfaces:
Identifiable
All Known Implementing Classes:
ActionRequest, ActionRequest.Builder

public interface ActionRequestContract
extends Identifiable


Method Summary
 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()
           
 

Method Detail

getId

String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in 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-2013 The Kuali Foundation. All Rights Reserved.