|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
com.ptc.windchill.esi.esidoc | |
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. |
Uses of Document in com.ptc.windchill.esi.esidoc |
Fields in com.ptc.windchill.esi.esidoc declared as Document | |
private Document |
PartDocInfo.document
|
Methods in com.ptc.windchill.esi.esidoc that return Document | |
Document |
PartDocInfo.getDocument()
Gets the value of the attribute: document; Returns an item that is used to document a part. |
Methods in com.ptc.windchill.esi.esidoc with parameters of type Document | |
protected void |
PartDocInfo.setDocumentType(Document doc)
|
protected void |
PartDocInfo.setDocumentURL(Document doc)
|
protected Element |
ESIDocumentsRenderer.adjustDocumentElement(Element element,
String group,
Document document,
Collection targets)
Allow subclasses to fix the contents of an element. |
private Element |
ESIDocumentsRenderer.mapDocument(String groupName,
Element e,
PartDocInfo pdi,
Collection targets,
Document previous)
|
private Collection[] |
ESIDocumentsRenderer.getDocumentDeltas(Document document,
Collection targets)
|
protected Element |
ESIDocumentRenderer.adjustDocumentElement(Element element,
String group,
Document document,
Collection targets)
Allow subclasses to fix the contents of an element. |
private Element |
ESIDocumentRenderer.mapDocument(String groupName,
Element e,
PartDocInfo pdi,
Collection targets,
Document previous)
|
private Collection[] |
ESIDocumentRenderer.getDocumentDeltas(Document document,
Collection targets)
|
Uses of Document in wt.doc |
Subinterfaces of Document in wt.doc | |
interface |
DocumentMaster
Interface that provides a version independent reference to a document. |
interface |
DocumentVersion
Interface that provides a version specific reference to a document. |
Classes in wt.doc that implement Document | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
class |
WTDocumentMaster
Reference implementation of DocumentMaster. |
Uses of Document in wt.epm |
Classes in wt.epm that implement Document | |
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 Document in wt.federation |
Classes in wt.federation that implement Document | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |