|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EPMDocumentManager
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
EPMDocumentMaster |
changeCADName(EPMDocumentMaster master,
String newCADName)
Deprecated. use changeCADName(WTKeyedMap) |
WTSet |
changeCADName(WTKeyedMap masters)
Changes the CAD name attributes on the given EPMDocumentMaster. |
List |
checkCompatibility(WTCollection documents)
Verifies that the EPMDocuments passed as input are compatible. |
QueryResult |
findCheckedOutIterations(EPMDocumentMaster master)
Deprecated. at R8.0, no replacement |
QueryResult |
findReferencedIterations(EPMDocumentMaster master)
Deprecated. at R8.0, no replacement |
QueryResult[] |
getBomDifferences(EPMDocument firstDocument,
EPMDocument secondDocument)
Compares the bill of material of an EPMDocument with another EPMDocument. |
void |
markAsModified(QueryResult instances)
Deprecated. at R8.0 |
void |
markAsModified(WTCollection instances)
Deprecated. at R8.0 |
void |
removeAllDependencies(EPMDocument document)
Deprecated. at R8.0, please use removeAllDependencies(WTCollection) |
WTKeyedMap |
reviseAll(WTKeyedMap toRevise)
This method creates a new in-line version of the EPMDocuments and WTParts given. |
| Method Detail |
|---|
void removeAllDependencies(EPMDocument document)
throws WTException
document -
WTException
List checkCompatibility(WTCollection documents)
throws WTException
documents - Collection of EPMDocuments to check
WTException
QueryResult[] getBomDifferences(EPMDocument firstDocument,
EPMDocument secondDocument)
throws WTException
The element 0 of the returned array is a QueryResult that includes the EPMMemberLinks to identify the EPMDocumentMasters that were used in the first EPMDocument but not the second EPMDocument.
The element 1 of the returned array is a QueryResult that includes the EPMMemberLinks to identify the EPMDocumentMasters that were used in the second EPMDocument but not the first EPMDocument.
The element 2 of the returned array is a QueryResult that includes
the EPMMemberLinks to identify the EPMDocumentMasters that were used
in both the first and the second EPMDocuments but have different quantities.
Supported API: true
firstDocument - secondDocument -
WTException
QueryResult findReferencedIterations(EPMDocumentMaster master)
throws WTException
master -
WTException
QueryResult findCheckedOutIterations(EPMDocumentMaster master)
throws WTException
master -
WTException
EPMDocumentMaster changeCADName(EPMDocumentMaster master,
String newCADName)
throws WTException
master - newCADName - new CAD Name to be assigned
WTException
void markAsModified(QueryResult instances)
throws WTException
instances -
WTException
WTKeyedMap reviseAll(WTKeyedMap toRevise)
throws WTException
This method returns a WTKeyedHashMap where the key is the original
object and the value, the new version.
Supported API: true
toRevise - the key is the object to revise and the value a ReviseOptions object.
WTException
void markAsModified(WTCollection instances)
throws WTException
instances - Collection of instances to be processed.
WTException
WTSet changeCADName(WTKeyedMap masters)
throws WTException
masters - The keys are EPMDocumentMaster objects. The values are new CAD names.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||