com.ibm.itim.workflow.model
Interface WorkItem


public interface WorkItem

This interface provides general information about a work item.


Method Summary
 ActivityParticipant getActivityParticipant()
          Returns the participant of the work item.
 long getId()
          Returns the identifier of the work item.
 java.util.Date getTimeCreated()
          Returns the date/time the work item was created.
 

Method Detail

getId

long getId()
Returns the identifier of the work item.

Returns:
ID of the work item.

getActivityParticipant

ActivityParticipant getActivityParticipant()
Returns the participant of the work item.

Returns:
ActivityParticipant representing the work item participant.

getTimeCreated

java.util.Date getTimeCreated()
Returns the date/time the work item was created.

Returns:
Date the work item was created.


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.