Package com.qfs.distribution
Interface IDistributedActivePivotContext
- All Superinterfaces:
IActivePivotContext,IContext,IContextValueStore,IExtendedPluginValue
- All Known Implementing Classes:
DistributedActivePivotContext
Extension of
IActivePivotContext for distributed applications.- Author:
- ActiveViam
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the currently authenticated user.Methods inherited from interface com.quartetfs.biz.pivot.context.IActivePivotContext
computeMeasureFilteredContext, computeMeasureFilteredContextMethods inherited from interface com.quartetfs.biz.pivot.context.IContext
apply, clear, getAll, getAllUser, getShared, restore, restrictToLocalAccess, set, setAll, setSharedMethods inherited from interface com.quartetfs.biz.pivot.context.IContextValueStore
get, isRestrictedToLocalAccessMethods inherited from interface com.quartetfs.fwk.types.IExtendedPluginValue
getType
-
Field Details
-
PLUGIN_KEY
The plugin key .- See Also:
-
-
Method Details
-
getCurrentUser
String getCurrentUser()Returns the name of the currently authenticated user.
-