Package wt.lifecycle

Class Phase

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.lifecycle._Phase
wt.lifecycle.Phase
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

Phase captures run-time behavior for a specific phase for a specific LifeCycleManaged object. This includes role player dispositions, history tracking and next phase information.

Use the newPhase static factory method(s), not the Phase constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Field Summary

    Fields inherited from class wt.lifecycle._Phase

    EXTERNALIZATION_VERSION_UID, GATE, NAME, PHASE_TEMPLATE_ID, WF_PROCESS_ID

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Methods inherited from class wt.lifecycle._Phase

    getClassInfo, getConceptualClassname, getGate, getName, getPhaseTemplateId, getType, getWfProcessId, readExternal, readExternal, readVersion, setGate, setName, setPhaseTemplateId, setWfProcessId, super_readExternal_Phase, super_readVersion_Phase, super_writeExternal_Phase, writeExternal, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait