Interface MPMDocumentService

All Known Implementing Classes:
StandardMPMDocumentService

@RemoteInterface public interface MPMDocumentService
Service to manage document with MPMlink objects

Supported API: true

Extendable: false
  • Method Details

    • getAssociatedDocuments

      WTKeyedMap getAssociatedDocuments(WTCollection objects) throws WTException
      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

      WTKeyedMap getAssociatedCADDocuments(WTCollection objects) throws WTException
      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

      WTKeyedMap getAssociatedReferenceDocuments(WTCollection objects) throws WTException
      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

      WTKeyedMap getAssociatedDescribedByDocuments(WTCollection objects) throws WTException
      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