Package com.ptc.windchill.mpml.resource
Interface MPMResourceService
- All Known Implementing Classes:
StandardMPMResourceService
Service for the MPM resource related use case
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetDescribeDocumentsFromDocumentManageable(MPMDocumentManageable document_manageable, NCServerHolder nc_server_holder, boolean only_return_other_side)
Supported API: truegetEPMDocumentsFromEPMDocumentManageable(MPMEPMDocumentManageable epm_document_manageable, NCServerHolder nc_server_holder, boolean only_return_other_side)
Supported API: truegetManufacturingStandardGroupsFromMfgStandardGrouped(MPMMfgStandardGroupedMaster standard_grouped_master, NCServerHolder nc_server_holder, boolean only_return_other_side)
Supported API: truegetOperationsFromMfgProcess(MPMMfgProcess mfg_process, NCServerHolder nc_server_holder, boolean only_return_other_side)
Supported API: truegetParentMPMResource(MPMResource resource, NCServerHolder nc_server_holder)
Supported API: truegetReferenceDocumentsFromDocumentManageable(MPMDocumentManageable document_manageable, NCServerHolder nc_server_holder, boolean only_return_other_side)
Supported API: truegetResourceFromResourceMaster(MPMResourceMaster resource_master, NCServerHolder nc_server_holder, boolean only_return_other_side)
Supported API: truebooleanisPlant(Persistable obj) return true if object passed in is MPMPlant or its descendant.booleanisResource(Persistable obj) return true if object passed in is MPMResource or any of its descendant.booleanreturn true if object passed in is MPMResourceGroup or any of its descendant.booleanisSkill(Persistable obj) return true if object passed in is MPMSkill or any of its descendant.
-
Method Details
-
isResource
return true if object passed in is MPMResource or any of its descendant.
Supported API: true- Parameters:
obj-- Returns:
- boolean
- Throws:
WTException
-
isPlant
return true if object passed in is MPMPlant or its descendant.
Supported API: true- Parameters:
obj-- Returns:
- boolean
- Throws:
WTException
-
isResourceGroup
return true if object passed in is MPMResourceGroup or any of its descendant.
Supported API: true- Parameters:
obj-- Returns:
- boolean
- Throws:
WTException
-
isSkill
return true if object passed in is MPMSkill or any of its descendant.
Supported API: true- Parameters:
obj-- Returns:
- boolean
- Throws:
WTException
-
getDescribeDocumentsFromDocumentManageable
QueryResult getDescribeDocumentsFromDocumentManageable(MPMDocumentManageable document_manageable, NCServerHolder nc_server_holder, boolean only_return_other_side) throws WTException
Supported API: true- Throws:
WTException
-
getReferenceDocumentsFromDocumentManageable
QueryResult getReferenceDocumentsFromDocumentManageable(MPMDocumentManageable document_manageable, NCServerHolder nc_server_holder, boolean only_return_other_side) throws WTException
Supported API: true- Throws:
WTException
-
getEPMDocumentsFromEPMDocumentManageable
QueryResult getEPMDocumentsFromEPMDocumentManageable(MPMEPMDocumentManageable epm_document_manageable, NCServerHolder nc_server_holder, boolean only_return_other_side) throws WTException
Supported API: true- Throws:
WTException
-
getManufacturingStandardGroupsFromMfgStandardGrouped
QueryResult getManufacturingStandardGroupsFromMfgStandardGrouped(MPMMfgStandardGroupedMaster standard_grouped_master, NCServerHolder nc_server_holder, boolean only_return_other_side) throws WTException
Supported API: true- Throws:
WTException
-
getResourceFromResourceMaster
QueryResult getResourceFromResourceMaster(MPMResourceMaster resource_master, NCServerHolder nc_server_holder, boolean only_return_other_side) throws WTException
Supported API: true- Throws:
WTException
-
getOperationsFromMfgProcess
QueryResult getOperationsFromMfgProcess(MPMMfgProcess mfg_process, NCServerHolder nc_server_holder, boolean only_return_other_side) throws WTException
Supported API: true- Throws:
WTException
-
getParentMPMResource
QueryResult getParentMPMResource(MPMResource resource, NCServerHolder nc_server_holder) throws WTException
Supported API: true- Parameters:
resource-nc_server_holder-- Returns:
- QueryResult
- Throws:
WTException
-