Uses of Interface
wt.inf.template.ContainerTemplateDefinition

Packages that use ContainerTemplateDefinition
wt.inf.template   
 

Uses of ContainerTemplateDefinition in wt.inf.template
 

Subinterfaces of ContainerTemplateDefinition in wt.inf.template
 interface ContainerDefinition
          

Supported API: false

Extendable: false
 

Classes in wt.inf.template that implement ContainerTemplateDefinition
 class DefaultWTContainerTemplate
          The package scope attributes are gettable by members of this package by design.
 class WTContainerTemplateMaster
           Use the newWTContainerTemplateMaster static factory method(s), not the WTContainerTemplateMaster constructor, to construct instances of this class.
 

Methods in wt.inf.template with parameters of type ContainerTemplateDefinition
 WTContainerTemplateRef StandardContainerTemplateService.getLatestIteration(ContainerTemplateDefinition definition)
          

Supported API: false
 WTContainerTemplateRef StandardContainerTemplateService.getContainerTemplateRef(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplate StandardContainerTemplateService.getContainerTemplate(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplateRef ContainerTemplateServiceFwd.getLatestIteration(ContainerTemplateDefinition definition)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateServiceFwd.getContainerTemplateRef(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplate ContainerTemplateServiceFwd.getContainerTemplate(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplateRef ContainerTemplateService.getLatestIteration(ContainerTemplateDefinition definition)
          

Supported API: false
 WTContainerTemplateRef ContainerTemplateService.getContainerTemplateRef(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.
 WTContainerTemplate ContainerTemplateService.getContainerTemplate(ContainerTemplateDefinition definition)
          Gets the latest iteration of a template given a container definition.