public class SimpleNextTurnContext extends SimpleAbstractTurnContext
| Modifier and Type | Field and Description |
|---|---|
protected ModelService |
modelService |
process| Constructor and Description |
|---|
SimpleNextTurnContext(DistributedProcessModel process,
java.lang.String previousExecutionId,
ModelService modelService,
FlexibleSearchService flexibleSearchService) |
| Modifier and Type | Method and Description |
|---|---|
protected DistributedProcessHandler.ModelWithDependencies<BatchModel> |
createInputBatch(SimpleBatchModel _inputBatch) |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
nextExecutionInputBatches() |
boolean |
processFailed() |
boolean |
processSucceeded() |
getNextExecutionId, prepareProcessForNextExecutionprotected final ModelService modelService
public SimpleNextTurnContext(DistributedProcessModel process, java.lang.String previousExecutionId, ModelService modelService, FlexibleSearchService flexibleSearchService)
public boolean processFailed()
public boolean processSucceeded()
public java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> nextExecutionInputBatches()
nextExecutionInputBatches in interface DistributedProcessHandler.ProcessExecutionAnalysisContextnextExecutionInputBatches in class SimpleAbstractTurnContextprotected DistributedProcessHandler.ModelWithDependencies<BatchModel> createInputBatch(SimpleBatchModel _inputBatch)
Copyright © 2018 SAP SE. All Rights Reserved.