Package org.kuali.rice.kew.api.action
Interface ActionTakenContract
- All Superinterfaces:
Identifiable
- All Known Implementing Classes:
ActionTaken,ActionTaken.Builder
-
Method Summary
-
Method Details
-
getId
String getId()- Specified by:
getIdin interfaceIdentifiable
-
getDocumentId
String getDocumentId() -
getPrincipalId
String getPrincipalId() -
getDelegatorPrincipalId
String getDelegatorPrincipalId() -
getDelegatorGroupId
String getDelegatorGroupId() -
getActionTaken
ActionType getActionTaken() -
getActionDate
org.joda.time.DateTime getActionDate() -
getAnnotation
String getAnnotation() -
isCurrent
boolean isCurrent()
-