Package wt.epm.supportingdata
Interface EPMSupportingDataService
This service provides methods to get the supporting data from an object.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetSupportingData(EPMSupportingDataHolder dataHolder) Get all the supporting data attached to the dataHolder.getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name) Get the supporting data for a particular name and application attached to the dataHolder.getSupportingData(WTCollection dataHolders)
Supported API: true
-
Method Details
-
getSupportingData
Get all the supporting data attached to the dataHolder.
Supported API: true- Parameters:
dataHolder-- Returns:
- QueryResult
- Throws:
WTException
-
getSupportingData
EPMSupportingData getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name) throws WTException Get the supporting data for a particular name and application attached to the dataHolder.
Supported API: true- Parameters:
dataHolder-ownerApplication-name-- Returns:
- EPMSupportingData
- Throws:
WTException
-
getSupportingData
Supported API: true- Parameters:
dataHolders-- Returns:
- WTKeyedMap
- Throws:
WTException
-