Class StandardMPMDocumentService

java.lang.Object
wt.services.StandardManager
com.ptc.windchill.mpml.StandardMPMDocumentService
All Implemented Interfaces:
MPMDocumentService, Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager

@Deprecated public class StandardMPMDocumentService extends StandardManager implements MPMDocumentService, Serializable
Deprecated.
- As of 13.0.1.0, Use interface MPMDocumentService using MPMDocumentHelper.service

Use the newStandardMPMDocumentService static factory method(s), not the StandardMPMDocumentService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • getAssociatedDocuments

      public WTKeyedMap getAssociatedDocuments(WTCollection objects) throws WTException
      Deprecated.
      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
      Specified by:
      getAssociatedDocuments in interface MPMDocumentService
      Parameters:
      objects - Objects for which the associated documents are needed
      Returns:
      WTKeyedMap
      Throws:
      WTException
    • getAssociatedCADDocuments

      public WTKeyedMap getAssociatedCADDocuments(WTCollection mpmObjects) throws WTException
      Deprecated.
      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
      Specified by:
      getAssociatedCADDocuments in interface MPMDocumentService
      Parameters:
      mpmObjects - MPMEPMDocumentManageable objects for which the associated CAD documents are needed
      Returns:
      WTKeyedMap
      Throws:
      WTException
    • getAssociatedReferenceDocuments

      public WTKeyedMap getAssociatedReferenceDocuments(WTCollection objects) throws WTException
      Deprecated.
      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
      Specified by:
      getAssociatedReferenceDocuments in interface MPMDocumentService
      Parameters:
      objects - MPMEPMDocumentManageable objects for which the associated reference documents are needed
      Returns:
      WTKeyedMap
      Throws:
      WTException
    • getAssociatedDescribedByDocuments

      public WTKeyedMap getAssociatedDescribedByDocuments(WTCollection objects) throws WTException
      Deprecated.
      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
      Specified by:
      getAssociatedDescribedByDocuments in interface MPMDocumentService
      Parameters:
      objects - MPMEPMDocumentManageable objects for which the associated described by documents are needed
      Returns:
      WTKeyedMap
      Throws:
      WTException