Package | Description |
---|---|
net.sf.reportengine.core.algorithm | |
net.sf.reportengine.core.algorithm.report | |
net.sf.reportengine.core.steps | |
net.sf.reportengine.util |
Modifier and Type | Field and Description |
---|---|
static Map<AlgoIOKeys,Object> |
Algorithm.EMPTY_READ_ONLY_PARAMS_MAP |
Modifier and Type | Method and Description |
---|---|
Map<AlgoIOKeys,Object> |
AlgorithmContainer.execute(Map<AlgoIOKeys,Object> input)
calls the execute method of each algorithm and passes the results from
one to the other until the end of the algorithm list is reached
|
Map<AlgoIOKeys,Object> |
Algorithm.execute(Map<AlgoIOKeys,Object> input)
executes the algorithm based on the input and returns the output
|
Modifier and Type | Method and Description |
---|---|
Object |
AlgoInputParams.getParam(AlgoIOKeys key) |
Modifier and Type | Method and Description |
---|---|
Map<AlgoIOKeys,Object> |
AlgorithmContainer.execute(Map<AlgoIOKeys,Object> input)
calls the execute method of each algorithm and passes the results from
one to the other until the end of the algorithm list is reached
|
Map<AlgoIOKeys,Object> |
Algorithm.execute(Map<AlgoIOKeys,Object> input)
executes the algorithm based on the input and returns the output
|
Constructor and Description |
---|
AbstractMultiStepAlgo(String algorithmName,
Map<StepIOKeys,AlgoIOKeys> stepToAlgoOutputMapping) |
Modifier and Type | Method and Description |
---|---|
Map<AlgoIOKeys,Object> |
LoopThroughTableInputAlgo.execute(Map<AlgoIOKeys,Object> inputParams)
executes the report
|
Map<AlgoIOKeys,Object> |
DeleteTempSortedFilesAlgo.execute(Map<AlgoIOKeys,Object> input) |
Map<AlgoIOKeys,Object> |
DeleteTempIntermFilesAlgo.execute(Map<AlgoIOKeys,Object> input) |
Modifier and Type | Method and Description |
---|---|
Map<AlgoIOKeys,Object> |
LoopThroughTableInputAlgo.execute(Map<AlgoIOKeys,Object> inputParams)
executes the report
|
Map<AlgoIOKeys,Object> |
DeleteTempSortedFilesAlgo.execute(Map<AlgoIOKeys,Object> input) |
Map<AlgoIOKeys,Object> |
DeleteTempIntermFilesAlgo.execute(Map<AlgoIOKeys,Object> input) |
Constructor and Description |
---|
LoopThroughTableInputAlgo(String algorithmName,
Map<StepIOKeys,AlgoIOKeys> stepToAlgoOutputMapping) |
MultipleSortedFilesInputAlgo(String algorithmName,
Map<StepIOKeys,AlgoIOKeys> stepToAlgoOutputMapping) |
Modifier and Type | Method and Description |
---|---|
Object |
StepInput.getAlgoInput(AlgoIOKeys key) |
Constructor and Description |
---|
StepInput(Map<AlgoIOKeys,Object> algoInput,
AlgoContext context) |
Modifier and Type | Method and Description |
---|---|
static AlgoIOKeys |
AlgoIOKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgoIOKeys[] |
AlgoIOKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<StepIOKeys,AlgoIOKeys> |
StepAlgoKeyMapBuilder.build() |
Modifier and Type | Method and Description |
---|---|
StepAlgoKeyMapBuilder |
StepAlgoKeyMapBuilder.add(StepIOKeys stepKey,
AlgoIOKeys algoKey) |
Copyright © 2006–2015. All rights reserved.