Interface IContextValueGetter

All Known Implementing Classes:
DistributedContextValueGetter, LocalContextValueGetter, RemoteContextValueGetter

public interface IContextValueGetter
Interface for context value getters.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the context values that are associated with a given ActivePivot and which also have IAdditionalContextMetadata.
  • Method Details

    • getContextValues

      List<ContextValueDescription> getContextValues(String pivotId)
      Returns the context values that are associated with a given ActivePivot and which also have IAdditionalContextMetadata.

      It retrieves the metadata from the Registry and translates it in to ContextValueDescription to be version independent.

      Parameters:
      pivotId - - The ActivePivot ID to retrieve the context values from
      Returns:
      A list of all the context values which the client can use.