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

Packages that use ExternalPropertiesConfig
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
com.ibm.di.function Provides useful functions for the Tivoli Directory Integrator. 
 

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

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

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)
          Deprecated. 
 void ConfigInstanceMBean.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
          Deprecated. Not supported.
 void ConfigInstance.setExternalProperties(String aKey, ExternalPropertiesConfig aExPropConfig)
          Deprecated. 
 

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

Methods in com.ibm.di.api.local that return ExternalPropertiesConfig
 ExternalPropertiesConfig ConfigInstance.getExternalProperties()
          Deprecated. use ConfigInstance.getTDIProperties() instead
 ExternalPropertiesConfig ConfigInstance.getExternalProperties(String aKey)
          Deprecated. use ConfigInstance.getTDIProperties() instead
 

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()
          Returns the external properties of the configuration.
 ExternalPropertiesConfig ConfigInstanceImpl.getExternalProperties(String aKey)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 

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()
          Deprecated. use ConfigInstance.getTDIProperties() instead
 ExternalPropertiesConfig ConfigInstance.getExternalProperties(String aKey)
          Deprecated. use ConfigInstance.getTDIProperties() instead
 

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()
          Returns the external properties of the configuration.
 ExternalPropertiesConfig ConfigInstanceImpl.getExternalProperties(String aKey)
          Returns the ExternalPropertiesConfig object for the named external properties object.
 

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
          Deprecated.  
 

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
          Deprecated. Use TDIProperties instead.
 

Methods in com.ibm.di.config.interfaces that return ExternalPropertiesConfig
 ExternalPropertiesConfig ExternalPropertiesDelegator.getContainerForKey(Object name)
          Deprecated. Always returns null
 ExternalPropertiesConfig ExternalPropertiesDelegator.getDefaultExternalPropertyObject()
          Deprecated. Always returns null
 ExternalPropertiesConfig MetamergeConfig.getExternalProperties()
          Deprecated. use MetamergeConfig.getTDIProperties() instead
 ExternalPropertiesConfig MetamergeConfig.getExternalProperties(Object name)
          Deprecated. use MetamergeConfig.getTDIProperties() instead
 

Uses of ExternalPropertiesConfig in com.ibm.di.function
 

Methods in com.ibm.di.function that return ExternalPropertiesConfig
 ExternalPropertiesConfig UserFunctions.getExtProp(String name)
          Deprecated. use UserFunctions.getTDIProperties() instead