Uses of Interface
de.espirit.firstspirit.client.plugin.report.Parameter
Packages that use Parameter
Package
Description
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for web client report plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the reporting area of the web client.-
Uses of Parameter in de.espirit.firstspirit.client.plugin
Methods in de.espirit.firstspirit.client.plugin that return types with arguments of type ParameterModifier and TypeMethodDescriptionReportPlugin.getParameter()
Returns a list of parameter definitions of this report plug-in, used to enable filter configuration by users within the user interface. -
Uses of Parameter in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects that return types with arguments of type ParameterModifier and TypeMethodDescriptionFilterable.getDefinedParameters()
Returns a list of parameter definitions supported by the data stream, used to enable interactive filter configuration.Updating.updateParameters
(@Nullable ParameterMap filter, List<Parameter<?>> parameters) Aspect providing a method to update DAP parameters.Method parameters in de.espirit.firstspirit.client.plugin.dataaccess.aspects with type arguments of type ParameterModifier and TypeMethodDescriptionUpdating.updateParameters
(@Nullable ParameterMap filter, List<Parameter<?>> parameters) Aspect providing a method to update DAP parameters. -
Uses of Parameter in de.espirit.firstspirit.client.plugin.report
Subinterfaces of Parameter in de.espirit.firstspirit.client.plugin.reportModifier and TypeInterfaceDescriptioninterface
Boolean parameter definition.interface
Selection parameter definition.interface
String parameter definition.Methods in de.espirit.firstspirit.client.plugin.report with parameters of type ParameterModifier and TypeMethodDescription<T> T
Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.<T> void
Associates the specified value with the specifiedParameter
in this map. -
Uses of Parameter in de.espirit.firstspirit.ui.operations
Methods in de.espirit.firstspirit.ui.operations with parameters of type ParameterModifier and TypeMethodDescription<T> void
ShowReportOperation.setParameter
(@NotNull Parameter<T> parameter, T value) Specifies a filter parameter value of the target report plugin. -
Uses of Parameter in de.espirit.firstspirit.webedit.plugin.report
Subinterfaces of Parameter in de.espirit.firstspirit.webedit.plugin.reportClasses in de.espirit.firstspirit.webedit.plugin.report that implement ParameterModifier and TypeClassDescriptionclass
Deprecated.since 5.1.5 - useParameterBoolean
insteadclass
Deprecated.since 5.1.5 - useParameterSelect
insteadclass
Deprecated.since 5.1.5 - useParameterText
instead
Parameter
instead