skip to main content
Guide to Creating Corticon Extensions : Creating custom service callouts : Access to Vocabulary Metadata
 

Try Corticon Now

Access to Vocabulary Metadata

Access to Vocabulary Metadata through the ICcDataObjectManager

Extended operators have access to the ICcDataObjectManager. This class has long been available to Service Callouts and provides access to metadata such as the Corticon Vocabulary and the entities being processed. To be passed an instance of ICcDataObjectManager, the extension class must define method signatures which take ICcDataObjectManager as a parameter. See the Corticon JavaDoc for more details.
The method:
ICcDataObjectManager.getVocabularyMetadata()
Return type:
com.corticon.services.metadata.IVocabularyMetadata
For details about the IVocabularyMetadata object, see the topic Accessing the Vocabulary metadata of a Decision Service