Uses of Class
wt.lifecycle.LifeCycleTemplateReference

Packages that use LifeCycleTemplateReference
com.ptc.core.foundation.container.server   
com.ptc.epm.commands.util   
com.ptc.hli.ecad   
wt.access
The access control service is responsible for defining and enforcing access to business and system objects. 
wt.clients.beans.lifecycle   
wt.clients.lifecycle.select   
wt.clients.prodmgmt   
wt.dataops.containermove   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.lifecycle
 
wt.maturity   
wt.meeting.actionitem   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.replication.sender   
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
 

Uses of LifeCycleTemplateReference in com.ptc.core.foundation.container.server
 

Methods in com.ptc.core.foundation.container.server that return LifeCycleTemplateReference
private  LifeCycleTemplateReference StandardFdnWTContainerService.getLifeCycleTemplateReference(WTContainerRef containerRef, TypeIdentifier type)
          Goes to the rules service to get the template to use for this type in the container.
 

Uses of LifeCycleTemplateReference in com.ptc.epm.commands.util
 

Fields in com.ptc.epm.commands.util declared as LifeCycleTemplateReference
 LifeCycleTemplateReference PartHelper.PartOptions.lifeCycle
           
 LifeCycleTemplateReference DocHelper.DocOptions.lifeCycle
           
 

Uses of LifeCycleTemplateReference in com.ptc.hli.ecad
 

Fields in com.ptc.hli.ecad declared as LifeCycleTemplateReference
 LifeCycleTemplateReference ECADAssemblyHelper.AssemblyOptions.partLifecycle
          the Lifecycle for new WTParts
 

Uses of LifeCycleTemplateReference in wt.access
 

Methods in wt.access that return LifeCycleTemplateReference
 LifeCycleTemplateReference AccessControlSurrogate.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 LifeCycleTemplateReference AccessControlSurrogate.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 

Uses of LifeCycleTemplateReference in wt.clients.beans.lifecycle
 

Methods in wt.clients.beans.lifecycle that return LifeCycleTemplateReference
 LifeCycleTemplateReference LifeCyclePanelWTUnit.getSelectedLifeCycleTemplate()
          Return the currently selected life cycle template reference.
private  LifeCycleTemplateReference LifeCyclePanelWTUnit.getTemplate(LifeCycleManaged an_object)
          Get the life cycle reference associated with the specified object.
 LifeCycleTemplateReference LifeCyclePanel.getSelectedLifeCycleTemplate()
          Return the currently selected life cycle template reference.
private  LifeCycleTemplateReference LifeCyclePanel.getTemplate(LifeCycleManaged an_object)
          Get the life cycle reference associated with the specified object.
 

Uses of LifeCycleTemplateReference in wt.clients.lifecycle.select
 

Fields in wt.clients.lifecycle.select declared as LifeCycleTemplateReference
protected  LifeCycleTemplateReference ReassignProjectDialog.myTemplate
           
 

Uses of LifeCycleTemplateReference in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as LifeCycleTemplateReference
private  LifeCycleTemplateReference PartItem.lifeCycleTemplateRef
          The life cycle template for this part.
 

Methods in wt.clients.prodmgmt that return LifeCycleTemplateReference
 LifeCycleTemplateReference PartItem.getLifeCycleTemplateRef()
          Returns the current lifeCycleTemplateRef of this PartItem.
 

Methods in wt.clients.prodmgmt with parameters of type LifeCycleTemplateReference
 void PartItem.setLifeCycleTemplateRef(LifeCycleTemplateReference lifeCycleTemplateRef)
          Sets the lifeCycleTemplateRef of this PartItem.
 

Uses of LifeCycleTemplateReference in wt.dataops.containermove
 

Methods in wt.dataops.containermove with parameters of type LifeCycleTemplateReference
private  int StandardContainerMoveService.checkDestFolderAccess(WTPrincipal currentUser, Class typeClass, AdminDomainRef domRef, LifeCycleTemplateReference tempRef, State lcState)
           
 

Uses of LifeCycleTemplateReference in wt.enterprise
 

Methods in wt.enterprise that return LifeCycleTemplateReference
 LifeCycleTemplateReference RevisionControlled.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 LifeCycleTemplateReference Managed.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 LifeCycleTemplateReference CabinetManaged.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 

Uses of LifeCycleTemplateReference in wt.lifecycle
 

Fields in wt.lifecycle declared as LifeCycleTemplateReference
private  LifeCycleTemplateReference LifeCycleState.lifeCycleId
           
private  LifeCycleTemplateReference LifeCycleState.lifeCycleId
           
 

Methods in wt.lifecycle that return LifeCycleTemplateReference
 LifeCycleTemplateReference StandardLifeCycleService.getLifeCycleTemplateReference(String aName)
          Given a String representation of the LifeCycleTemplater name, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference StandardLifeCycleService.getLatestIteration(LifeCycleTemplateMasterReference master)
          Given a LifeCycleTemplateMasterReference, return the latest iteration (LifeCycleTemplateReference)

Supported API: true
 LifeCycleTemplateReference StandardLifeCycleService.getLifeCycleTemplateReference(String aName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplater name and a WTContainerRef, find the latest iteration or working copy of the LifeCycleTemplate.
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference()
          Default constructor

Supported API: false
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(LifeCycleTemplate lifeCycleTemplate)
          Transform a LifeCycleTemplate instance into a LifeCycleTemplateReference

Supported API: false
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(LifeCycleTemplateReference lifeCycleTemplateReference)
          Transform a LifeCycleTemplateReference instance into a LifeCycleTemplateReference

Supported API: false
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(ObjectIdentifier oid)
          Constructs a lifecycle template reference out of its database identifier.
 LifeCycleTemplateReference LifeCycleTemplateMaster.getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 LifeCycleTemplateReference LifeCycleTemplate.getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 LifeCycleTemplateReference LifeCycleState.getLifeCycleId()
          Gets the object for the association that plays role: LIFE_CYCLE_ID.
 LifeCycleTemplateReference LifeCycleServiceFwd.getLifeCycleTemplateReference(String aName)
          Given a String representation of the LifeCycleTemplater name, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleServiceFwd.getLatestIteration(LifeCycleTemplateMasterReference master)
          Given a LifeCycleTemplateMasterReference, return the latest iteration (LifeCycleTemplateReference)

Supported API: false
 LifeCycleTemplateReference LifeCycleServiceFwd.getLifeCycleTemplateReference(String aName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplater name and a WTContainerRef, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleService.getLifeCycleTemplateReference(String aName)
          Given a String representation of the LifeCycleTemplater name, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleService.getLatestIteration(LifeCycleTemplateMasterReference master)
          Given a LifeCycleTemplateMasterReference, return the latest iteration (LifeCycleTemplateReference)

Supported API: true
 LifeCycleTemplateReference LifeCycleService.getLifeCycleTemplateReference(String aName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplater name and a WTContainerRef, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleManaged.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 LifeCycleTemplateReference LifeCycleDefinition.getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 LifeCycleTemplateReference StandardLifeCycleService.getLifeCycleTemplateReference(String aName)
          Given a String representation of the LifeCycleTemplater name, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference StandardLifeCycleService.getLatestIteration(LifeCycleTemplateMasterReference master)
          Given a LifeCycleTemplateMasterReference, return the latest iteration (LifeCycleTemplateReference)

Supported API: true
 LifeCycleTemplateReference StandardLifeCycleService.getLifeCycleTemplateReference(String aName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplater name and a WTContainerRef, find the latest iteration or working copy of the LifeCycleTemplate.
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference()
          Default constructor

Supported API: false
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(LifeCycleTemplate lifeCycleTemplate)
          Transform a LifeCycleTemplate instance into a LifeCycleTemplateReference

Supported API: false
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(LifeCycleTemplateReference lifeCycleTemplateReference)
          Transform a LifeCycleTemplateReference instance into a LifeCycleTemplateReference

Supported API: false
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(ObjectIdentifier oid)
          Constructs a lifecycle template reference out of its database identifier.
 LifeCycleTemplateReference LifeCycleTemplateMaster.getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 LifeCycleTemplateReference LifeCycleTemplate.getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 LifeCycleTemplateReference LifeCycleState.getLifeCycleId()
          Gets the object for the association that plays role: LIFE_CYCLE_ID.
 LifeCycleTemplateReference LifeCycleServiceFwd.getLifeCycleTemplateReference(String aName)
          Given a String representation of the LifeCycleTemplater name, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleServiceFwd.getLatestIteration(LifeCycleTemplateMasterReference master)
          Given a LifeCycleTemplateMasterReference, return the latest iteration (LifeCycleTemplateReference)

Supported API: false
 LifeCycleTemplateReference LifeCycleServiceFwd.getLifeCycleTemplateReference(String aName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplater name and a WTContainerRef, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleService.getLifeCycleTemplateReference(String aName)
          Given a String representation of the LifeCycleTemplater name, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleService.getLatestIteration(LifeCycleTemplateMasterReference master)
          Given a LifeCycleTemplateMasterReference, return the latest iteration (LifeCycleTemplateReference)

Supported API: true
 LifeCycleTemplateReference LifeCycleService.getLifeCycleTemplateReference(String aName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplater name and a WTContainerRef, find the latest iteration or working copy of the LifeCycleTemplate.
 LifeCycleTemplateReference LifeCycleManaged.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 LifeCycleTemplateReference LifeCycleDefinition.getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 

Methods in wt.lifecycle with parameters of type LifeCycleTemplateReference
 LifeCycleManaged StandardLifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Reassign a life cycle managed object to a new life cycle.
 LifeCycleManaged StandardLifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context)
          Reassign a life cycle managed object to a new life cycle in a certain WTContainerRef.
 WTList StandardLifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, boolean preserveState)
          Reassign all objects in a WTList to a lifecycle.
 WTList StandardLifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 Set StandardLifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged StandardLifeCycleService.doReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Re-assign the object to a new life cycle.
 LifeCycleManaged StandardLifeCycleService.validateReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Perform pre-reassign validations

Supported API: false
private  LifeCycleManaged StandardLifeCycleService.doReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context_ref)
           
private  LifeCycleState StandardLifeCycleService.setState(LifeCycleManaged object, LifeCycleTemplateReference lctRef, State aState, boolean atGate)
           
private  void StandardLifeCycleService.setStates(WTList list, LifeCycleTemplateReference lctRef, State aState, boolean preserveState, boolean atGate)
           
private  LifeCycleTemplate StandardLifeCycleService.validateLifeCycleTemplate(LifeCycleTemplateReference lctr, boolean useLatest)
           
 void StandardLifeCycleService.validateReassign(WTCollection objects, LifeCycleTemplateReference lctRef, State state)
           
private  void StandardLifeCycleService.doReassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context_ref, State state, boolean preserveState)
           
private  void StandardLifeCycleService.validateReassign(WTCollection lcmObjects, LifeCycleTemplateReference lctRef)
          This API validates whether or not all objects in the collection are are in a state where they can be assigned.
protected  boolean LifeCycleTemplateReference.readVersion(LifeCycleTemplateReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(LifeCycleTemplateReference lifeCycleTemplateReference)
          Transform a LifeCycleTemplateReference instance into a LifeCycleTemplateReference

Supported API: false
protected  void LifeCycleTemplateReference.initialize(LifeCycleTemplateReference lifeCycleTemplateReference)
          Supports initialization, following construction of an instance.
 void LifeCycleState.setLifeCycleId(LifeCycleTemplateReference a_LifeCycleId)
          Sets the object for the association that plays role: LIFE_CYCLE_ID.
private  void LifeCycleState.lifeCycleIdValidate(LifeCycleTemplateReference a_LifeCycleId)
           
 LifeCycleManaged LifeCycleServiceSvr.doReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Re-assign the object to a new life cycle.
 LifeCycleManaged LifeCycleServiceSvr.validateReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Perform pre-reassign validations

Supported API: false
 LifeCycleManaged LifeCycleServiceFwd.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Reassign a life cycle managed object to a new life cycle.
 LifeCycleManaged LifeCycleServiceFwd.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context)
          Reassign a life cycle managed object to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleServiceFwd.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, boolean preserveState)
          Reassign all objects in a WTList to a lifecycle.
 WTList LifeCycleServiceFwd.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 Set LifeCycleServiceFwd.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged LifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Reassign a life cycle managed object to a new life cycle.
 LifeCycleManaged LifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context)
          Reassign a life cycle managed object to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, boolean preserveState)
          Reassign all objects in a WTList to a lifecycle.
 WTList LifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 Set LifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
static LifeCycleManaged LifeCycleHelper.setLifeCycle(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Set the LifeCycle of the LifeCycleManaged object.
 LifeCycleManaged StandardLifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Reassign a life cycle managed object to a new life cycle.
 LifeCycleManaged StandardLifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context)
          Reassign a life cycle managed object to a new life cycle in a certain WTContainerRef.
 WTList StandardLifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, boolean preserveState)
          Reassign all objects in a WTList to a lifecycle.
 WTList StandardLifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 Set StandardLifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged StandardLifeCycleService.doReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Re-assign the object to a new life cycle.
 LifeCycleManaged StandardLifeCycleService.validateReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Perform pre-reassign validations

Supported API: false
private  LifeCycleManaged StandardLifeCycleService.doReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context_ref)
           
private  LifeCycleState StandardLifeCycleService.setState(LifeCycleManaged object, LifeCycleTemplateReference lctRef, State aState, boolean atGate)
           
private  void StandardLifeCycleService.setStates(WTList list, LifeCycleTemplateReference lctRef, State aState, boolean preserveState, boolean atGate)
           
private  LifeCycleTemplate StandardLifeCycleService.validateLifeCycleTemplate(LifeCycleTemplateReference lctr, boolean useLatest)
           
 void StandardLifeCycleService.validateReassign(WTCollection objects, LifeCycleTemplateReference lctRef, State state)
           
private  void StandardLifeCycleService.doReassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context_ref, State state, boolean preserveState)
           
private  void StandardLifeCycleService.validateReassign(WTCollection lcmObjects, LifeCycleTemplateReference lctRef)
          This API validates whether or not all objects in the collection are are in a state where they can be assigned.
protected  boolean LifeCycleTemplateReference.readVersion(LifeCycleTemplateReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static LifeCycleTemplateReference LifeCycleTemplateReference.newLifeCycleTemplateReference(LifeCycleTemplateReference lifeCycleTemplateReference)
          Transform a LifeCycleTemplateReference instance into a LifeCycleTemplateReference

Supported API: false
protected  void LifeCycleTemplateReference.initialize(LifeCycleTemplateReference lifeCycleTemplateReference)
          Supports initialization, following construction of an instance.
 void LifeCycleState.setLifeCycleId(LifeCycleTemplateReference a_LifeCycleId)
          Sets the object for the association that plays role: LIFE_CYCLE_ID.
private  void LifeCycleState.lifeCycleIdValidate(LifeCycleTemplateReference a_LifeCycleId)
           
 LifeCycleManaged LifeCycleServiceSvr.doReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Re-assign the object to a new life cycle.
 LifeCycleManaged LifeCycleServiceSvr.validateReassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Perform pre-reassign validations

Supported API: false
 LifeCycleManaged LifeCycleServiceFwd.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Reassign a life cycle managed object to a new life cycle.
 LifeCycleManaged LifeCycleServiceFwd.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context)
          Reassign a life cycle managed object to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleServiceFwd.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, boolean preserveState)
          Reassign all objects in a WTList to a lifecycle.
 WTList LifeCycleServiceFwd.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 Set LifeCycleServiceFwd.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged LifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Reassign a life cycle managed object to a new life cycle.
 LifeCycleManaged LifeCycleService.reassign(LifeCycleManaged object, LifeCycleTemplateReference lctRef, WTContainerRef context)
          Reassign a life cycle managed object to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, boolean preserveState)
          Reassign all objects in a WTList to a lifecycle.
 WTList LifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 Set LifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
static LifeCycleManaged LifeCycleHelper.setLifeCycle(LifeCycleManaged object, LifeCycleTemplateReference lctRef)
          Set the LifeCycle of the LifeCycleManaged object.
 

Uses of LifeCycleTemplateReference in wt.maturity
 

Fields in wt.maturity declared as LifeCycleTemplateReference
private  LifeCycleTemplateReference PromotionTarget.createLCTemplate
           
 

Methods in wt.maturity that return LifeCycleTemplateReference
 LifeCycleTemplateReference PromotionTarget.getCreateLCTemplate()
          Gets the value of the attribute: CREATE_LCTEMPLATE.
 

Methods in wt.maturity with parameters of type LifeCycleTemplateReference
 void PromotionTarget.setCreateLCTemplate(LifeCycleTemplateReference a_CreateLCTemplate)
          Sets the value of the attribute: CREATE_LCTEMPLATE.
private  void PromotionTarget.createLCTemplateValidate(LifeCycleTemplateReference a_CreateLCTemplate)
           
 

Uses of LifeCycleTemplateReference in wt.meeting.actionitem
 

Methods in wt.meeting.actionitem that return LifeCycleTemplateReference
 LifeCycleTemplateReference DiscreteActionItem.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 

Uses of LifeCycleTemplateReference in wt.part
 

Methods in wt.part that return LifeCycleTemplateReference
 LifeCycleTemplateReference WTProductInstance2.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 LifeCycleTemplateReference WTProductConfiguration.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 

Uses of LifeCycleTemplateReference in wt.replication.sender
 

Methods in wt.replication.sender that return LifeCycleTemplateReference
 LifeCycleTemplateReference UnitSendRecord.getLifeCycleTemplate()
          Gets the value of the attribute: LIFE_CYCLE_TEMPLATE.
 

Uses of LifeCycleTemplateReference in wt.sandbox
 

Fields in wt.sandbox declared as LifeCycleTemplateReference
private  LifeCycleTemplateReference InitialCheckinData.lifeCycleTemplateRef
           
 

Methods in wt.sandbox that return LifeCycleTemplateReference
 LifeCycleTemplateReference InitialCheckinData.getLifeCycleTemplateRef()
          Gets the value of the attribute: lifeCycleTemplateRef; reference to lifecycle template to be applied to checked in object

Supported API: false
 

Methods in wt.sandbox with parameters of type LifeCycleTemplateReference
 void InitialCheckinData.setLifeCycleTemplateRef(LifeCycleTemplateReference a_LifeCycleTemplateRef)
          Sets the value of the attribute: lifeCycleTemplateRef; reference to lifecycle template to be applied to checked in object

Supported API: false