Package wt.lifecycle
Class LifeCycleTemplateMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
wt.lifecycle._LifeCycleTemplateMaster
wt.lifecycle.LifeCycleTemplateMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedFilterable,WTContained,wt.inf.container.WTContainedFilterable,wt.lifecycle.LifeCycleDefinition,wt.recent.RecentlyVisited,wt.vc._Mastered,Mastered
@GenAsPersistable(superClass=Master.class,interfaces={wt.lifecycle.LifeCycleDefinition.class,Identified.class,WTContained.class,wt.inf.container.WTContainedFilterable.class},versions=-5604299996168399247L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Unique template name. Required attribute.",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="enabled",type=boolean.class,initialValue="true",javaDoc="A boolean that notates whether the Life Cycle Template Master is enabled or disabled",accessors=@PropertyAccessors(setAccess=PROTECTED,setExceptions={})),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="Life cycle description",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="supportedClass",type=java.lang.String.class,javaDoc="The class of object this template will accept. Subclasses are also accepted. Required attribute.",constraints=@PropertyConstraints(required=true,upperLimit=1333)),@GeneratedProperty(name="routing",type=boolean.class,initialValue="false",javaDoc="A boolean that notates whether the Life Cycle Template Master can be used for Routing objects or not",accessors=@PropertyAccessors(setAccess=PROTECTED,setExceptions={}))},tableProperties=@TableProperties(compositeUnique1="name+containerReference.key.id"),iconProperties=@IconProperties(standardIcon="wt/clients/images/lctemplateicon.gif",openIcon="wt/clients/images/lctemplateicon.gif"))
public final class LifeCycleTemplateMaster
extends wt.lifecycle._LifeCycleTemplateMaster
The definition of a Life Cycle. It is paired with the Life Cycle Template
to provide the concept of an iterated and workable Life Cycle.
Use the newLifeCycleTemplateMaster static factory method(s),
not the LifeCycleTemplateMaster 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._LifeCycleTemplateMaster
DESCRIPTION, ENABLED, EXTERNALIZATION_VERSION_UID, NAME, ROUTING, SUPPORTED_CLASSFields inherited from class wt.enterprise.Master
OLD_FORMAT_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.lifecycle._LifeCycleTemplateMaster
getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getDescription, getName, getSupportedClass, getType, isEnabled, isRouting, readExternal, readExternal, readVersion, setContainer, setContainerReference, setDescription, setEnabled, setName, setRouting, setSupportedClass, super_readExternal_LifeCycleTemplateMaster, super_readVersion_LifeCycleTemplateMaster, super_writeExternal_LifeCycleTemplateMaster, writeExternal, writeExternalMethods inherited from class wt.enterprise.Master
getBusinessType, setSeriesMethods inherited from class wt.enterprise._Master
getSeries, readVersion, super_readExternal_Master, super_readVersion_Master, super_writeExternal_MasterMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, 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.fc.Persistable
checkAttributes