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
@GenAsPersistable(superClass=WTObject.class,versions=8835755074917275285L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Phase name derived from phase template name",constraints=@PropertyConstraints(upperLimit=30)),@GeneratedProperty(name="phaseTemplateId",type=ObjectReference.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="gate",type=wt.lifecycle.Gate.class),@GeneratedProperty(name="wfProcessId",type=ObjectReference.class)},tableProperties=@TableProperties(oracleTableSize=LARGE))
public final class Phase
extends wt.lifecycle._Phase
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_IDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields 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
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, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo