Package com.ptc.windchill.mpml
Interface MPMDocumentService
- All Known Implementing Classes:
StandardMPMDocumentService
Service to manage document with MPMlink objects
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetAssociatedCADDocuments(WTCollection objects) Takes a collection of MPMEPMDocumentManageable and returns a map where the keyset is a collection of the MPM objects passed into the method.Takes a collection of MPMDocumentManageable and returns a map where the keyset is a collection of the mpm objects passed into the method.getAssociatedDocuments(WTCollection objects) Takes a collection of objects and returns a map where the keyset is a collection of the objects passed into the method.Takes a collection of MPMDocumentManageable and returns a map where the keyset is a collection of the MPM objects passed into the method.
-
Method Details
-
getAssociatedDocuments
Takes a collection of objects and returns a map where the keyset is a collection of the objects passed into the method. The values in the map are WTCollections that contain either IteratedDescribeLink or DocumentVersion objects. If an object passed in does not have any associated documents, it will not be in the returned map.
Supported API: true- Parameters:
objects-- Returns:
- WTKeyedMap
- Throws:
WTException
-
getAssociatedCADDocuments
Takes a collection of MPMEPMDocumentManageable and returns a map where the keyset is a collection of the MPM objects passed into the method. The values in the map are WTCollections that contain EPM document objects. If a MPM object passed in does not have any associated documents, it will not be in the returned map.
Supported API: true- Parameters:
objects-- Returns:
- WTKeyedMap
- Throws:
WTException
-
getAssociatedReferenceDocuments
Takes a collection of MPMDocumentManageable and returns a map where the keyset is a collection of the MPM objects passed into the method. The values in the map are WTCollections that contain described WTDocument objects. If a MPM object passed in does not have any associated documents, it will not be in the returned map.
Supported API: true- Parameters:
objects-- Returns:
- WTKeyedMap
- Throws:
WTException
-
getAssociatedDescribedByDocuments
Takes a collection of MPMDocumentManageable and returns a map where the keyset is a collection of the mpm objects passed into the method. The values in the map are WTCollections that contain reference WTDocument objects. If a mpm object passed in does not have any associated documents, it will not be in the returned map.
Supported API: true- Parameters:
objects-- Returns:
- WTKeyedMap
- Throws:
WTException
-