Uses of Interface
wt.epm.supportingdata.EPMSupportingDataHolder

Packages that use EPMSupportingDataHolder
wt.epm
 
wt.epm.supportingdata   
wt.epm.workspaces   
 

Uses of EPMSupportingDataHolder in wt.epm
 

Classes in wt.epm that implement EPMSupportingDataHolder
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of EPMSupportingDataHolder in wt.epm.supportingdata
 

Methods in wt.epm.supportingdata that return EPMSupportingDataHolder
 EPMSupportingDataHolder HolderSupportingData.getHolder()
          Gets the object for the association that plays role: HOLDER_ROLE.
 EPMSupportingDataHolder EPMSupportingData.getHolder()
          Gets the object for the association that plays role: HOLDER.
 

Methods in wt.epm.supportingdata with parameters of type EPMSupportingDataHolder
 QueryResult StandardEPMSupportingDataService.getSupportingData(EPMSupportingDataHolder dataHolder)
          Get all the supporting data attached to the dataHolder.
 EPMSupportingData StandardEPMSupportingDataService.getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name)
          Get the supporting data for a particular name and application attached to the dataHolder.
 void HolderSupportingData.setHolder(EPMSupportingDataHolder holder)
          Sets the object for the association that plays role: HOLDER_ROLE.
static HolderSupportingData HolderSupportingData.newHolderSupportingData(EPMSupportingDataHolder holder, EPMSupportingData supportingData)
          Default factory for the class.
 QueryResult EPMSupportingDataServiceFwd.getSupportingData(EPMSupportingDataHolder dataHolder)
          Get all the supporting data attached to the dataHolder.
 EPMSupportingData EPMSupportingDataServiceFwd.getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name)
          Get the supporting data for a particular name and application attached to the dataHolder.
 QueryResult EPMSupportingDataService.getSupportingData(EPMSupportingDataHolder dataHolder)
          Get all the supporting data attached to the dataHolder.
 EPMSupportingData EPMSupportingDataService.getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name)
          Get the supporting data for a particular name and application attached to the dataHolder.
 void EPMSupportingData.setHolder(EPMSupportingDataHolder a_Holder)
          Sets the object for the association that plays role: HOLDER.
static EPMSupportingData EPMSupportingData.newEPMSupportingData(String name, EPMAuthoringAppType authoringApp, Object data, EPMSupportingDataHolder holder)
          

Supported API: true
protected  void EPMSupportingData.initialize(String name, EPMAuthoringAppType authoringApp, Object data, EPMSupportingDataHolder holder)
          Supports initialization, following construction of an instance.
 

Uses of EPMSupportingDataHolder in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement EPMSupportingDataHolder
 class EPMWorkspace
          The EPMWorkspace is an EPM-specific workspace.