Access to Vocabulary Metadata
- Last Updated: November 6, 2023
- 1 minute read
- Corticon
- Version 6.3
- Documentation
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 How to access the Vocabulary metadata of a Decision
Service