public abstract class AbstractImportProcessExecutionAnalysisContext extends Object implements DistributedProcessHandler.ProcessExecutionAnalysisContext
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractImportProcessExecutionAnalysisContext.BatchExecutionData |
protected static class |
AbstractImportProcessExecutionAnalysisContext.BatchRow |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
INPUT_SELECT_CLAUSE |
protected static String |
ROWS_SELECT_CLAUSE |
| Constructor and Description |
|---|
AbstractImportProcessExecutionAnalysisContext(ModelService modelService,
FlexibleSearchService flexibleSearchService) |
| Modifier and Type | Method and Description |
|---|---|
protected ImportBatchModel |
createInputBatch(AbstractImportProcessExecutionAnalysisContext.BatchExecutionData executionData) |
boolean |
processFailed() |
boolean |
processSucceeded() |
protected Stream<AbstractImportProcessExecutionAnalysisContext.BatchExecutionData> |
queryForBatchRows(String queryString,
Map<String,Object> params) |
protected Stream<AbstractImportProcessExecutionAnalysisContext.BatchExecutionData> |
queryForInputBatchRows(String queryString,
Map<String,Object> params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextExecutionInputBatches, prepareProcessForNextExecutionprotected static String INPUT_SELECT_CLAUSE
protected static String ROWS_SELECT_CLAUSE
public AbstractImportProcessExecutionAnalysisContext(ModelService modelService, FlexibleSearchService flexibleSearchService)
public boolean processFailed()
processFailed in interface DistributedProcessHandler.ProcessExecutionAnalysisContextpublic boolean processSucceeded()
processSucceeded in interface DistributedProcessHandler.ProcessExecutionAnalysisContextprotected ImportBatchModel createInputBatch(AbstractImportProcessExecutionAnalysisContext.BatchExecutionData executionData)
protected Stream<AbstractImportProcessExecutionAnalysisContext.BatchExecutionData> queryForInputBatchRows(String queryString, Map<String,Object> params)
Copyright © 2017 SAP SE. All Rights Reserved.