Uses of Interface
com.ibm.di.config.interfaces.ExternalPropertiesConfig

Packages that use ExternalPropertiesConfig
com.ibm.di.admin.ui   
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.function   
 

Uses of ExternalPropertiesConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui that return ExternalPropertiesConfig
 ExternalPropertiesConfig ExternalFile.getConfig()
           
 

Constructors in com.ibm.di.admin.ui with parameters of type ExternalPropertiesConfig
ExternalFile(ExternalPropertiesConfig config)
           
 

Uses of ExternalPropertiesConfig in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return ExternalPropertiesConfig
 ExternalPropertiesConfig ConfigInstanceMBean.getExternalProperties()
          Returns the external properties of the configuration.
 ExternalPropertiesConfig ConfigInstance.getExternalProperties()
           
 ExternalPropertiesConfig ConfigInstanceMBean.getExternalProperties(String aKey)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 ExternalPropertiesConfig ConfigInstance.getExternalProperties(String aKey)
           
 

Methods in com.ibm.di.api.jmx.mbeans with parameters of type ExternalPropertiesConfig
 void ConfigInstanceMBean.setExternalProperties(ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 void ConfigInstance.setExternalProperties(ExternalPropertiesConfig aExPropConfig)
           
 void ConfigInstanceMBean.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 void ConfigInstance.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
           
 

Uses of ExternalPropertiesConfig in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return ExternalPropertiesConfig
 ExternalPropertiesConfig ConfigInstance.getExternalProperties()
          Returns the external properties of the configuration.
 ExternalPropertiesConfig ConfigInstance.getExternalProperties(String aKey)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 

Methods in com.ibm.di.api.local with parameters of type ExternalPropertiesConfig
 void ConfigInstance.setExternalProperties(ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 void ConfigInstance.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 

Uses of ExternalPropertiesConfig in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return ExternalPropertiesConfig
 ExternalPropertiesConfig ConfigInstanceImpl.getExternalProperties()
           
 ExternalPropertiesConfig ConfigInstanceImpl.getExternalProperties(String aKey)
           
 

Methods in com.ibm.di.api.local.impl with parameters of type ExternalPropertiesConfig
 void ConfigInstanceImpl.setExternalProperties(ExternalPropertiesConfig aExPropConfig)
           
 void ConfigInstanceImpl.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
           
 

Uses of ExternalPropertiesConfig in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return ExternalPropertiesConfig
 ExternalPropertiesConfig ConfigInstance.getExternalProperties()
          Returns the external properties of the configuration.
 ExternalPropertiesConfig ConfigInstance.getExternalProperties(String aKey)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 

Methods in com.ibm.di.api.remote with parameters of type ExternalPropertiesConfig
 void ConfigInstance.setExternalProperties(ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 void ConfigInstance.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 

Uses of ExternalPropertiesConfig in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return ExternalPropertiesConfig
 ExternalPropertiesConfig ConfigInstanceImpl.getExternalProperties()
           
 ExternalPropertiesConfig ConfigInstanceImpl.getExternalProperties(String aKey)
           
 

Methods in com.ibm.di.api.remote.impl with parameters of type ExternalPropertiesConfig
 void ConfigInstanceImpl.setExternalProperties(ExternalPropertiesConfig aExPropConfig)
           
 void ConfigInstanceImpl.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
           
 

Uses of ExternalPropertiesConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement ExternalPropertiesConfig
 class ExternalPropertiesImpl
           
 

Methods in com.ibm.di.config.base that return ExternalPropertiesConfig
 ExternalPropertiesConfig MetamergeConfigImpl.getExternalProperties()
          Returns the external properties delegator object for this configuration.
 ExternalPropertiesConfig MetamergeConfigImpl.getExternalProperties(Object name)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 

Uses of ExternalPropertiesConfig in com.ibm.di.config.interfaces
 

Classes in com.ibm.di.config.interfaces that implement ExternalPropertiesConfig
 class ExternalPropertiesDelegator
           
 

Methods in com.ibm.di.config.interfaces that return ExternalPropertiesConfig
 ExternalPropertiesConfig ExternalPropertiesDelegator.getContainerForKey(Object name)
          Returns the ExternalPropertiesConfig object that contains the property named name
 ExternalPropertiesConfig ExternalPropertiesDelegator.getDefaultExternalPropertyObject()
          Returns the default ExternalPropertiesConfig object.
 ExternalPropertiesConfig MetamergeConfig.getExternalProperties()
          Returns the external properties delegator object for this configuration.
 ExternalPropertiesConfig MetamergeConfig.getExternalProperties(Object name)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 

Uses of ExternalPropertiesConfig in com.ibm.di.function
 

Methods in com.ibm.di.function that return ExternalPropertiesConfig
 ExternalPropertiesConfig UserFunctions.getExtProp(String name)
          Returns a named extprop object.