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

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

Returns:
ID of the work item.

getActivityParticipant

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

Returns:
ActivityParticipant representing the work item participant.

getTimeCreated

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

Returns:
Date the work item was created.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.