Package com.ptc.windchill.mpml
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.
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:
-
Field Summary
Fields inherited from interface wt.services.Manager
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE -
Method Summary
Modifier and TypeMethodDescriptiongetAssociatedCADDocuments(WTCollection mpmObjects) Deprecated.Takes a collection of MPMEPMDocumentManageable and returns a map where the keyset is a collection of the MPM objects passed into the method.Deprecated.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) Deprecated.Takes a collection of objects and returns a map where the keyset is a collection of the objects passed into the method.Deprecated.Takes a collection of MPMDocumentManageable and returns a map where the keyset is a collection of the MPM objects passed into the method.Methods inherited from class wt.services.StandardManager
emergencyShutdown, emergencyShutdownComplete, emergencyShuttingDown, getClassInfo, getConceptualClassname, getManagerService, getManagerStatus, getName, getStartupType, init, initialize, initialize, isStarted, newStandardManager, newStandardManager, performEmergencyShutdownProcess, performShutdownProcess, registerEvents, setManagerService, shutdown, shutdownFailure, shutdownSuccess, shuttingDown, started, startedErrors, startingUp, startup, startupFailure, toString
-
Method Details
-
getAssociatedDocuments
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:
getAssociatedDocumentsin interfaceMPMDocumentService- Parameters:
objects- Objects for which the associated documents are needed- Returns:
- WTKeyedMap
- Throws:
WTException
-
getAssociatedCADDocuments
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:
getAssociatedCADDocumentsin interfaceMPMDocumentService- Parameters:
mpmObjects- MPMEPMDocumentManageable objects for which the associated CAD documents are needed- Returns:
- WTKeyedMap
- Throws:
WTException
-
getAssociatedReferenceDocuments
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:
getAssociatedReferenceDocumentsin interfaceMPMDocumentService- Parameters:
objects- MPMEPMDocumentManageable objects for which the associated reference documents are needed- Returns:
- WTKeyedMap
- Throws:
WTException
-
getAssociatedDescribedByDocuments
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:
getAssociatedDescribedByDocumentsin interfaceMPMDocumentService- Parameters:
objects- MPMEPMDocumentManageable objects for which the associated described by documents are needed- Returns:
- WTKeyedMap
- Throws:
WTException
-
MPMDocumentServiceusingMPMDocumentHelper.service