com.ibm.itim.workflow.model
Interface WorkItem
- public interface WorkItem
This interface provides general information about a work item.
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.