Package com.activeviam.contextservice
Interface IContextValueGetter
-
- All Known Implementing Classes:
DistributedContextValueGetter,LocalContextValueGetter,RemoteContextValueGetter
public interface IContextValueGetterInterface for context value getters.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ContextValueDescription>getContextValues(String pivotId)Returns the context values that are associated with a given ActivePivot and which also have IAdditionalContextMetadata.
-
-
-
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
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.
-
-