skip to main content
What's New in Corticon : What's new and changed in Corticon 5.6.1 : Enhancements to extensions and service callouts : Extended Operator Access to ICcDataObjectManager
 

Try Corticon Now
Extended Operator Access to ICcDataObjectManager
Extended operators now 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.

Access to Vocabulary Metadata through the ICcDataObjectManager

A SCO can access Vocabulary Metadata and then use that Metadata in its processing.
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
This information was added as the topic Access to Vocabulary Metadata