Package org.kuali.rice.kew.api.action
Interface ActionTakenContract
- All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable
- All Known Implementing Classes:
ActionTaken,ActionTaken.Builder
public interface ActionTakenContract
extends org.kuali.rice.core.api.mo.common.Identifiable
-
Method Summary
-
Method Details
-
getId
String getId()- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
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()
-