|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTDocumentMaster | |
com.ptc.netmarkets.nmixb | |
com.ptc.windchill.cadx.caddoc | |
com.ptc.windchill.esi.txn | |
com.ptc.windchill.repairtools.multiplePrimaries | |
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.prodmgmt | |
wt.clients.replication.unit | |
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.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 WTPart s and WTPartMaster s (
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. |
Uses of WTDocumentMaster in com.ptc.netmarkets.nmixb |
Methods in com.ptc.netmarkets.nmixb that return WTDocumentMaster | |
static WTDocumentMaster |
FolderContentsCopyHelper.getDocMasterFromNameAndNumber(WTContainerRef contRef,
String name,
String number)
|
Constructors in com.ptc.netmarkets.nmixb with parameters of type WTDocumentMaster | |
NMDocProxy(WTDocumentMaster master,
WTDocument doc,
CommonCopyWorklist worklist,
WTContainerRef contRef)
|
Uses of WTDocumentMaster in com.ptc.windchill.cadx.caddoc |
Methods in com.ptc.windchill.cadx.caddoc with parameters of type WTDocumentMaster | |
private String |
EPMGetDepsTemplateProcessor.newWTDocSpecData(WTDocumentMaster dm,
WTDocument doc,
String[] names,
String lookupName,
String lookupValue,
boolean current,
Locale locale)
|
Uses of WTDocumentMaster in com.ptc.windchill.esi.txn |
Methods in com.ptc.windchill.esi.txn with parameters of type WTDocumentMaster | |
WTDocument |
ESITransactionUtility.getCurrentDocument(WTDocumentMaster master)
|
Uses of WTDocumentMaster in com.ptc.windchill.repairtools.multiplePrimaries |
Methods in com.ptc.windchill.repairtools.multiplePrimaries with parameters of type WTDocumentMaster | |
private void |
PrimaryFix.addDoc(WTDocument doc,
WTDocumentMaster master)
Creates a DocIteration instance for a document and populates the primary file entries for that document. |
private void |
PrimaryFix.addErrorDoc(WTDocument doc,
WTDocumentMaster master,
String check_message)
Creates a DocIteration instance for a document and populates the error field for that document. |
private static PrimaryFix |
PrimaryFix.putIterationsInOrder(WTDocument doc,
WTDocumentMaster master,
PrimaryFix fix_set)
|
private static PrimaryFix |
PrimaryFix.putVersionsInOrder(WTDocumentMaster master,
WTDocument doc)
|
Uses of WTDocumentMaster in wt.change2 |
Methods in wt.change2 with parameters of type WTDocumentMaster | |
private static List |
CMIIBaselineHelper.getDocVersions(WTDocumentMaster m,
boolean releasedOnly)
|
Uses of WTDocumentMaster in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as WTDocumentMaster | |
private WTDocumentMaster |
DocumentItem.document
|
Methods in wt.clients.prodmgmt that return WTDocumentMaster | |
WTDocumentMaster |
DocumentItem.getDocument()
Gets the contained document. |
Methods in wt.clients.prodmgmt with parameters of type WTDocumentMaster | |
void |
DocumentItem.setDocument(WTDocumentMaster document)
Set the WTDocumentMaster to contain. |
Constructors in wt.clients.prodmgmt with parameters of type WTDocumentMaster | |
DocumentItem(WTDocumentMaster document)
Create an DocumentItem containing the specified WTDocumentMaster. |
Uses of WTDocumentMaster in wt.clients.replication.unit |
Fields in wt.clients.replication.unit declared as WTDocumentMaster | |
private WTDocumentMaster |
DocumentItem.document
|
Methods in wt.clients.replication.unit that return WTDocumentMaster | |
WTDocumentMaster |
DocumentItem.getDocument()
Gets the contained document. |
Methods in wt.clients.replication.unit with parameters of type WTDocumentMaster | |
void |
DocumentItem.setDocument(WTDocumentMaster document)
Set the WTDocumentMaster to contain. |
Constructors in wt.clients.replication.unit with parameters of type WTDocumentMaster | |
DocumentItem(WTDocumentMaster document)
Create an DocumentItem containing the specified WTDocumentMaster. |
Uses of WTDocumentMaster in wt.doc |
Fields in wt.doc declared as WTDocumentMaster | |
private WTDocumentMaster |
DocumentStructureProcessor.topLevelDocMaster
|
Methods in wt.doc that return WTDocumentMaster | |
WTDocumentMaster |
WTDocumentServiceFwd.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
WTDocumentMaster |
WTDocumentService.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
static WTDocumentMaster |
WTDocumentMaster.newWTDocumentMaster()
Default factory for the class. |
WTDocumentMaster |
StandardWTDocumentService.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
Methods in wt.doc with parameters of type WTDocumentMaster | |
static WTDocumentUsageLink |
WTDocumentUsageLink.newWTDocumentUsageLink(WTDocument usedBy,
WTDocumentMaster uses)
Default factory for the class. |
QueryResult |
WTDocumentServiceFwd.getUsedByWTDocuments(WTDocumentMaster documentMaster)
Navigates the WTDocumentUsageLink along the usedBy role, returning a QueryResult of WTDocuments. |
void |
WTDocumentServiceFwd.removeUsageLink(WTDocument parent,
WTDocumentMaster child)
Convenience method for removing a usage link between two documents. |
WTDocumentMaster |
WTDocumentServiceFwd.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
QueryResult |
WTDocumentService.getUsedByWTDocuments(WTDocumentMaster documentMaster)
Navigates the WTDocumentUsageLink along the usedBy role, returning a QueryResult of WTDocuments. |
void |
WTDocumentService.removeUsageLink(WTDocument parent,
WTDocumentMaster child)
Convenience method for removing a usage link between two documents. |
WTDocumentMaster |
WTDocumentService.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
private boolean |
WTDocumentProcessor.duplicateDocument(Vector results_vector,
WTDocumentMaster current)
Deprecated. |
static WTDocumentMasterIdentity |
WTDocumentMasterIdentity.newWTDocumentMasterIdentity(WTDocumentMaster doc)
Factory method to create a WTDocumentMasterIdentity object with the name and number set to the passed-in arguments. |
protected void |
WTDocumentMasterIdentity.initialize(WTDocumentMaster doc)
Supports initialization, following construction of an instance. |
protected boolean |
WTDocumentMaster.readVersion(WTDocumentMaster thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static WTDocument |
WTDocument.newWTDocument(WTDocumentMaster master)
Create a new Specification Document. |
protected void |
WTDocument.initialize(WTDocumentMaster master)
Supports initialization, following construction of an instance. |
QueryResult |
StandardWTDocumentService.getUsedByWTDocuments(WTDocumentMaster documentMaster)
Navigates the WTDocumentUsageLink along the usedBy role, returning a QueryResult of WTDocuments. |
void |
StandardWTDocumentService.removeUsageLink(WTDocument parent,
WTDocumentMaster child)
Convenience method for removing a usage link between two documents. |
WTDocumentMaster |
StandardWTDocumentService.changeWTDocumentMasterIdentity(WTDocumentMaster document_master,
String name,
String number,
WTOrganization org)
Change the identity of WTDocumentMaster with new name, number and organization. |
private WTDocumentUsageLink |
StandardWTDocumentService.getUsageLink(WTDocument parent,
WTDocumentMaster child_master)
|
static MasterIteration |
MasterIteration.newMasterIteration(WTDocumentMaster master,
WTDocument iteration)
Default factory for the class. |
protected String |
DocumentStructureProcessor.getDocumentString(WTDocumentMaster document_master,
WTDocumentUsageLink link,
Locale locale)
Returns a string containing the attribute values to be displayed as the entry for the given document master in the structure hiearchy. |
Uses of WTDocumentMaster in wt.enterprise |
Methods in wt.enterprise with parameters of type WTDocumentMaster | |
private void |
PartReferencesProcessor.printTableRow(WTDocumentMaster reference,
ConfigSpec configSpec,
PrintWriter out,
Locale locale)
Supported API: false Extendable: false |
Uses of WTDocumentMaster in wt.federation |
Subclasses of WTDocumentMaster in wt.federation | |
class |
ProxyDocumentMaster
Use the newProxyDocumentMaster static factory method(s),
not the ProxyDocumentMaster constructor, to construct instances
of this class. |
Methods in wt.federation with parameters of type WTDocumentMaster | |
static ProxyDocument |
ProxyDocument.newProxyDocument(WTDocumentMaster master)
Supported API: false |
protected void |
ProxyDocument.initialize(WTDocumentMaster master)
Supports initialization, following construction of an instance. |
static ProxyDocument |
ProxyDocument.newProxyDocument(WTDocumentMaster master)
Supported API: false |
protected void |
ProxyDocument.initialize(WTDocumentMaster master)
Supports initialization, following construction of an instance. |
Uses of WTDocumentMaster in wt.part |
Methods in wt.part with parameters of type WTDocumentMaster | |
static WTProductInstanceReferenceLink |
WTProductInstanceReferenceLink.newWTProductInstanceReferenceLink(WTProductInstance2 referencedBy,
WTDocumentMaster references)
Default factory for the class. |
static WTPartReferenceLink |
WTPartReferenceLink.newWTPartReferenceLink(WTPart referencedBy,
WTDocumentMaster references)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |