com.ibm.itim.workflow.model

Interface WorkItem



  • public interface WorkItem
    This interface provides general information about a work item.
    • 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.