Uses of Interface
io.revealbi.core.IRequestContext
Packages that use IRequestContext
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of IRequestContext in io.revealbi.core
Subinterfaces of IRequestContext in io.revealbi.coreModifier and TypeInterfaceDescriptioninterfaceAn interface used to identify the user, related to a particular call to the methods ofIRVDashboardProvider,IRVAuthenticationProvider,IRVDataProviderand other providers.Classes in io.revealbi.core that implement IRequestContextModifier and TypeClassDescriptionclassDefault implementation of the IRVUserContext interface. -
Uses of IRequestContext in io.revealbi.core.data
Methods in io.revealbi.core.data with parameters of type IRequestContextModifier and TypeMethodDescriptionIRVDataModelProvider.editSchema(RVDataSourceItem dataSourceItem, List<RVDataModelField> schema, IRequestContext requestContext) Called to allow editing the schema fields of the given data source item.IRVDataModelProvider.getCalculatedFields(RVDataSourceItem dataSourceItem, IRequestContext requestContext) Called to retrieve additional calculated fields for the given data source item.IRVDataModelProvider.getMeasures(RVDataSourceItem dataSourceItem, IRequestContext requestContext) Called to retrieve additional measures for the given data source item.