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

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

public interface ActionTakenContract
extends Identifiable


Method Summary
 org.joda.time.DateTime getActionDate()
           
 ActionType getActionTaken()
           
 String getAnnotation()
           
 String getDelegatorGroupId()
           
 String getDelegatorPrincipalId()
           
 String getDocumentId()
           
 String getId()
          The unique identifier for an object.
 String getPrincipalId()
           
 boolean isCurrent()
           
 

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

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-2013 The Kuali Foundation. All Rights Reserved.