Sends the ODA meta-data to Business Object Wizard.
Syntax
public abstract AgentMetaData getMetaData();
Parameters
None.
Return values
An AgentMetaData object that contains the meta-data for the ODA.
Notes
Business Object Wizard invokes the getMetaData() method to get the ODA's meta-data. It calls getMetaData() after its call to the getAgentProperties() method completes. The getMetaData() method returns the AgentMetaData object for the ODA. This AgentMetaData object contains meta-data for the ODA, such as the version and the generated content it supports. Within this method, call the AgentMetaData() constructor and return the instantiated meta-data object.
For more information on how to implement getMetaData(), see Initializing ODA meta-data.