org.kuali.rice.kew.api.action
Interface ActionTakenContract
- All Superinterfaces:
- Identifiable
- All Known Implementing Classes:
- ActionTaken, ActionTaken.Builder
public interface ActionTakenContract
- extends Identifiable
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
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()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.