Class GlossaryCache

    • Constructor Summary

      Constructors 
      Constructor Description
      GlossaryCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.atlan.model.assets.Asset lookupAsset​(java.lang.String identity)
      Actually go to Atlan and find the asset with the provided identity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlossaryCache

        public GlossaryCache()
    • Method Detail

      • lookupAsset

        protected com.atlan.model.assets.Asset lookupAsset​(java.lang.String identity)
        Actually go to Atlan and find the asset with the provided identity.
        Specified by:
        lookupAsset in class AssetCache
        Parameters:
        identity - of the asset to lookup
        Returns:
        the asset, from Atlan itself