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 StringThe source that created this work itemstatic final StringState of the assignment.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
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 itemThe source that created this work itemState of the assignment.booleanIndicates whether or not this work item has been reassigned.Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.workflow.work.LWWorkItemIfc
isCompleteMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
ROLE
The role that the owner will play in completing the work itemSupported API: true
- See Also:
-
SOURCE
The source that created this 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:
-
getSource
The source that created this work itemSupported API: true
- 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:
-