public interface ParameterHelperService
Modifier and Type | Method and Description |
---|---|
java.util.Map<CopyResultType,java.util.List<ParameterDefinition>> |
copyParameterDefinitions(Report origin,
Report target,
boolean replaceExistingParameters)
Copies all parameter definitions from an origin report to a target report.
|
java.util.Map<CopyResultType,java.util.List<ParameterDefinition>> copyParameterDefinitions(Report origin, Report target, boolean replaceExistingParameters)
origin
- the origin report to copy the parameter
definitions fromtarget
- the target report to copy the parameter
definitions toreplaceExistingParameters
- if true, replaces parameters in the target
report having the same key in the origin
report. If false, ignores these.