Uses of Interface
wt.vc.Mastered

Packages that use Mastered
com.ptc.core.meta.type.mgmt.server.impl   
com.ptc.netmarkets.interop   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.i2w.vc   
com.ptc.windchill.uwgm.common.workspace   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.wvs.server.util   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.clients.doc   
wt.clients.part   
wt.clients.vc   
wt.configuration   
wt.dataops.containermove   
wt.dataops.objectcol   
wt.doc   
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.epm
 
wt.epm.retriever   
wt.epm.structure   
wt.epm.util   
wt.epm.workspaces   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.inf.template   
wt.ixb.epm.handlers.forclasses   
wt.ixb.handlers.forclasses   
wt.ixb.publicforhandlers Provides APIs to develop IXB plugable components. 
wt.lifecycle
 
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
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.part.ixbhandlers   
wt.replication.unit   
wt.representation   
wt.step.processor   
wt.transfer.unit   
wt.vc
 
wt.vc.config
 
wt.vc.struct
 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of Mastered in com.ptc.core.meta.type.mgmt.server.impl
 

Classes in com.ptc.core.meta.type.mgmt.server.impl that implement Mastered
 class WTTypeDefinitionMaster
           Use the newWTTypeDefinitionMaster static factory method(s), not the WTTypeDefinitionMaster constructor, to construct instances of this class.
 

Methods in com.ptc.core.meta.type.mgmt.server.impl with parameters of type Mastered
 void WTTypeDefinition.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop with parameters of type Mastered
private  Versioned StandardNmInteropService.getObjectForConfigSpec(Mastered master, ConfigSpec cs)
           
 

Uses of Mastered in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type Mastered
private  EPMDocument CADDocProcessorService.getFirstIterationOfThisVersion(Mastered master)
           
 

Uses of Mastered in com.ptc.windchill.cadx.saveas
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type Mastered
static EPMDocument SaveAsUtils.getSeedObject(Mastered masterObj, EPMDocConfigSpec docConfigSpec, Iterated ctxObj)
           
 

Uses of Mastered in com.ptc.windchill.i2w.vc
 

Fields in com.ptc.windchill.i2w.vc declared as Mastered
(package private)  Mastered WindchillVCGatewayHelper.ObjectDescriptor.master
           
 

Methods in com.ptc.windchill.i2w.vc that return Mastered
private static Mastered WindchillVCGatewayHelper.getMasterReference(RevisionControlled the_object)
           
 

Uses of Mastered in com.ptc.windchill.uwgm.common.workspace
 

Methods in com.ptc.windchill.uwgm.common.workspace with parameters of type Mastered
 boolean WorkspaceContent.containsMaster(Mastered master)
          returns "true" if the object with this Master is present in Workspace
 Persistable WorkspaceContent.getObjectByMaster(Mastered master)
          gets Persistable object from Workspace by It's Master
 boolean WorkspaceContent.containsMaster(Mastered master)
          returns "true" if the object with this Master is present in Workspace
 Persistable WorkspaceContent.getObjectByMaster(Mastered master)
          gets Persistable object from Workspace by It's Master
 

Uses of Mastered in com.ptc.windchill.uwgm.proesrv.request
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type Mastered
private  com.ptc.windchill.uwgm.soap.uwgmdb.Master WsConflictReportRequest.createMaster(Mastered wtMaster)
          Create uwgmdb.Master for a given wt.vc.Mastered object.
private  com.ptc.windchill.uwgm.soap.uwgmdb.Master WsConflictReportRequest.createMaster(Mastered wtMaster)
          Create uwgmdb.Master for a given wt.vc.Mastered object.
 

Uses of Mastered in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util with parameters of type Mastered
static EPMDocument PublishUtils.getDocFromMaster(Mastered dm, ConfigSpec cs)
           
 

Uses of Mastered in wt.change2
 

Methods in wt.change2 with parameters of type Mastered
(package private) static List CMIIBaselineHelper.getVersions(Mastered master, View view, boolean releasedOnly)
          Returns a List of latest iterations of the versions of the specified master, beginning with the latest released version.
private static List CMIIBaselineHelper.getVersions(Mastered m, ConfigSpec lrcs, ConfigSpec lcs, boolean releasedOnly)
           
 

Uses of Mastered in wt.clients.doc
 

Methods in wt.clients.doc with parameters of type Mastered
protected  Versioned WTDocumentMasterTaskDelegate.getVersionForMaster(Mastered master)
           
 

Uses of Mastered in wt.clients.part
 

Methods in wt.clients.part with parameters of type Mastered
protected  Versioned WTPartMasterTaskDelegate.getVersionForMaster(Mastered master)
           
 

Uses of Mastered in wt.clients.vc
 

Fields in wt.clients.vc declared as Mastered
private  Mastered VersionList.master
           
 

Methods in wt.clients.vc that return Mastered
 Mastered VersionList.getMaster()
          Get the master object for the list.
 

Methods in wt.clients.vc with parameters of type Mastered
static QueryResult VersionTaskLogic.getAllVersions(Mastered master)
          Returns all versions which correspond to the given Mastered object.
 void VersionList.setMaster(Mastered master)
          Set the master object for the list.
 

Constructors in wt.clients.vc with parameters of type Mastered
VersionList(Mastered master)
          Create a version list for the specified master object.
 

Uses of Mastered in wt.configuration
 

Subinterfaces of Mastered in wt.configuration
 interface BaselineConfigurationMaster
          An internal object which associates a version (BaselineConfigurationVersion) with the {@link ConfiguredMaster}.
 interface ConfiguredMaster
          A configured object is a versioned object that is structured in some manner for which configurations that represent its structure can be stored.
 interface SerialNumberedComponentMaster
          A simple serial number object that is versioned.
 interface SerialNumberedConfiguredInstanceMaster
          An instance of a SerialNumberedConfiguredMaster.
 interface SerialNumberedConfiguredMaster
          A serial numbered object that has versioned instances which use a SerialNumberedBaselineConfigurationVersion as its configuration.
 interface SerialNumberedInstanceMaster
          A serial numbered instance that is implemented using the master/version scheme.
 

Methods in wt.configuration that return Mastered
 Mastered SerialNumberMapping.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered SerialNumberedInstanceVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered SerialNumberedConfiguredInstanceVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered SerialNumberedComponentVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered ConfiguredVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered BaselineConfigurationVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered BaselineConfigurationOverride.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.configuration with parameters of type Mastered
 BaselineConfigurationVersion StandardConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Populates the configuration, starting at the master.
 BaselineConfigurationVersion StandardConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Repopulate the configuration, starting at the master.
 ConfigurationManageable StandardConfigurationService.getNormalVersion(BaselineConfigurationVersion configuration, Mastered master)
          Get the version, if any, that is assigned to this configuration.
 QueryResult StandardConfigurationService.getOverrideVersions(BaselineConfigurationVersion configuration, Mastered master, boolean versionsOnly)
          Get all versions of this master, if any, that are assigned as overrides in this configuration.
 void SerialNumberMapping.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void SerialNumberedInstanceVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void SerialNumberedConfiguredInstanceVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void SerialNumberedComponentVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void ConfiguredVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 BaselineConfigurationVersion ConfigurationServiceFwd.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Populates the configuration, starting at the master.
 BaselineConfigurationVersion ConfigurationServiceFwd.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Repopulate the configuration, starting at the master.
 ConfigurationManageable ConfigurationServiceFwd.getNormalVersion(BaselineConfigurationVersion configuration, Mastered master)
          Get the version, if any, that is assigned to this configuration.
 QueryResult ConfigurationServiceFwd.getOverrideVersions(BaselineConfigurationVersion configuration, Mastered master, boolean versionsOnly)
          Get all versions of this master, if any, that are assigned as overrides in this configuration.
 BaselineConfigurationVersion ConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Populates the configuration, starting at the master.
 BaselineConfigurationVersion ConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Repopulate the configuration, starting at the master.
 ConfigurationManageable ConfigurationService.getNormalVersion(BaselineConfigurationVersion configuration, Mastered master)
          Get the version, if any, that is assigned to this configuration.
 QueryResult ConfigurationService.getOverrideVersions(BaselineConfigurationVersion configuration, Mastered master, boolean versionsOnly)
          Get all versions of this master, if any, that are assigned as overrides in this configuration.
 void BaselineConfigurationVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void BaselineConfigurationOverride.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.dataops.containermove
 

Methods in wt.dataops.containermove with parameters of type Mastered
private  boolean StandardContainerMoveService.isLocalMove(Mastered master, Map isLocalMoveMap)
           
 

Uses of Mastered in wt.dataops.objectcol
 

Classes in wt.dataops.objectcol that implement Mastered
 class AttrCriterionDefMaster
           Use the newAttrCriterionDefMaster static factory method(s), not the AttrCriterionDefMaster constructor, to construct instances of this class.
 class BaseCriterionDefMaster
           Use the newBaseCriterionDefMaster static factory method(s), not the BaseCriterionDefMaster constructor, to construct instances of this class.
 class CollectionCriterionDefMaster
           Use the newCollectionCriterionDefMaster static factory method(s), not the CollectionCriterionDefMaster constructor, to construct instances of this class.
 class FilterCriterionDefMaster
           Use the newFilterCriterionDefMaster static factory method(s), not the FilterCriterionDefMaster constructor, to construct instances of this class.
 class MethodDefMaster
           Use the newMethodDefMaster static factory method(s), not the MethodDefMaster constructor, to construct instances of this class.
 class ObjTypeCriterionDefMaster
           Use the newObjTypeCriterionDefMaster static factory method(s), not the ObjTypeCriterionDefMaster constructor, to construct instances of this class.
 class RelationshipDefMaster
           Use the newRelationshipDefMaster static factory method(s), not the RelationshipDefMaster constructor, to construct instances of this class.
 class RelationshipMapDefMaster
           Use the newRelationshipMapDefMaster static factory method(s), not the RelationshipMapDefMaster constructor, to construct instances of this class.
 

Methods in wt.dataops.objectcol that return Mastered
 Mastered BaseCriterionDef.getMaster()
          Gets the object for the association that plays role: master.
 

Methods in wt.dataops.objectcol with parameters of type Mastered
 void RelationshipMapDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void RelationshipDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void ObjTypeCriterionDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void MethodDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void FilterCriterionDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void CollectionCriterionDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void BaseCriterionDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: master.
 void AttrCriterionDef.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.doc
 

Classes in wt.doc that implement Mastered
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Uses of Mastered in wt.enterprise
 

Classes in wt.enterprise that implement Mastered
 class Master
          The Mastered object for the RevisionControlled abstract class.
 

Methods in wt.enterprise that return Mastered
 Mastered RevisionControlled.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered IteratedFolderResident.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.enterprise with parameters of type Mastered
 void RevisionControlled.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void IteratedFolderResident.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.epm
 

Classes in wt.epm that implement Mastered
 class EPMDocumentMaster
          The Master of an EPMDocument.
 

Uses of Mastered in wt.epm.retriever
 

Methods in wt.epm.retriever that return Mastered
 Mastered ResultGraph.Node.getMaster()
           
 Mastered ResultGraph.Node.getMaster()
           
 

Uses of Mastered in wt.epm.structure
 

Methods in wt.epm.structure with parameters of type Mastered
 void EPMMemberLink.setUses(Mastered uses)
          Sets the object for the association that plays role: USES_ROLE.
 

Uses of Mastered in wt.epm.util
 

Methods in wt.epm.util with parameters of type Mastered
protected  void EPMCache.IterationCache.add(Mastered master)
           
 

Uses of Mastered in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement Mastered
 class EPMCheckpointMaster
          Deprecated. in 7.0 No Replacement
 

Methods in wt.epm.workspaces that return Mastered
 Mastered EPMCheckpoint.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.epm.workspaces with parameters of type Mastered
 void EPMCheckpoint.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.federation
 

Classes in wt.federation that implement Mastered
 class ProxyDocumentMaster
           Use the newProxyDocumentMaster static factory method(s), not the ProxyDocumentMaster constructor, to construct instances of this class.
 class ProxyPartMaster
           Use the newProxyPartMaster static factory method(s), not the ProxyPartMaster constructor, to construct instances of this class.
 

Fields in wt.federation declared as Mastered
private  Mastered ProxyDocument.master
           
private  Mastered ProxyDocument.master
           
 

Methods in wt.federation that return Mastered
 Mastered ProxyDocument.getMaster()
          Gets the object for the association that plays the role: MASTERED

Supported API: true
 Mastered ProxyDocument.getMaster()
          Gets the object for the association that plays the role: MASTERED

Supported API: true
 

Uses of Mastered in wt.inf.template
 

Classes in wt.inf.template that implement Mastered
 class WTContainerTemplateMaster
           Use the newWTContainerTemplateMaster static factory method(s), not the WTContainerTemplateMaster constructor, to construct instances of this class.
 

Methods in wt.inf.template that return Mastered
 Mastered DefaultWTContainerTemplate.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.inf.template with parameters of type Mastered
 void DefaultWTContainerTemplate.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.ixb.epm.handlers.forclasses
 

Methods in wt.ixb.epm.handlers.forclasses with parameters of type Mastered
 Versioned ExpImpForEPMDocument.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates empty caddoc based on known master for restore application
 

Uses of Mastered in wt.ixb.handlers.forclasses
 

Methods in wt.ixb.handlers.forclasses with parameters of type Mastered
 Versioned ExpImpForWTPart.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 Versioned ExpImpForWTDocument.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 

Uses of Mastered in wt.ixb.publicforhandlers
 

Methods in wt.ixb.publicforhandlers that return Mastered
static Mastered ReferenceHndHelper.getMaster(Class masterClass, String attrNameInMaster, Class iteratedClass, String attrNameInIteration, String attrValue)
           
static Mastered IxbHndHelper.makeSureItIsMaster(Persistable ob)
           
static Mastered IxbHndHelper.getMasterObject(Class master_class, String attr_name, String attr_value)
          Returns the Mastered object of a given class given an attribute and its value.
static Mastered IxbHndHelper.getMasterObject(Class master_class, String attr_name, String attr_value, WTContainerRef containerRef)
          Returns the Mastered object of a given class given an attribute and its value and container to search in Assumes that there is at most one object and the search is case insensitive.
static Mastered IxbHndHelper.getMasterObjectOfNumber(Class master_class, String number_attr_name, String number, WTContainerRef containerRef, WTOrganization org)
           
 Mastered ExpImpForVersionedObject.getMaster(IxbElement fileXML, Importer importer)
           
 Mastered ExpImpForVersionedObject.getMaster(IxbElement fileXML, Importer importer, WTContainerRef containerRef)
           
 

Methods in wt.ixb.publicforhandlers with parameters of type Mastered
static Iterated ReferenceHndHelper.getObjectFromMasterAndConfigSpec(Mastered master, ConfigSpec configSpec)
           
static QueryResult ReferenceHndHelper.findVersionedObjectFromMaster(Class classObject, Mastered master, IxbElement element)
           
static QueryResult ReferenceHndHelper.findVersionedObjectFromMaster(Class classObject, Mastered master, QuerySpec specification, IxbElement element)
           
static QuerySpec ReferenceHndHelper.appendMasterSearchCondition(Class classObject, Mastered master, QuerySpec specification)
           
 Versioned ExpImpForVersionedObject.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          For restore operation we should use the existing master without creating a new master This method will eventually be made abstract to enforce sub class overwriting.
 

Uses of Mastered in wt.lifecycle
 

Classes in wt.lifecycle that implement Mastered
 class LifeCycleTemplateMaster
          The definition of a Life Cycle.
 

Methods in wt.lifecycle with parameters of type Mastered
 void LifeCycleTemplate.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void LifeCycleTemplate.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.occurrence
 

Subinterfaces of Mastered in wt.occurrence
 interface PathOccurrenceMasterContext
          This is the context for a PathOccurrence.
 

Classes in wt.occurrence that implement Mastered
 class CombinedPathOccurrenceDataMaster
           Use the newCombinedPathOccurrenceDataMaster static factory method(s), not the CombinedPathOccurrenceDataMaster constructor, to construct instances of this class.
 class PathOccurrenceDataMaster
           Use the newPathOccurrenceDataMaster static factory method(s), not the PathOccurrenceDataMaster constructor, to construct instances of this class.
 

Methods in wt.occurrence that return Mastered
 Mastered PathOccurrenceUserIBAs.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered PathOccurrenceDocumentation.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered PathOccurrenceData.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered CombinedPathOccurrenceUserIBAs.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered CombinedPathOccurrenceDocumentation.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered CombinedPathOccurrenceData.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.occurrence with parameters of type Mastered
 void PathOccurrenceUserIBAs.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void PathOccurrenceDocumentation.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void PathOccurrenceData.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void CombinedPathOccurrenceUserIBAs.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void CombinedPathOccurrenceDocumentation.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void CombinedPathOccurrenceData.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.org
 

Subinterfaces of Mastered in wt.org
 interface OrganizationOwnedMaster
          This interface is designed to be implemented by Mastered objects.
 

Methods in wt.org that return Mastered
 Mastered OrganizationOwnedVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered OrganizationOwnedVersion.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.org with parameters of type Mastered
 void OrganizationOwnedVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void OrganizationOwnedVersion.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.part
 

Classes in wt.part that implement Mastered
 class WTPartMaster
          This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTParts which represent the various stages (versions or iterations) of change for the changeable aspects of this part.
 class WTProductConfigurationMaster
           Use the newWTProductConfigurationMaster static factory method(s), not the WTProductConfigurationMaster constructor, to construct instances of this class.
 class WTProductInstanceMaster
           Use the newWTProductInstanceMaster static factory method(s), not the WTProductInstanceMaster constructor, to construct instances of this class.
 class WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.
 

Methods in wt.part that return Mastered
 Mastered WTProductInstance2.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered WTProductConfiguration.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.part with parameters of type Mastered
 void WTSerialNumberedPart.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void WTProductInstanceReferenceLink.setReferences(Mastered references)
          Sets the object for the association that plays role: REFERENCES_ROLE.
 void WTProductInstance2.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void WTProductConfiguration.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void WTProduct.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void WTPartUsageLink.setUses(Mastered uses)
          Sets the object for the association that plays role: USES_ROLE.
 void WTPartReferenceLink.setReferences(Mastered references)
          Sets the object for the association that plays role: REFERENCES_ROLE.
 void WTPart.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.part.ixbhandlers
 

Methods in wt.part.ixbhandlers with parameters of type Mastered
 Versioned ExpImpForWTSerialNumberedPart.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 Versioned ExpImpForWTProduct.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 

Uses of Mastered in wt.replication.unit
 

Classes in wt.replication.unit that implement Mastered
 class WTUnitMaster
          Deprecated.  
 

Uses of Mastered in wt.representation
 

Subinterfaces of Mastered in wt.representation
 interface RepresentableMaster
          Master classes for Representable classes.
 

Uses of Mastered in wt.step.processor
 

Methods in wt.step.processor that return Mastered
static Mastered WTImportService.findMaster(Class masterClass, String masterImportNumber, String masterImportName)
          Find a (Part/Document)Master given its class, name and number.
static Mastered WTImportService.getMaster(RevisionControlled iteration)
           
protected  Mastered ImportTestHarness.assertPartMasterExistence(String masterNumber, String masterName, boolean exists)
           
protected  Mastered ImportTestHarness.assertDocMasterExistence(String masterNumber, String masterName, boolean exists)
           
 

Methods in wt.step.processor with parameters of type Mastered
static Versioned WTImportService.findVersion(Mastered master, String versionId)
          Finds the version of the given master with the given version Id.
static RevisionControlled WTImportService.findLatestVersion(Mastered master)
          Finds the latest version of the given master.
static RevisionControlled WTImportService.createNewVersionAndIteration(Mastered master, String masterName, String masterNumber, String importVersionId, String importIterationId)
          Create a new version of the given Master.
protected  void ImportTestHarness.assertPartUsageLink(RevisionControlled rootPart, Mastered subMaster)
           
protected  void ImportTestHarness.assertContentExistence(Mastered docMaster, String contentName, int contentSize, boolean exists)
           
protected  WTPart ImportTestHarness.assertPartVersion(Mastered master, String versionId, String iterationId)
           
protected  WTDocument ImportTestHarness.assertDocVersion(Mastered master, String versionId, String iterationId)
           
protected  RevisionControlled ImportTestHarness.assertMasteredVersion(Mastered master, String versionId, String iterationId)
           
 

Uses of Mastered in wt.transfer.unit
 

Classes in wt.transfer.unit that implement Mastered
 class TransferUnitMaster
           Use the newTransferUnitMaster static factory method(s), not the TransferUnitMaster constructor, to construct instances of this class.
 

Methods in wt.transfer.unit that return Mastered
 Mastered ImportObjectGraph.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered ExportObjectGraph.getMaster()
          Gets the object for the association that plays role: MASTER.
 Mastered BasicTransferUnit.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.transfer.unit with parameters of type Mastered
 void ImportObjectGraph.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void ExportObjectGraph.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 void BasicTransferUnit.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Uses of Mastered in wt.vc
 

Fields in wt.vc declared as Mastered
protected  Mastered StandardVersionControlService.AllElementsQuery.master
           
protected  Mastered StandardVersionControlService.AllElementsQuery.master
           
 

Methods in wt.vc that return Mastered
static Mastered VersionControlHelper.newMasterFor(Iterated iteration)
          Constructs a new Mastered object for the given Iterated object using introspection to determine the appropriate master class for the iteration and reflection to invoke that master class's no-arg factory method.
 Mastered MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 Mastered Iterated.getMaster()
          Gets the object for the association that plays role: MASTER.
static Mastered VersionControlHelper.newMasterFor(Iterated iteration)
          Constructs a new Mastered object for the given Iterated object using introspection to determine the appropriate master class for the iteration and reflection to invoke that master class's no-arg factory method.
 Mastered MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 Mastered Iterated.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.vc with parameters of type Mastered
 QueryResult VersionControlServiceFwd.allIterationsOf(Mastered master)
          Finds all of the iterations to the very first one created associated with the given master.
 QueryResult VersionControlServiceFwd.allVersionsOf(Mastered master)
          Finds all of the versions to the very first one created associated with the given master.
 QueryResult VersionControlService.allIterationsOf(Mastered master)
          Finds all of the iterations to the very first one created associated with the given master.
 QueryResult VersionControlService.allVersionsOf(Mastered master)
          Finds all of the versions to the very first one created associated with the given master.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, Mastered master)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that belong to the same master.
protected  void StandardVersionControlService.remove(Mastered master)
          Removes (i.e., deletes) all of the given master's iterations.
 QueryResult StandardVersionControlService.allIterationsOf(Mastered master)
          Finds all of the iterations to the very first one created associated with the given master.
 QueryResult StandardVersionControlService.allVersionsOf(Mastered master)
          Finds all of the versions to the very first one created associated with the given master.
private  QueryResult StandardVersionControlService.allElementsOf(Mastered master, Class type)
          Factors the implementation of allVersionsOf and allIterationsOf into a common method.
 void MasterIteration.setMaster(Mastered master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(Mastered master, Iterated iteration)
          Default factory for the class.
 void Iterated.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 QueryResult VersionControlServiceFwd.allIterationsOf(Mastered master)
          Finds all of the iterations to the very first one created associated with the given master.
 QueryResult VersionControlServiceFwd.allVersionsOf(Mastered master)
          Finds all of the versions to the very first one created associated with the given master.
 QueryResult VersionControlService.allIterationsOf(Mastered master)
          Finds all of the iterations to the very first one created associated with the given master.
 QueryResult VersionControlService.allVersionsOf(Mastered master)
          Finds all of the versions to the very first one created associated with the given master.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, Mastered master)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that belong to the same master.
protected  void StandardVersionControlService.remove(Mastered master)
          Removes (i.e., deletes) all of the given master's iterations.
 QueryResult StandardVersionControlService.allIterationsOf(Mastered master)
          Finds all of the iterations to the very first one created associated with the given master.
 QueryResult StandardVersionControlService.allVersionsOf(Mastered master)
          Finds all of the versions to the very first one created associated with the given master.
private  QueryResult StandardVersionControlService.allElementsOf(Mastered master, Class type)
          Factors the implementation of allVersionsOf and allIterationsOf into a common method.
 void MasterIteration.setMaster(Mastered master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(Mastered master, Iterated iteration)
          Default factory for the class.
 void Iterated.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.
 

Constructors in wt.vc with parameters of type Mastered
StandardVersionControlService.AllElementsQuery(Mastered master)
           
StandardVersionControlService.AllIterationsQuery(Mastered master)
           
StandardVersionControlService.AllVersionsQuery(Mastered master)
           
StandardVersionControlService.AllElementsQuery(Mastered master)
           
StandardVersionControlService.AllIterationsQuery(Mastered master)
           
StandardVersionControlService.AllVersionsQuery(Mastered master)
           
 

Uses of Mastered in wt.vc.config
 

Methods in wt.vc.config with parameters of type Mastered
 QueryResult StandardConfigService.filteredIterationsOf(Mastered master, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given Mastered object and are valid for the given ConfigSpec.
 QueryResult ConfigServiceFwd.filteredIterationsOf(Mastered master, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given Mastered object and are valid for the given ConfigSpec.
 QueryResult ConfigService.filteredIterationsOf(Mastered master, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given Mastered object and are valid for the given ConfigSpec.
 

Uses of Mastered in wt.vc.struct
 

Methods in wt.vc.struct that return Mastered
 Mastered IteratedUsageLink.getUses()
          Gets the object for the association that plays role: USES_ROLE.
 Mastered IteratedReferenceLink.getReferences()
          Gets the object for the association that plays role: REFERENCES_ROLE.
 

Methods in wt.vc.struct with parameters of type Mastered
 QueryResult StructServiceFwd.navigateUsedBy(Mastered master)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of latest iterations.
 QueryResult StructServiceFwd.navigateUsedBy(Mastered master, boolean onlyOtherSide)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructServiceFwd.navigateUsedBy(Mastered master, Class iteratedUsageLinkClass, boolean onlyOtherSide)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructServiceFwd.navigateReferencedBy(Mastered master)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of latest iterations.
 QueryResult StructServiceFwd.navigateReferencedBy(Mastered master, boolean onlyOtherSide)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructServiceFwd.navigateReferencedBy(Mastered master, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructService.navigateUsedBy(Mastered master)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of latest iterations.
 QueryResult StructService.navigateUsedBy(Mastered master, boolean onlyOtherSide)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructService.navigateUsedBy(Mastered master, Class iteratedUsageLinkClass, boolean onlyOtherSide)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructService.navigateReferencedBy(Mastered master)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of latest iterations.
 QueryResult StructService.navigateReferencedBy(Mastered master, boolean onlyOtherSide)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StructService.navigateReferencedBy(Mastered master, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StandardStructService.navigateUsedBy(Mastered master)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of latest iterations.
 QueryResult StandardStructService.navigateUsedBy(Mastered master, boolean onlyOtherSide)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StandardStructService.navigateUsedBy(Mastered master, Class iteratedUsageLinkClass, boolean onlyOtherSide)
          Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StandardStructService.navigateReferencedBy(Mastered master)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of latest iterations.
 QueryResult StandardStructService.navigateReferencedBy(Mastered master, boolean onlyOtherSide)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
 QueryResult StandardStructService.navigateReferencedBy(Mastered master, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
          Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
protected  QuerySpec StandardStructService.buildBasicNavigateReferencedByOrUsedByQuerySpec(Mastered master, Class byBaseClass, Class linkClass, boolean onlyOtherSide)
           
protected  QueryResult StandardStructService.navigateReferencedByOrUsedBy(Mastered master, Class linkClass, boolean onlyOtherSide)
           
 void IteratedUsageLink.setUses(Mastered uses)
          Sets the object for the association that plays role: USES_ROLE.
 void IteratedReferenceLink.setReferences(Mastered references)
          Sets the object for the association that plays role: REFERENCES_ROLE.
 

Uses of Mastered in wt.workflow.definer
 

Classes in wt.workflow.definer that implement Mastered
 class WfProcessTemplateMaster
           Use the newWfProcessTemplateMaster static factory method(s), not the WfProcessTemplateMaster constructor, to construct instances of this class.
 

Methods in wt.workflow.definer that return Mastered
 Mastered WfProcessTemplate.getMaster()
          Gets the object for the association that plays role: MASTER.
 

Methods in wt.workflow.definer with parameters of type Mastered
 void WfProcessTemplate.setMaster(Mastered a_Master)
          Sets the object for the association that plays role: MASTER.