Uses of Interface
de.espirit.firstspirit.client.plugin.report.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
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Boolean parameter definition.interface
Selection parameter definition.interface
String parameter definition.Modifier 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
Modifier 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
Modifier 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