Interface AssetConsumerGlossaryInterface

All Known Implementing Classes:
AssetConsumer

public interface AssetConsumerGlossaryInterface
AssetConsumerGlossaryInterface supports the lookup of the meaning of a glossary term.
  • Method Summary

    Modifier and Type
    Method
    Description
    findMeanings(String userId, String term, int startFrom, int pageSize)
    Return the full definition (meaning) of the terms matching the supplied name.
    getAssetsByMeaning(String userId, String termGUID, int startFrom, int pageSize)
    Return the list of unique identifiers for assets that are linked to a specific (meaning) either directly or via fields in the schema.
    getMeaning(String userId, String guid)
    Return the full definition (meaning) of a term using the unique identifier of the glossary term that contains the definition.
    getMeaningByName(String userId, String term, int startFrom, int pageSize)
    Return the full definition (meaning) of the terms exactly matching the supplied name.