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

All Known Implementing Classes:
ActionItem, ActionItem, ActionItem.Builder, ActionItemActionListExtension, OutboxItemActionListExtension

public interface ActionItemContract


Method Summary
 Integer getActionItemIndex()
          Deprecated. actionItemIndex is never used
 String getActionRequestCd()
           
 String getActionRequestId()
           
 String getActionToTake()
          Deprecated. actionToTake is never used
 String getDateAssignedString()
          Deprecated. dateAssignedString is never used
 org.joda.time.DateTime getDateTimeAssigned()
           
 DelegationType getDelegationType()
           
 String getDelegatorGroupId()
           
 String getDelegatorPrincipalId()
           
 String getDocHandlerURL()
           
 String getDocLabel()
           
 String getDocName()
           
 String getDocTitle()
           
 String getDocumentId()
           
 String getGroupId()
           
 String getId()
           
 String getPrincipalId()
           
 String getResponsibilityId()
           
 String getRoleName()
           
 

Method Detail

getId

String getId()

getDateTimeAssigned

org.joda.time.DateTime getDateTimeAssigned()

getActionRequestCd

String getActionRequestCd()

getActionRequestId

String getActionRequestId()

getDocumentId

String getDocumentId()

getDocTitle

String getDocTitle()

getDocLabel

String getDocLabel()

getDocHandlerURL

String getDocHandlerURL()

getDocName

String getDocName()

getResponsibilityId

String getResponsibilityId()

getRoleName

String getRoleName()

getDelegationType

DelegationType getDelegationType()

getGroupId

String getGroupId()

getPrincipalId

String getPrincipalId()

getDelegatorGroupId

String getDelegatorGroupId()

getDelegatorPrincipalId

String getDelegatorPrincipalId()

getDateAssignedString

@Deprecated
String getDateAssignedString()
Deprecated. dateAssignedString is never used

This method should never be called, has been deprecated, and will always return null. It was mistakenly added to this interface when it was created and has been left here for compatibility purposes.

Returns:
always returns null

getActionToTake

@Deprecated
String getActionToTake()
Deprecated. actionToTake is never used

This method should never be called, has been deprecated, and will always return null. It was mistakenly added to this interface when it was created and has been left here for compatibility purposes.

Returns:
always returns null

getActionItemIndex

Integer getActionItemIndex()
Deprecated. actionItemIndex is never used

This method should never be called, has been deprecated, and will always return null. It was mistakenly added to this interface when it was created and has been left here for compatibility purposes.

Returns:
always returns null


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.