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 Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.