Uses of Class
wt.lifecycle.LifeCycleTemplateMaster

Packages that use LifeCycleTemplateMaster
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.createws   
com.ptc.windchill.cadx.multirevise   
com.ptc.windchill.cadx.wsoption   
wt.epm
 
wt.epm.workspaces   
wt.lifecycle
 
 

Uses of LifeCycleTemplateMaster in com.ptc.windchill.cadx.common.util
 

Methods in com.ptc.windchill.cadx.common.util that return LifeCycleTemplateMaster
static LifeCycleTemplateMaster WorkspaceUtilities.getWsOrContainerBasedLifeCycleTemplateMaster(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get life cycle template master from the specified workspace for the specified type of object.
static LifeCycleTemplateMaster RuleUtilities.getLifeCycleTemplateMaster(LifeCycleManaged lcm, WTContainer container)
          For the specified LifeCycleManaged object, return back the life cycle template master.
private static LifeCycleTemplateMaster RuleUtilities.getLifeCycleTemplateMaster(LifeCycleTemplate lifeCycleTemplate, WTContainer container)
          For the specified LifeCycleTemplate object, return back the life cycle template master.
static LifeCycleTemplateMaster RuleUtilities.getLifeCycleTemplateMaster(WTContainer container, Class revisionControlledObjectClass)
          For the specified container, find out the default life cycle for the specified type (class) of RevisionControlled objects
 

Uses of LifeCycleTemplateMaster in com.ptc.windchill.cadx.createws
 

Fields in com.ptc.windchill.cadx.createws declared as LifeCycleTemplateMaster
private  LifeCycleTemplateMaster CreateWSFormTaskDelegate.docLifeCycle
           
private  LifeCycleTemplateMaster CreateWSFormTaskDelegate.partLifeCycle
           
 

Uses of LifeCycleTemplateMaster in com.ptc.windchill.cadx.multirevise
 

Methods in com.ptc.windchill.cadx.multirevise with parameters of type LifeCycleTemplateMaster
private  ReviseOptions ReviseAllFormTaskDelegate.updateReviseOptions(RevisionControlled vcObj, Folder reviseFolder, LifeCycleTemplateMaster lifeCycle, TeamTemplate teamTemplate)
           
private  ReviseOptions ReviseAllFormTaskDelegate.getReviseoptionsForAssocWTParts(RevisionControlled vcObj, Folder reviseFolder, LifeCycleTemplateMaster lifeCycle, TeamTemplate teamTemplate)
           
 

Uses of LifeCycleTemplateMaster in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption that return LifeCycleTemplateMaster
private  LifeCycleTemplateMaster GenWsprefFormTaskDelegate.validateAndSetPartLifeCycleTemplate(String partLifeCyclestr, WTContainer container, EPMWorkspace workspace)
          Validate the specified part life cycle string and set this for the workspace.
private  LifeCycleTemplateMaster GenWsprefFormTaskDelegate.validateAndSetDocLifeCycleTemplate(String docLifeCyclestr, WTContainer container, EPMWorkspace workspace)
          Validate the specified doc life cycle string and set this for the workspace.
private  LifeCycleTemplateMaster GenWsprefFormTaskDelegate.getValidLifeCycleTemplate(String lifeCycleStr, WTContainer container, boolean part)
           
 

Uses of LifeCycleTemplateMaster in wt.epm
 

Fields in wt.epm declared as LifeCycleTemplateMaster
 LifeCycleTemplateMaster ReviseOptions.ObjectOptions.lifeCycle
          The life cycle template to assign the newly created versions to.
 

Constructors in wt.epm with parameters of type LifeCycleTemplateMaster
ReviseOptions.ObjectOptions(Folder folder, LifeCycleTemplateMaster lifeCycle)
          Constructor for the ObjectOptions class.
 

Uses of LifeCycleTemplateMaster in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return LifeCycleTemplateMaster
 LifeCycleTemplateMaster WorkspacePartLifeCycle.getPartLifeCycle()
          Gets the object for the association that plays role: PART_LIFE_CYCLE_ROLE.
 LifeCycleTemplateMaster WorkspaceDocLifeCycle.getDocLifeCycle()
          Gets the object for the association that plays role: DOC_LIFE_CYCLE_ROLE.
 LifeCycleTemplateMaster EPMWorkspace.getDocLifeCycle()
          Gets the object for the association that plays role: DOC_LIFE_CYCLE.
 LifeCycleTemplateMaster EPMWorkspace.getPartLifeCycle()
          Gets the object for the association that plays role: PART_LIFE_CYCLE.
 

Methods in wt.epm.workspaces with parameters of type LifeCycleTemplateMaster
 void WorkspacePartLifeCycle.setPartLifeCycle(LifeCycleTemplateMaster partLifeCycle)
          Sets the object for the association that plays role: PART_LIFE_CYCLE_ROLE.
static WorkspacePartLifeCycle WorkspacePartLifeCycle.newWorkspacePartLifeCycle(EPMWorkspace workspace, LifeCycleTemplateMaster partLifeCycle)
          Default factory for the class.
 void WorkspaceDocLifeCycle.setDocLifeCycle(LifeCycleTemplateMaster docLifeCycle)
          Sets the object for the association that plays role: DOC_LIFE_CYCLE_ROLE.
static WorkspaceDocLifeCycle WorkspaceDocLifeCycle.newWorkspaceDocLifeCycle(EPMWorkspace workspace, LifeCycleTemplateMaster docLifeCycle)
          Default factory for the class.
 void EPMWorkspace.setDocLifeCycle(LifeCycleTemplateMaster a_DocLifeCycle)
          Sets the object for the association that plays role: DOC_LIFE_CYCLE.
 void EPMWorkspace.setPartLifeCycle(LifeCycleTemplateMaster a_PartLifeCycle)
          Sets the object for the association that plays role: PART_LIFE_CYCLE.
 

Uses of LifeCycleTemplateMaster in wt.lifecycle
 

Methods in wt.lifecycle that return LifeCycleTemplateMaster
 LifeCycleTemplateMaster StandardLifeCycleService.getLifeCycleTemplateMaster(String aMasterName)
          Given a String representation of the LifeCycleTemplateMaster name, answer the LifeCycleTemplateMasterReference

Supported API: true
 LifeCycleTemplateMaster StandardLifeCycleService.getLifeCycleTemplateMaster(String aMasterName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplateMaster name and a WTContainerRef, answer the LifeCycleTemplateMasterReference

Supported API: true
private  LifeCycleTemplateMaster StandardLifeCycleService.findTemplateMasterByName(String name, WTContainerRef context)
          Answer an enumeration of templates which accepts the specified class in this container.
private  LifeCycleTemplateMaster StandardLifeCycleService.findDefaultMaster()
           
 LifeCycleTemplateMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
private static LifeCycleTemplateMaster LoadLifeCycle.findTemplateMasterByName(String name, WTContainerRef context, boolean onlyEnabled)
           
static LifeCycleTemplateMaster LifeCycleTemplateMaster.newLifeCycleTemplateMaster()
          Default factory for the class.
 LifeCycleTemplateMaster LifeCycleServiceFwd.getLifeCycleTemplateMaster(String aMasterName)
          Given a String representation of the LifeCycleTemplateMaster name, answer the LifeCycleTemplateMasterReference

Supported API: false
 LifeCycleTemplateMaster LifeCycleServiceFwd.getLifeCycleTemplateMaster(String aMasterName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplateMaster name and a WTContainerRef, answer the LifeCycleTemplateMasterReference

Supported API: false
 LifeCycleTemplateMaster LifeCycleService.getLifeCycleTemplateMaster(String aMasterName)
          Given a String representation of the LifeCycleTemplateMaster name, answer the LifeCycleTemplateMasterReference

Supported API: true
 LifeCycleTemplateMaster LifeCycleService.getLifeCycleTemplateMaster(String aMasterName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplateMaster name and a WTContainerRef, answer the LifeCycleTemplateMasterReference

Supported API: true
 LifeCycleTemplateMaster StandardLifeCycleService.getLifeCycleTemplateMaster(String aMasterName)
          Given a String representation of the LifeCycleTemplateMaster name, answer the LifeCycleTemplateMasterReference

Supported API: true
 LifeCycleTemplateMaster StandardLifeCycleService.getLifeCycleTemplateMaster(String aMasterName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplateMaster name and a WTContainerRef, answer the LifeCycleTemplateMasterReference

Supported API: true
private  LifeCycleTemplateMaster StandardLifeCycleService.findTemplateMasterByName(String name, WTContainerRef context)
          Answer an enumeration of templates which accepts the specified class in this container.
private  LifeCycleTemplateMaster StandardLifeCycleService.findDefaultMaster()
           
 LifeCycleTemplateMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
private static LifeCycleTemplateMaster LoadLifeCycle.findTemplateMasterByName(String name, WTContainerRef context, boolean onlyEnabled)
           
static LifeCycleTemplateMaster LifeCycleTemplateMaster.newLifeCycleTemplateMaster()
          Default factory for the class.
 LifeCycleTemplateMaster LifeCycleServiceFwd.getLifeCycleTemplateMaster(String aMasterName)
          Given a String representation of the LifeCycleTemplateMaster name, answer the LifeCycleTemplateMasterReference

Supported API: false
 LifeCycleTemplateMaster LifeCycleServiceFwd.getLifeCycleTemplateMaster(String aMasterName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplateMaster name and a WTContainerRef, answer the LifeCycleTemplateMasterReference

Supported API: false
 LifeCycleTemplateMaster LifeCycleService.getLifeCycleTemplateMaster(String aMasterName)
          Given a String representation of the LifeCycleTemplateMaster name, answer the LifeCycleTemplateMasterReference

Supported API: true
 LifeCycleTemplateMaster LifeCycleService.getLifeCycleTemplateMaster(String aMasterName, WTContainerRef context)
          Given a String representation of the LifeCycleTemplateMaster name and a WTContainerRef, answer the LifeCycleTemplateMasterReference

Supported API: true
 

Methods in wt.lifecycle with parameters of type LifeCycleTemplateMaster
 void StandardLifeCycleService.setEnabled(LifeCycleTemplateMaster aMaster, boolean enable)
          Enable/Disable the Life Cycle Template Master

Supported API: true
 LifeCycleTemplate StandardLifeCycleService.getLatestIteration(LifeCycleTemplateMaster master)
          Given a LifeCycleTemplateMaster, return the latest iteration (LifeCycleTemplate)

Supported API: true
 void StandardLifeCycleService.setRouting(LifeCycleTemplateMaster aMaster, boolean routing)
          Set/reset the routing attribute of the Life Cycle Template Master.
 QueryResult StandardLifeCycleService.whereUsed(LifeCycleTemplateMaster aMaster)
          Given a LifeCycleTemplateMaster, return a QueryResult containing all LifeCycleManaged objects that use any iteration of it

Supported API: false
 void MasterIteration.setMaster(LifeCycleTemplateMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(LifeCycleTemplateMaster master, LifeCycleTemplate iteration)
          Default factory for the class.
static LifeCycleTemplateMasterReference LifeCycleTemplateMasterReference.newLifeCycleTemplateMasterReference(LifeCycleTemplateMaster lifeCycleTemplateMaster)
          Transform a LifeCycleTemplateMaster instance into a LifeCycleTemplateMasterReference

Supported API: false
protected  void LifeCycleTemplateMasterReference.initialize(LifeCycleTemplateMaster lifeCycleTemplateMaster)
          Supports initialization, following construction of an instance.
static LifeCycleTemplateMasterIdentity LifeCycleTemplateMasterIdentity.newLifeCycleTemplateMasterIdentity(LifeCycleTemplateMaster template)
          Factory method to create a WfProcessTemplateMasterIdentity object with the name set to the passed-in arguments.
protected  void LifeCycleTemplateMasterIdentity.initialize(LifeCycleTemplateMaster template)
          Supports initialization, following construction of an instance.
protected  boolean LifeCycleTemplateMaster.readVersion(LifeCycleTemplateMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 QueryResult LifeCycleServiceSvr.whereUsed(LifeCycleTemplateMaster aMaster)
          Given a LifeCycleTemplateMaster, return a QueryResult containing all LifeCycleManaged objects that use any iteration of it

Supported API: false
 void LifeCycleServiceFwd.setEnabled(LifeCycleTemplateMaster aMaster, boolean enable)
          Enable/Disable the Life Cycle Template Master

Supported API: false
 LifeCycleTemplate LifeCycleServiceFwd.getLatestIteration(LifeCycleTemplateMaster master)
          Given a LifeCycleTemplateMaster, return the latest iteration (LifeCycleTemplate)

Supported API: false
 void LifeCycleServiceFwd.setRouting(LifeCycleTemplateMaster aMaster, boolean routing)
          Set/reset the routing attribute of the Life Cycle Template Master.
 void LifeCycleService.setEnabled(LifeCycleTemplateMaster aMaster, boolean enable)
          Enable/Disable the Life Cycle Template Master

Supported API: true
 LifeCycleTemplate LifeCycleService.getLatestIteration(LifeCycleTemplateMaster master)
          Given a LifeCycleTemplateMaster, return the latest iteration (LifeCycleTemplate)

Supported API: true
 void LifeCycleService.setRouting(LifeCycleTemplateMaster aMaster, boolean routing)
          Set/reset the routing attribute of the Life Cycle Template Master.
 void StandardLifeCycleService.setEnabled(LifeCycleTemplateMaster aMaster, boolean enable)
          Enable/Disable the Life Cycle Template Master

Supported API: true
 LifeCycleTemplate StandardLifeCycleService.getLatestIteration(LifeCycleTemplateMaster master)
          Given a LifeCycleTemplateMaster, return the latest iteration (LifeCycleTemplate)

Supported API: true
 void StandardLifeCycleService.setRouting(LifeCycleTemplateMaster aMaster, boolean routing)
          Set/reset the routing attribute of the Life Cycle Template Master.
 QueryResult StandardLifeCycleService.whereUsed(LifeCycleTemplateMaster aMaster)
          Given a LifeCycleTemplateMaster, return a QueryResult containing all LifeCycleManaged objects that use any iteration of it

Supported API: false
 void MasterIteration.setMaster(LifeCycleTemplateMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(LifeCycleTemplateMaster master, LifeCycleTemplate iteration)
          Default factory for the class.
static LifeCycleTemplateMasterReference LifeCycleTemplateMasterReference.newLifeCycleTemplateMasterReference(LifeCycleTemplateMaster lifeCycleTemplateMaster)
          Transform a LifeCycleTemplateMaster instance into a LifeCycleTemplateMasterReference

Supported API: false
protected  void LifeCycleTemplateMasterReference.initialize(LifeCycleTemplateMaster lifeCycleTemplateMaster)
          Supports initialization, following construction of an instance.
static LifeCycleTemplateMasterIdentity LifeCycleTemplateMasterIdentity.newLifeCycleTemplateMasterIdentity(LifeCycleTemplateMaster template)
          Factory method to create a WfProcessTemplateMasterIdentity object with the name set to the passed-in arguments.
protected  void LifeCycleTemplateMasterIdentity.initialize(LifeCycleTemplateMaster template)
          Supports initialization, following construction of an instance.
protected  boolean LifeCycleTemplateMaster.readVersion(LifeCycleTemplateMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 QueryResult LifeCycleServiceSvr.whereUsed(LifeCycleTemplateMaster aMaster)
          Given a LifeCycleTemplateMaster, return a QueryResult containing all LifeCycleManaged objects that use any iteration of it

Supported API: false
 void LifeCycleServiceFwd.setEnabled(LifeCycleTemplateMaster aMaster, boolean enable)
          Enable/Disable the Life Cycle Template Master

Supported API: false
 LifeCycleTemplate LifeCycleServiceFwd.getLatestIteration(LifeCycleTemplateMaster master)
          Given a LifeCycleTemplateMaster, return the latest iteration (LifeCycleTemplate)

Supported API: false
 void LifeCycleServiceFwd.setRouting(LifeCycleTemplateMaster aMaster, boolean routing)
          Set/reset the routing attribute of the Life Cycle Template Master.
 void LifeCycleService.setEnabled(LifeCycleTemplateMaster aMaster, boolean enable)
          Enable/Disable the Life Cycle Template Master

Supported API: true
 LifeCycleTemplate LifeCycleService.getLatestIteration(LifeCycleTemplateMaster master)
          Given a LifeCycleTemplateMaster, return the latest iteration (LifeCycleTemplate)

Supported API: true
 void LifeCycleService.setRouting(LifeCycleTemplateMaster aMaster, boolean routing)
          Set/reset the routing attribute of the Life Cycle Template Master.