IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Implementing code from the IBM WebSphere Adapter Toolkit > Enterprise metadata discovery general interfaces and implementation for application adapters > Metadata discovery connection type

MetadataObject

The MetadataObject represents the node of the MetadataTree. You define properties and filters in this object that help guide enterprise metadata discovery.

IBM WebSphere recommends that you specify objectProperties that suggest the EIS objects you are defining. You should also define filter properties in MetadataObject that might make fetching of child objects more efficient and usable.

For example, for JDBC, if the node represents a schema, you might define a filter to fetch tables by name rather than fetching all tables.

Metadata discovery connection type