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 > Enterprise metadata discovery implementation samples

WBIMetadataImportConfigurationImpl samples

WBIMetadataImportConfigurationImpl represents an instance of MetadataObject and the configuration properties that users specify for it.

Extend WBIMetadataImportConfigurationImpl and implement the methods described below.


Constructor

The constructor for WBIMetadataImportConfigurationImpl accepts MetadataObject.

public EISSAMetadataImportConfiguration(WBIMetadataObjectImpl mo) {
		super(mo);
	}


createConfigurationProperties

The createConfigurationProperties() method returns a property group for the MetadataObject. The properties are specific to the instance of MetadataObject and are used to capture inputs from users. Those inputs might include operations that are supported for each MetadataObject instance, or additional information required to process the object at run time.

Enterprise metadata discovery implementation samples