|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.esipart.ESIPartUtility
public final class ESIPartUtility
This class is the public interface to the esipart package. It provides
generally useful methods for clients external to the package.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
com.infoengine.object.IeCollection |
getPart(String objectID,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
String transactionID)
GetPart RPC processor. |
void |
getPart(WTPart root,
Collection children,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
VdbBuilder builder)
GetPart RPC processor when called from GetBOM or getECN RPC. |
Collection |
getPartIteration(Collection partMasters,
WTPart rootPart)
This method will return a collection of ESIMasterPartAssociation objects given a collection part masters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final com.infoengine.object.IeCollection getPart(String objectID,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
String transactionID)
throws WTException
objectID - The UFID of the part that is desired.alternates - true or false. If true, will return alternates parts for the part in question.documents - true or false. If true, will return the documents for the part in question. If alternates is true, will return the documents for the alternate parts.auth - This parameter contains authentication information from I*E.wcAdapter - This parameter contains the name of the Windchill adapter.transactionID - The transactionID of the ESITransaction associated with this RPC.
WTException
public final void getPart(WTPart root,
Collection children,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
VdbBuilder builder)
throws WTException
root - The primary part for the BOM. Needed if target assignments are implicit.children - A collection of WTParts that are to be released. These parts are presumed to not be the root.alternates - true or false. If true, will return alternates parts for the part in question.documents - true or false. If true, will return the documents for the part in question. If alternates is true, will return the documents for the alternate parts.auth - This parameter contains authentication information from I*EwcAdapter - This parameter contains the name of the Windchill adapter.builder -
WTException
public final Collection getPartIteration(Collection partMasters,
WTPart rootPart)
throws WTException
partMasters - Collection of part mastersrootPart -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||