Package com.qfs.distribution
Interface IDistributedActivePivotContext
-
- All Superinterfaces:
IActivePivotContext,IContext,IContextValueStore,IExtendedPluginValue
- All Known Implementing Classes:
DistributedActivePivotContext
public interface IDistributedActivePivotContext extends IActivePivotContext
Extension ofIActivePivotContextfor distributed applications.- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_KEYThe plugin key .
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCurrentUser()Returns the name of the currently authenticated user.-
Methods inherited from interface com.quartetfs.biz.pivot.context.IActivePivotContext
computeMeasureFilteredContext, computeMeasureFilteredContext
-
Methods inherited from interface com.quartetfs.biz.pivot.context.IContext
apply, clear, getAll, getAllUser, getShared, restore, restrictToLocalAccess, set, setAll, setShared
-
Methods inherited from interface com.quartetfs.biz.pivot.context.IContextValueStore
get, isRestrictedToLocalAccess
-
Methods inherited from interface com.quartetfs.fwk.types.IExtendedPluginValue
getType
-
-
-
-
Field Detail
-
PLUGIN_KEY
static final String PLUGIN_KEY
The plugin key .- See Also:
- Constant Field Values
-
-
Method Detail
-
getCurrentUser
String getCurrentUser()
Returns the name of the currently authenticated user.
-
-