Uses of Interface
wt.representation.RepresentablesAndMasters

Packages that use RepresentablesAndMasters
wt.doc   
wt.epm
 
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.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.representation   
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
 

Uses of RepresentablesAndMasters in wt.doc
 

Classes in wt.doc that implement RepresentablesAndMasters
 class WTDocument
          The reference implementation of a DocumentVersion.
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Uses of RepresentablesAndMasters in wt.epm
 

Classes in wt.epm that implement RepresentablesAndMasters
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 class EPMDocumentMaster
          The Master of an EPMDocument.
 

Uses of RepresentablesAndMasters in wt.federation
 

Classes in wt.federation that implement RepresentablesAndMasters
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 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.
 

Uses of RepresentablesAndMasters in wt.part
 

Classes in wt.part that implement RepresentablesAndMasters
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 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 WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct 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 WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart 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.
 

Uses of RepresentablesAndMasters in wt.representation
 

Subinterfaces of RepresentablesAndMasters in wt.representation
 interface Representable
          

Supported API: false

Extendable: false
 interface RepresentableMaster
          Master classes for Representable classes.
 

Uses of RepresentablesAndMasters in wt.viewmarkup
 

Subinterfaces of RepresentablesAndMasters in wt.viewmarkup
 interface GraphicallyRepresentable
          

Supported API: false

Extendable: false
 

Methods in wt.viewmarkup that return RepresentablesAndMasters
 RepresentablesAndMasters ThePublishingProhibitionTarget.getTarget()
          Gets the object for the association that plays role: TARGET_ROLE.
 RepresentablesAndMasters PublishingProhibition.getTarget()
          Gets the object for the association that plays role: TARGET.
 RepresentablesAndMasters ThePublishingProhibitionTarget.getTarget()
          Gets the object for the association that plays role: TARGET_ROLE.
 RepresentablesAndMasters PublishingProhibition.getTarget()
          Gets the object for the association that plays role: TARGET.
 

Methods in wt.viewmarkup with parameters of type RepresentablesAndMasters
 void ThePublishingProhibitionTarget.setTarget(RepresentablesAndMasters target)
          Sets the object for the association that plays role: TARGET_ROLE.
static ThePublishingProhibitionTarget ThePublishingProhibitionTarget.newThePublishingProhibitionTarget(PublishingProhibition thePublishingProhibition, RepresentablesAndMasters target)
          Default factory for the class.
 void PublishingProhibition.setTarget(RepresentablesAndMasters a_Target)
          Sets the object for the association that plays role: TARGET.
static PublishingProhibition PublishingProhibition.newPublishingProhibition(RepresentablesAndMasters target, boolean prohibitThumbnailsOnly, String description)
          A new-factory method that construct an initialized instance of a WTChangeRequest2 with the given name.
protected  void PublishingProhibition.initialize(RepresentablesAndMasters target, boolean prohibitThumbnailsOnly, String description)
          Supports initialization, following construction of an instance.
 void ThePublishingProhibitionTarget.setTarget(RepresentablesAndMasters target)
          Sets the object for the association that plays role: TARGET_ROLE.
static ThePublishingProhibitionTarget ThePublishingProhibitionTarget.newThePublishingProhibitionTarget(PublishingProhibition thePublishingProhibition, RepresentablesAndMasters target)
          Default factory for the class.
 void PublishingProhibition.setTarget(RepresentablesAndMasters a_Target)
          Sets the object for the association that plays role: TARGET.
static PublishingProhibition PublishingProhibition.newPublishingProhibition(RepresentablesAndMasters target, boolean prohibitThumbnailsOnly, String description)
          A new-factory method that construct an initialized instance of a WTChangeRequest2 with the given name.
protected  void PublishingProhibition.initialize(RepresentablesAndMasters target, boolean prohibitThumbnailsOnly, String description)
          Supports initialization, following construction of an instance.