Uses of Class
wt.inf.container.WTContainerTemplateRef

Packages that use WTContainerTemplateRef
wt.inf.container   
wt.inf.library   
wt.inf.template   
wt.inf.template.containerdefaults   
wt.pdmlink   
wt.projmgmt.admin   
 

Uses of WTContainerTemplateRef in wt.inf.container
 

Fields in wt.inf.container declared as WTContainerTemplateRef
private  WTContainerTemplateRef OrgContainer.containerTemplateReference
           
private  WTContainerTemplateRef ExchangeContainer.containerTemplateReference
           
private  WTContainerTemplateRef OrgContainer.containerTemplateReference
           
private  WTContainerTemplateRef ExchangeContainer.containerTemplateReference
           
 

Methods in wt.inf.container that return WTContainerTemplateRef
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(WTContainerTemplate template)
          

Supported API: false
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(WTContainerTemplateRef ref)
          

Supported API: false
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(ObjectIdentifier oid)
          

Supported API: false
 WTContainerTemplateRef WTContainer.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 WTContainerTemplateRef OrgContainer.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 WTContainerTemplateRef ExchangeContainer.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(WTContainerTemplate template)
          

Supported API: false
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(WTContainerTemplateRef ref)
          

Supported API: false
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(ObjectIdentifier oid)
          

Supported API: false
 WTContainerTemplateRef WTContainer.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 WTContainerTemplateRef OrgContainer.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 WTContainerTemplateRef ExchangeContainer.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 

Methods in wt.inf.container with parameters of type WTContainerTemplateRef
protected  boolean WTContainerTemplateRef.readVersion(WTContainerTemplateRef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(WTContainerTemplateRef ref)
          

Supported API: false
protected  void WTContainerTemplateRef.initialize(WTContainerTemplateRef ref)
          Supports initialization, following construction of an instance.
 void WTContainer.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 void OrgContainer.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void OrgContainer.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)
           
 void ExchangeContainer.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void ExchangeContainer.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)
           
protected  boolean WTContainerTemplateRef.readVersion(WTContainerTemplateRef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WTContainerTemplateRef WTContainerTemplateRef.newWTContainerTemplateRef(WTContainerTemplateRef ref)
          

Supported API: false
protected  void WTContainerTemplateRef.initialize(WTContainerTemplateRef ref)
          Supports initialization, following construction of an instance.
 void WTContainer.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 void OrgContainer.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void OrgContainer.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)
           
 void ExchangeContainer.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void ExchangeContainer.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)
           
 

Uses of WTContainerTemplateRef in wt.inf.library
 

Fields in wt.inf.library declared as WTContainerTemplateRef
private  WTContainerTemplateRef WTLibrary.containerTemplateReference
           
 

Methods in wt.inf.library that return WTContainerTemplateRef
 WTContainerTemplateRef WTLibrary.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 

Methods in wt.inf.library with parameters of type WTContainerTemplateRef
 void WTLibrary.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void WTLibrary.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)
           
 

Uses of WTContainerTemplateRef in wt.inf.template
 

Methods in wt.inf.template that return WTContainerTemplateRef
 WTContainerTemplateRef StandardContainerTemplateService.getLatestIteration(ContainerTemplateDefinition definition)
          

Supported API: false
 WTContainerTemplateRef StandardContainerTemplateService.getLatestIteration(WTContainerTemplateRef definitionReference)
          

Supported API: false
 WTContainerTemplateRef StandardContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, Class containerClass)
          Gets a template given a name and container class object.
 WTContainerTemplateRef StandardContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, Class containerClass, boolean lookup, String locale)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef StandardContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, String containerClassName)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef StandardContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, String containerClassName, boolean lookupflag, String locale)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef StandardContainerTemplateService.getContainerTemplateRef(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplateRef StandardContainerTemplateService.importContainerTemplate(ImportTemplateRequest req, WTContainerRef contRef, GeneratedTemplateAttributes attrs)
          Imports a file containing a single default values spec.
 WTContainerTemplateRef StandardContainerTemplateService.saveContainerAsTemplate(WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist)
          

Supported API: false
 WTContainerTemplateRef StandardContainerTemplateService.saveContainerAsTemplate(WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist, String scriptId)
          Saves a container template to the container that is the parent container of the source container

Supported API: false
 WTContainerTemplateRef StandardContainerTemplateService.saveContainerAsTemplate(WTContainerRef parentContainer, WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist)
          This signature saves the template to the specified parent container

Supported API: false
 WTContainerTemplateRef StandardContainerTemplateService.saveContainerAsTemplate(WTContainerRef parentContainer, WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist, String scriptId)
          Saves a container template to the specified parent container

Supported API: false
private  WTContainerTemplateRef StandardContainerTemplateService.computeTemplateRef(WTContainerTemplate tmpl)
           
private  WTContainerTemplateRef StandardContainerTemplateService.getImportedTemplateRef(WTContainerRef contRef, ImportTemplateRequest req, GeneratedTemplateAttributes attrs)
           
 WTContainerTemplateRef ContainerTemplateServiceFwd.getLatestIteration(ContainerTemplateDefinition definition)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateServiceFwd.getLatestIteration(WTContainerTemplateRef definitionReference)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateServiceFwd.getContainerTemplateRef(WTContainerRef parent, String name, Class containerClass)
          Gets a template given a name and container class object.
 WTContainerTemplateRef ContainerTemplateServiceFwd.getContainerTemplateRef(WTContainerRef parent, String name, Class containerClass, boolean lookup, String locale)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef ContainerTemplateServiceFwd.getContainerTemplateRef(WTContainerRef parent, String name, String containerClassName)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef ContainerTemplateServiceFwd.getContainerTemplateRef(WTContainerRef parent, String name, String containerClassName, boolean lookupflag, String locale)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef ContainerTemplateServiceFwd.getContainerTemplateRef(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplateRef ContainerTemplateServiceFwd.importContainerTemplate(ImportTemplateRequest req, WTContainerRef contRef, GeneratedTemplateAttributes attrs)
          Imports a file containing a single default values spec.
 WTContainerTemplateRef ContainerTemplateServiceFwd.saveContainerAsTemplate(WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateServiceFwd.saveContainerAsTemplate(WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist, String scriptId)
          Saves a container template to the container that is the parent container of the source container

Supported API: false
 WTContainerTemplateRef ContainerTemplateServiceFwd.saveContainerAsTemplate(WTContainerRef parentContainer, WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist)
          This signature saves the template to the specified parent container

Supported API: false
 WTContainerTemplateRef ContainerTemplateServiceFwd.saveContainerAsTemplate(WTContainerRef parentContainer, WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist, String scriptId)
          Saves a container template to the specified parent container

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.getLatestIteration(ContainerTemplateDefinition definition)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.getLatestIteration(WTContainerTemplateRef definitionReference)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, Class containerClass)
          Gets a template given a name and container class object.
 WTContainerTemplateRef ContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, Class containerClass, boolean lookup, String locale)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef ContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, String containerClassName)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef ContainerTemplateService.getContainerTemplateRef(WTContainerRef parent, String name, String containerClassName, boolean lookupflag, String locale)
          Gets a template given a name and a fully qualified container class name.
 WTContainerTemplateRef ContainerTemplateService.getContainerTemplateRef(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplateRef ContainerTemplateService.importContainerTemplate(ImportTemplateRequest req, WTContainerRef contRef, GeneratedTemplateAttributes attrs)
          Imports a file containing a single default values spec.
 WTContainerTemplateRef ContainerTemplateService.saveContainerAsTemplate(WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.saveContainerAsTemplate(WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist, String scriptId)
          Saves a container template to the container that is the parent container of the source container

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.saveContainerAsTemplate(WTContainerRef parentContainer, WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist)
          This signature saves the template to the specified parent container

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.saveContainerAsTemplate(WTContainerRef parentContainer, WTContainerRef sourceContainer, GeneratedTemplateAttributes tmplAttrs, TemplateGeneratorWorklist worklist, String scriptId)
          Saves a container template to the specified parent container

Supported API: false
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerTemplateRef tmplRef, String name)
          Saves the non-identity information of a template along with any associated content files to a new template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerRef parentContainer, WTContainerTemplateRef tmplRef, String name)
          Saves the non-identity information of a template along with any associated content files to a new template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerTemplateRef tmplRef, String name, String descr, boolean enabled)
          Saves the non-identity information of a template along with any associated content files to a new template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerRef parentContainer, WTContainerTemplateRef tmplRef, String name, String descr, boolean enabled)
          Saves the non-identity information of a template along with any associated content files to a new template.
 WTContainerTemplateRef ContainerDefaultValuesDelegate.assignProfile(String profileName, WTContainerTemplateRef tmplRef)
          

Supported API: false
 

Methods in wt.inf.template with parameters of type WTContainerTemplateRef
 InputStream StandardContainerTemplateService.getTemplateContentInputStream(WTContainerTemplateRef template, String contentPath)
          Allow users of this service to just get the input stream for any content files associated with a template.
 QueryResult StandardContainerTemplateService.getContainers(WTContainerTemplateRef definition)
          This method returns all containers created from all iterations of the master object.
 WTContainerTemplateRef StandardContainerTemplateService.getLatestIteration(WTContainerTemplateRef definitionReference)
          

Supported API: false
 WTContainerTemplate StandardContainerTemplateService.addBusinessXML(WTContainerTemplateRef templateRef, UploadBusinessXMLRequest businessRequest)
          Uploads the business XML.
 URL StandardContainerTemplateService.downloadBusinessXML(WTContainerTemplateRef templateRef)
          Prepares a jar file containing the standard70.dtd, the business XML, and any content files and fragments that are part of the WTContainerTemplate

Supported API: false
 XMLLob StandardContainerTemplateService.getBusinessXML(WTContainerTemplateRef templateRef)
          Retrieves the business XML for a subclass of DefaultWTContainerTemplate.
 void StandardContainerTemplateService.deleteContainerTemplate(WTContainerTemplateRef template)
          This method should be used to delete a container template.
 WTContainerRef StandardContainerTemplateService.assignContainerToTemplate(WTContainerRef container, WTContainerTemplateRef containerTemplate)
          If a container has been created with no template, this provides the ability to assign one retroactively.
 WTContainerTemplate StandardContainerTemplateService.replaceBusinessXML(WTContainerTemplateRef definitionReference, UploadTemplateRequest request)
          Purges the old business XML and any fragments, and replaces it with the passed in BusinessXML

Supported API: false
 WTContainer StandardContainerTemplateService.getDefaultContainerValues(WTContainerTemplateRef containerTemplate)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 WTContainer StandardContainerTemplateService.getDefaultContainerValues(WTContainerTemplateRef containerTemplate, WTContainer cont)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 WTContainerTemplate StandardContainerTemplateService.assignDefaultValuesSpec(WTContainerTemplateRef templateRef, String ruleName)
          Sets the default values for the template.
private  WTContainerTemplate StandardContainerTemplateService.replaceBusinessXML(WTContainerTemplateRef templateRef, UploadTemplateRequest businessRequest, boolean clobberOld)
           
private  DefaultWTContainerTemplate StandardContainerTemplateService.getTemplateFromRef(WTContainerTemplateRef tmplRef)
           
private  DefaultWTContainerTemplate StandardContainerTemplateService.getTemplateFromRef(WTContainerTemplateRef tmplRef, boolean validate)
           
 InputStream ContainerTemplateServiceSvr.getTemplateContentInputStream(WTContainerTemplateRef template, String contentPath)
          Allow users of this service to just get the input stream for any content files associated with a template.
 QueryResult ContainerTemplateServiceFwd.getContainers(WTContainerTemplateRef definition)
          This method returns all containers created from all iterations of the master object.
 WTContainerTemplateRef ContainerTemplateServiceFwd.getLatestIteration(WTContainerTemplateRef definitionReference)
          

Supported API: false
 WTContainerTemplate ContainerTemplateServiceFwd.addBusinessXML(WTContainerTemplateRef templateRef, UploadBusinessXMLRequest businessRequest)
          Uploads the business XML.
 URL ContainerTemplateServiceFwd.downloadBusinessXML(WTContainerTemplateRef templateRef)
          Prepares a jar file containing the standard70.dtd, the business XML, and any content files and fragments that are part of the WTContainerTemplate

Supported API: false
 XMLLob ContainerTemplateServiceFwd.getBusinessXML(WTContainerTemplateRef templateRef)
          Retrieves the business XML for a subclass of DefaultWTContainerTemplate.
 void ContainerTemplateServiceFwd.deleteContainerTemplate(WTContainerTemplateRef template)
          This method should be used to delete a container template.
 WTContainerRef ContainerTemplateServiceFwd.assignContainerToTemplate(WTContainerRef container, WTContainerTemplateRef containerTemplate)
          If a container has been created with no template, this provides the ability to assign one retroactively.
 WTContainerTemplate ContainerTemplateServiceFwd.replaceBusinessXML(WTContainerTemplateRef definitionReference, UploadTemplateRequest request)
          Purges the old business XML and any fragments, and replaces it with the passed in BusinessXML

Supported API: false
 WTContainer ContainerTemplateServiceFwd.getDefaultContainerValues(WTContainerTemplateRef containerTemplate)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 WTContainer ContainerTemplateServiceFwd.getDefaultContainerValues(WTContainerTemplateRef containerTemplate, WTContainer cont)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 WTContainerTemplate ContainerTemplateServiceFwd.assignDefaultValuesSpec(WTContainerTemplateRef templateRef, String ruleName)
          Sets the default values for the template.
 QueryResult ContainerTemplateService.getContainers(WTContainerTemplateRef definition)
          This method returns all containers created from all iterations of the master object.
 WTContainerTemplateRef ContainerTemplateService.getLatestIteration(WTContainerTemplateRef definitionReference)
          

Supported API: false
 WTContainerTemplate ContainerTemplateService.addBusinessXML(WTContainerTemplateRef templateRef, UploadBusinessXMLRequest businessRequest)
          Uploads the business XML.
 URL ContainerTemplateService.downloadBusinessXML(WTContainerTemplateRef templateRef)
          Prepares a jar file containing the standard70.dtd, the business XML, and any content files and fragments that are part of the WTContainerTemplate

Supported API: false
 XMLLob ContainerTemplateService.getBusinessXML(WTContainerTemplateRef templateRef)
          Retrieves the business XML for a subclass of DefaultWTContainerTemplate.
 void ContainerTemplateService.deleteContainerTemplate(WTContainerTemplateRef template)
          This method should be used to delete a container template.
 WTContainerRef ContainerTemplateService.assignContainerToTemplate(WTContainerRef container, WTContainerTemplateRef containerTemplate)
          If a container has been created with no template, this provides the ability to assign one retroactively.
 WTContainerTemplate ContainerTemplateService.replaceBusinessXML(WTContainerTemplateRef definitionReference, UploadTemplateRequest request)
          Purges the old business XML and any fragments, and replaces it with the passed in BusinessXML

Supported API: false
 WTContainer ContainerTemplateService.getDefaultContainerValues(WTContainerTemplateRef containerTemplate)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 WTContainer ContainerTemplateService.getDefaultContainerValues(WTContainerTemplateRef containerTemplate, WTContainer cont)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 WTContainerTemplate ContainerTemplateService.assignDefaultValuesSpec(WTContainerTemplateRef templateRef, String ruleName)
          Sets the default values for the template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerTemplateRef tmplRef, String name)
          Saves the non-identity information of a template along with any associated content files to a new template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerRef parentContainer, WTContainerTemplateRef tmplRef, String name)
          Saves the non-identity information of a template along with any associated content files to a new template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerTemplateRef tmplRef, String name, String descr, boolean enabled)
          Saves the non-identity information of a template along with any associated content files to a new template.
static WTContainerTemplateRef ContainerTemplateHelper.copyTemplateRef(WTContainerRef parentContainer, WTContainerTemplateRef tmplRef, String name, String descr, boolean enabled)
          Saves the non-identity information of a template along with any associated content files to a new template.
private static DefaultWTContainerTemplate ContainerTemplateHelper.getTemplateFromReference(WTContainerTemplateRef tmplRef)
           
static boolean ContainerTemplateHelper.hasDownloadableXML(WTContainerTemplateRef tmplRef)
           
 WTContainerTemplateRef ContainerDefaultValuesDelegate.assignProfile(String profileName, WTContainerTemplateRef tmplRef)
          

Supported API: false
 WTContainer ContainerDefaultValuesDelegate.populateDefaultValues(WTContainerTemplateRef tmplRef)
          Creates a WTContainer corresponding to the default values profile associated with the template.
 WTContainer ContainerDefaultValuesDelegate.populateDefaultValues(WTContainerTemplateRef tmplRef, WTContainer container)
          Applies the default values profile to a passed in non-persisted template.
 

Uses of WTContainerTemplateRef in wt.inf.template.containerdefaults
 

Methods in wt.inf.template.containerdefaults that return WTContainerTemplateRef
 WTContainerTemplateRef AbstractDefaultTemplateValues.assignProfile(String profileName, WTContainerTemplateRef tmplRef)
          

Supported API: false
 

Methods in wt.inf.template.containerdefaults with parameters of type WTContainerTemplateRef
 WTContainerTemplateRef AbstractDefaultTemplateValues.assignProfile(String profileName, WTContainerTemplateRef tmplRef)
          

Supported API: false
 WTContainer AbstractDefaultTemplateValues.populateDefaultValues(WTContainerTemplateRef tmplRef)
          

Supported API: false
 WTContainer AbstractDefaultTemplateValues.populateDefaultValues(WTContainerTemplateRef tmplRef, WTContainer container)
          Applies the default values profile to a passed in non-persisted template.
private  WTContainer AbstractDefaultTemplateValues.applyRule(Rule theRule, WTContainerTemplateRef tmplRef)
           
private  WTContainerRef AbstractDefaultTemplateValues.getContRefFromTemplate(WTContainerTemplateRef tmplRef)
           
private  WTContainer AbstractDefaultTemplateValues.getPureDefault(WTContainerTemplateRef tmplRef)
           
private  Rule AbstractDefaultTemplateValues.getTemplateRule(WTContainerTemplateRef tmplRef)
           
 

Uses of WTContainerTemplateRef in wt.pdmlink
 

Fields in wt.pdmlink declared as WTContainerTemplateRef
private  WTContainerTemplateRef PDMLinkProduct.containerTemplateReference
           
 

Methods in wt.pdmlink that return WTContainerTemplateRef
 WTContainerTemplateRef PDMLinkProduct.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
 

Methods in wt.pdmlink with parameters of type WTContainerTemplateRef
 void PDMLinkProduct.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void PDMLinkProduct.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)
           
 

Uses of WTContainerTemplateRef in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as WTContainerTemplateRef
private  WTContainerTemplateRef Project2.containerTemplateReference
           
 

Methods in wt.projmgmt.admin that return WTContainerTemplateRef
 WTContainerTemplateRef Project2.getContainerTemplateReference()
          Gets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  WTContainerTemplateRef Project2.getTemplateReference(ObjectInput input)
           
 

Methods in wt.projmgmt.admin with parameters of type WTContainerTemplateRef
 void Project2.setContainerTemplateReference(WTContainerTemplateRef a_ContainerTemplateReference)
          Sets the value of the attribute: CONTAINER_TEMPLATE_REFERENCE.
private  void Project2.containerTemplateReferenceValidate(WTContainerTemplateRef a_ContainerTemplateReference)