Package com.activeviam.contextservice
Interface IContextValueGetter
- All Known Implementing Classes:
DistributedContextValueGetter,LocalContextValueGetter,RemoteContextValueGetter
public interface IContextValueGetter
Interface for context value getters.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptiongetContextValues(String pivotId) Returns the context values that are associated with a given ActivePivot and which also have IAdditionalContextMetadata.
-
Method Details
-
getContextValues
Returns the context values that are associated with a given ActivePivot and which also have IAdditionalContextMetadata.It retrieves the
metadatafrom the Registry and translates it in toContextValueDescriptionto 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.
-