public abstract class SimpleAbstractTurnContext extends java.lang.Object implements DistributedProcessHandler.ProcessExecutionAnalysisContext
| Modifier and Type | Field and Description |
|---|---|
protected DistributedProcessModel |
process |
| Constructor and Description |
|---|
SimpleAbstractTurnContext(DistributedProcessModel process) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getNextExecutionId() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
nextExecutionInputBatches() |
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
prepareProcessForNextExecution() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessFailed, processSucceededprotected final DistributedProcessModel process
public SimpleAbstractTurnContext(DistributedProcessModel process)
public java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> nextExecutionInputBatches()
nextExecutionInputBatches in interface DistributedProcessHandler.ProcessExecutionAnalysisContextpublic DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> prepareProcessForNextExecution()
prepareProcessForNextExecution in interface DistributedProcessHandler.ProcessExecutionAnalysisContextprotected java.lang.String getNextExecutionId()
Copyright © 2018 SAP SE. All Rights Reserved.