Package wt.workflow.work
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the entity that completed this work item.static final StringIndicates whether or not this work item has been reassigned.static final StringThe role that the owner will play in completing the work itemstatic final StringState of the assignment. -
Method Summary
Modifier and TypeMethodDescriptionThe name of the entity that completed this work item.getRole()The role that the owner will play in completing the work itemState of the assignment.booleanIndicates whether or not this work item has been reassigned.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
ROLE
The role that the owner will play in completing the work itemSupported API: true
- See Also:
-
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
State of the assignment. One of {POTENTIAL, ACCEPTED}.Supported API: true
- See Also:
-
REASSIGNED
Indicates whether or not this work item has been reassigned.Supported API: true
- See Also:
-
-
Method Details
-
getRole
The role that the owner will play in completing the work itemSupported API: true
- Specified by:
getRolein interfacewt.workflow.work.LWWorkItemIfc- See Also:
-
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:
getCompletedByin interfacewt.workflow.work.LWWorkItemIfc- See Also:
-
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:
isReassignedin interfacewt.workflow.work.LWWorkItemIfc- See Also:
-