Class _WorkItem

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.work._WorkItem
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.notify._Notifiable, Notifiable, wt.ownership._Ownable, wt.ownership.Ownable, wt.recent.RecentlyVisited, wt.type._TypeManaged, wt.type.TypeManaged, wt.workflow.work.LWWorkItemIfc
Direct Known Subclasses:
WorkItem

public abstract class _WorkItem extends WTObject implements wt.workflow.work.LWWorkItemIfc, wt.ownership.Ownable, Notifiable, wt.type.TypeManaged, wt.recent.RecentlyVisited, Externalizable
See Also:
  • Field Details

    • ROLE

      public static final String ROLE
      The role that the owner will play in completing the work item

      Supported API: true

      See Also:
    • COMPLETED_BY

      public static final String COMPLETED_BY
      The name of the entity that completed this work item. Work can be completed by humans as well as workflow robot activities.

      Supported API: true

      See Also:
    • STATUS

      public static final String STATUS
      State of the assignment. One of {POTENTIAL, ACCEPTED}.

      Supported API: true

      See Also:
    • REASSIGNED

      public static final String REASSIGNED
      Indicates whether or not this work item has been reassigned.

      Supported API: true

      See Also:
  • Method Details

    • getRole

      public Role getRole()
      The role that the owner will play in completing the work item

      Supported API: true

      Specified by:
      getRole in interface wt.workflow.work.LWWorkItemIfc
      See Also:
    • getCompletedBy

      public String getCompletedBy()
      The name of the entity that completed this work item. Work can be completed by humans as well as workflow robot activities.

      Supported API: true

      Specified by:
      getCompletedBy in interface wt.workflow.work.LWWorkItemIfc
      See Also:
    • getStatus

      public WfAssignmentState getStatus()
      State of the assignment. One of {POTENTIAL, ACCEPTED}.

      Supported API: true

      See Also:
    • isReassigned

      public boolean isReassigned()
      Indicates whether or not this work item has been reassigned.

      Supported API: true

      Specified by:
      isReassigned in interface wt.workflow.work.LWWorkItemIfc
      See Also: