Uses of Interface
wt.doc.DocumentMaster

Packages that use DocumentMaster
wt.doc   
wt.epm
 
wt.epm.ndi.impl   
wt.epm.structure   
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. 

 

Uses of DocumentMaster in wt.doc
 

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

Uses of DocumentMaster in wt.epm
 

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

Uses of DocumentMaster in wt.epm.ndi.impl
 

Fields in wt.epm.ndi.impl declared as DocumentMaster
private  DocumentMaster EPMNDReferenceLinkImpl.otherSide
           
 

Constructors in wt.epm.ndi.impl with parameters of type DocumentMaster
EPMNDReferenceLinkImpl(NDICache cache, EPMReferenceLink link, DocumentMaster otherSide)
          Constructs new instance of EPMNDReferenceLink
 

Uses of DocumentMaster in wt.epm.structure
 

Methods in wt.epm.structure that return DocumentMaster
 DocumentMaster EPMReferenceLink.getReferences()
          Gets the object for the association that plays role: REFERENCES_ROLE.
 

Methods in wt.epm.structure with parameters of type DocumentMaster
 QueryResult EPMStructureServiceFwd.navigateReferencedBy(DocumentMaster master, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateReferencedBy(EPMDocumentMaster, QuerySpec, boolean)
 QueryResult EPMStructureServiceFwd.navigateReferencedBy(DocumentMaster master, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the REFERENCED_BY role of the EPMReferenceLink and returns a QueryResult of EPMReferenceLinks if the value of onlyOtherSide is "false" or EPMDocuments if the value is "true".
 QueryResult EPMStructureService.navigateReferencedBy(DocumentMaster master, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateReferencedBy(EPMDocumentMaster, QuerySpec, boolean)
 QueryResult EPMStructureService.navigateReferencedBy(DocumentMaster master, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the REFERENCED_BY role of the EPMReferenceLink and returns a QueryResult of EPMReferenceLinks if the value of onlyOtherSide is "false" or EPMDocuments if the value is "true".
 QueryResult EPMStandardStructureService.navigateReferencedBy(DocumentMaster master, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateReferencedBy(EPMDocumentMaster, QuerySpec, boolean)
 QueryResult EPMStandardStructureService.navigateReferencedBy(DocumentMaster master, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the REFERENCED_BY role of the EPMReferenceLink and returns a QueryResult of EPMReferenceLinks if the value of onlyOtherSide is "false" or EPMDocuments if the value is "true".
protected  void EPMStandardStructureService.validateMasterDelete(DocumentMaster target)
           
 void EPMReferenceLink.setReferences(DocumentMaster references)
          Sets the object for the association that plays role: REFERENCES_ROLE.
static EPMReferenceLink EPMReferenceLink.newEPMReferenceLink(EPMDocument referencedBy, DocumentMaster references, String asStoredChildName, int depType)
          Constructs an EPMReferenceLink.
protected  void EPMReferenceLink.initialize(EPMDocument referencedBy, DocumentMaster references, String asStoredChildName, int depType)
          Supports initialization, following construction of an instance.
static EPMReferenceLink EPMReferenceLink.newEPMReferenceLink(EPMDocument referencedBy, DocumentMaster references)
          Constructs an EPMReferenceLink.
protected  void EPMReferenceLink.initialize(EPMDocument referencedBy, DocumentMaster references)
           
 

Uses of DocumentMaster in wt.federation
 

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