public interface ShowReportOperation
Modifier and Type | Field and Description |
---|---|
static OperationType<ShowReportOperation> |
TYPE
Operation providing means to open and refresh a plugin based report.
|
Modifier and Type | Method and Description |
---|---|
void |
perform(Class<?> pluginType)
Opens and refreshes the specified report plugin based on the configuration of this operation.
|
<T> void |
setParameter(Parameter<T> parameter,
T value)
Specifies a filter parameter value of the target report plugin.
|
static final OperationType<ShowReportOperation> TYPE
<T> void setParameter(@NotNull Parameter<T> parameter, @Nullable T value)
perform(Class)
.T
- The parameter value type.parameter
- The parameter that should be modified.value
- The value that should be used.void perform(@NotNull Class<?> pluginType)
DataAccessPlugin
or a ReportPlugin
.pluginType
- The type of the target report plugin.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210