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()
           
 String getActionRequestCd()
           
 String getActionRequestId()
           
 String getActionToTake()
           
 String getDateAssignedString()
           
 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()

getDateAssignedString

String getDateAssignedString()

getActionToTake

String getActionToTake()

getDelegationType

DelegationType getDelegationType()

getActionItemIndex

Integer getActionItemIndex()

getGroupId

String getGroupId()

getPrincipalId

String getPrincipalId()

getDelegatorGroupId

String getDelegatorGroupId()

getDelegatorPrincipalId

String getDelegatorPrincipalId()


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