|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExposedProperty | |
---|---|
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. |
Uses of ExposedProperty in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement ExposedProperty | |
---|---|
class |
ExposedPropertyImpl
Implementation of ExposedProperty interface. |
Methods in com.ibm.di.config.base that return ExposedProperty | |
---|---|
ExposedProperty |
SolutionInterfaceImpl.addExposedProperty(java.lang.String propertyName,
java.lang.String storeName)
|
ExposedProperty |
SolutionInterfaceImpl.getExposedProperty(java.lang.String propertyName,
java.lang.String storeName)
|
Uses of ExposedProperty in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return ExposedProperty | |
---|---|
ExposedProperty |
SolutionInterface.addExposedProperty(java.lang.String propertyName,
java.lang.String storeName)
Convenience method to create an ExposedProperty object in the exposed properties container. |
ExposedProperty |
SolutionInterface.getExposedProperty(java.lang.String propertyName,
java.lang.String storeName)
Returns the ExposedProperty object using name and storename |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |