Interface IContextValueGetter

    • Method Detail

      • 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.