public class ImportProcessExecutionAnalysisContext extends java.lang.Object implements DistributedProcessHandler.ProcessExecutionAnalysisContext
| Constructor and Description |
|---|
ImportProcessExecutionAnalysisContext(DistributedProcessModel process,
ModelService modelService,
FlexibleSearchService flexibleSearchService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
nextExecutionInputBatches() |
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
prepareProcessForNextExecution() |
boolean |
processFailed() |
boolean |
processSucceeded() |
public ImportProcessExecutionAnalysisContext(DistributedProcessModel process, ModelService modelService, FlexibleSearchService flexibleSearchService)
public boolean processFailed()
processFailed in interface DistributedProcessHandler.ProcessExecutionAnalysisContextpublic boolean processSucceeded()
processSucceeded in interface DistributedProcessHandler.ProcessExecutionAnalysisContextpublic java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> nextExecutionInputBatches()
nextExecutionInputBatches in interface DistributedProcessHandler.ProcessExecutionAnalysisContextpublic DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> prepareProcessForNextExecution()
prepareProcessForNextExecution in interface DistributedProcessHandler.ProcessExecutionAnalysisContextCopyright © 2018 SAP SE. All Rights Reserved.