wt.epm.supportingdata
Interface EPMSupportingDataService


public interface EPMSupportingDataService

This service provides methods to get the supporting data from an object.

Supported API: true

Extendable: false


Method Summary
 QueryResult getSupportingData(EPMSupportingDataHolder dataHolder)
          Get all the supporting data attached to the dataHolder.
 EPMSupportingData getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name)
          Get the supporting data for a particular name and application attached to the dataHolder.
 WTKeyedMap getSupportingData(WTCollection dataHolders)
          

Supported API: true
 

Method Detail

getSupportingData

QueryResult getSupportingData(EPMSupportingDataHolder dataHolder)
                              throws WTException
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

WTKeyedMap getSupportingData(WTCollection dataHolders)
                             throws WTException


Supported API: true

Parameters:
dataHolders -
Returns:
WTKeyedMap
Throws:
WTException