Uses of Class
com.ibm.di.model.descriptor.ComponentDescriptor
-
Packages that use ComponentDescriptor Package Description 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.model.descriptor -
-
Uses of ComponentDescriptor in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return ComponentDescriptor Modifier and Type Method Description ComponentDescriptor
ServerInfo. getInstalledComponentDescriptor(java.lang.String componentName)
Returns the localized form information about a specific component as component descriptor object. -
Uses of ComponentDescriptor in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl that return ComponentDescriptor Modifier and Type Method Description ComponentDescriptor
ServerInfoImpl. getInstalledComponentDescriptor(java.lang.String componentName)
Returns the localized form information about a specific component as component descriptor object. -
Uses of ComponentDescriptor in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return ComponentDescriptor Modifier and Type Method Description ComponentDescriptor
ServerInfo. getInstalledComponentDescriptor(java.lang.String componentName)
Returns the localized form information about a specific component as component descriptor object. -
Uses of ComponentDescriptor in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl that return ComponentDescriptor Modifier and Type Method Description ComponentDescriptor
ServerInfoImpl. getInstalledComponentDescriptor(java.lang.String componentName)
Returns the localized form information about a specific component as component descriptor object. -
Uses of ComponentDescriptor in com.ibm.di.model.descriptor
Subclasses of ComponentDescriptor in com.ibm.di.model.descriptor Modifier and Type Class Description class
ConnectorDescriptor
Java class for anonymous complex type.class
FunctionComponentDescriptor
Java class for anonymous complex type.class
ParserDescriptor
Java class for anonymous complex type.
-