Modifier and Type | Method and Description |
---|---|
void |
DefaultAlgorithmContext.add(StepResult stepResult) |
void |
AlgoContext.add(StepResult stepResult)
adds the result of a step into the context
|
Modifier and Type | Method and Description |
---|---|
StepResult<U> |
AlgorithmMainStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
callback method called for each row
|
StepResult<V> |
AlgorithmMainStep.exit(StepInput stepInput)
called when finishing the algorithm execution
|
StepResult<T> |
AlgorithmExitStep.exit(StepInput stepInput)
called when finishing the algorithm execution
|
StepResult<T> |
AlgorithmMainStep.init(StepInput stepInput)
this method is called only once for a report
and represents the construction step where you can define the keys and
values used inside the execute method.
|
StepResult<U> |
AlgorithmInitStep.init(StepInput input)
this method is called only once for a report
and represents the construction step where you can define the keys and
values used inside the execute method.
|
Modifier and Type | Field and Description |
---|---|
static StepResult<String> |
StepResult.NO_RESULT |
Modifier and Type | Method and Description |
---|---|
StepResult<String> |
TotalsCalculatorStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
execute
|
StepResult<Object[]> |
PreviousRowManagerStep.execute(NewRowEvent rowEvent,
StepInput stepInput) |
StepResult<String> |
InMemorySortStep.execute(NewRowEvent rowEvent,
StepInput stepInput) |
StepResult<Integer> |
GroupLevelDetectorStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
execute method
|
StepResult<Integer> |
FlatTableTotalsOutputStep.execute(NewRowEvent rowEvent,
StepInput stepInput)
execute
|
StepResult<String> |
ExternalSortPreparationStep.execute(NewRowEvent newRow,
StepInput stepInput) |
StepResult<Integer> |
DataRowsOutputStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
Constructs a cell for each value and sends it to output
|
StepResult<String> |
TotalsCalculatorStep.exit(StepInput stepInput) |
StepResult<String> |
PreviousRowManagerStep.exit(StepInput stepInput) |
StepResult<List<NewRowEvent>> |
InMemorySortStep.exit(StepInput stepInput) |
StepResult<String> |
GroupLevelDetectorStep.exit(StepInput stepInput) |
StepResult<Integer> |
FlatTableTotalsOutputStep.exit(StepInput stepInput)
exit displays the last totals in the calculator matrix buffer and the
grand total
|
StepResult<String> |
ExternalSortPreparationStep.exit(StepInput stepInput) |
StepResult<String> |
EndTableExitStep.exit(StepInput stepInput) |
StepResult<String> |
DataRowsOutputStep.exit(StepInput stepInput) |
StepResult<CalcIntermResult[][]> |
TotalsCalculatorStep.init(StepInput stepInput)
init
|
StepResult<String> |
StartTableInitStep.init(StepInput input) |
StepResult<String> |
PreviousRowManagerStep.init(StepInput stepInput) |
StepResult<String> |
InMemorySortStep.init(StepInput stepInput) |
StepResult<Integer> |
InitReportDataInitStep.init(StepInput stepInput) |
StepResult<String> |
GroupLevelDetectorStep.init(StepInput stepInput) |
StepResult<String> |
FlatTableTotalsOutputStep.init(StepInput stepInput)
init method
|
StepResult<ArrayList<Integer>> |
FlatReportExtractTotalsDataInitStep.init(StepInput stepInput) |
StepResult<List<File>> |
ExternalSortPreparationStep.init(StepInput stepInput) |
StepResult<String> |
DataRowsOutputStep.init(StepInput stepInput)
this step's init method
|
StepResult<String> |
ColumnHeaderOutputInitStep.init(StepInput input) |
Modifier and Type | Method and Description |
---|---|
StepResult<String> |
IntermedRowMangerStep.execute(NewRowEvent rowEvent,
StepInput stepInput) |
StepResult<IntermediateDataInfo> |
DistinctValuesDetectorStep.execute(NewRowEvent newRowEvent,
StepInput stepInput) |
StepResult<String> |
IntermedRowMangerStep.exit(StepInput stepInput) |
StepResult<String> |
DistinctValuesDetectorStep.exit(StepInput stepInput) |
StepResult<IntermediateReportRow> |
IntermedRowMangerStep.init(StepInput stepInput) |
StepResult<CtMetadata> |
GenerateCrosstabMetadataInitStep.init(StepInput stepInput) |
StepResult<DistinctValuesHolder> |
DistinctValuesDetectorStep.init(StepInput stepInput) |
StepResult<String> |
CrosstabHeaderOutputInitStep.init(StepInput stepInput) |
StepResult<List<GroupColumn>> |
ConstrGrpColsForSecondProcessInitStep.init(StepInput stepInput) |
StepResult<List<DataColumn>> |
ConstrDataColsForSecondProcessInitStep.init(StepInput stepInput) |
Modifier and Type | Method and Description |
---|---|
StepResult<Object[]> |
IntermedPreviousRowManagerStep.execute(NewRowEvent newRow,
StepInput stepInput)
executes the super only if the report has group columns
|
StepResult<File> |
IntermedSetResultsExitStep.exit(StepInput stepInput) |
StepResult<List<GroupColumn>> |
ConstrIntermedGrpColsInitStep.init(StepInput input) |
StepResult<List<DataColumn>> |
ConstrIntermedDataColsInitStep.init(StepInput input) |
StepResult<IntermediateCrosstabOutput> |
ConfigIntermedReportOutputInitStep.init(StepInput stepInput) |
Copyright © 2006–2015. All rights reserved.