|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.esidoc.PartDocInfo
public class PartDocInfo
Represents document information identified for export by the retrievePartDocInformation
and retrievePartDocDifferences methods of the WTPartService.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
protected static Hashtable |
buildHashtable(WTPart part)
Supported API: true |
Document |
getDocument()
Gets the value of the attribute: document; Returns an item that is used to document a part. |
String |
getDocumentType()
Gets the value of the attribute: documentType; The string representation of the associated document types. |
String |
getDocumentURL()
Gets the value of the attribute: documentURL; The URL to the details page of the associated document. |
WTPart |
getPart()
Gets the value of the attribute: part; Returns the part for this PartDocInfo. |
ObjectToObjectLink |
getPartDocLink()
Gets the value of the attribute: partDocLink; The part to document link that was used to construct this PartUsageInfo. |
protected void |
processForAdd()
This method is intended to be overriden by a customizer who extends PartDocInfo. |
protected void |
processForDelete()
This method is intended to be overriden by a customizer who extends PartDocInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Document getDocument()
public WTPart getPart()
public ObjectToObjectLink getPartDocLink()
public String getDocumentURL()
public String getDocumentType()
protected static Hashtable buildHashtable(WTPart part)
throws WTException
part -
WTExceptionprotected void processForAdd()
protected void processForDelete()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||