public abstract class SimpleAbstractTurnContext extends 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 String |
getNextExecutionId() |
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 Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> nextExecutionInputBatches()
nextExecutionInputBatches in interface DistributedProcessHandler.ProcessExecutionAnalysisContextpublic DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> prepareProcessForNextExecution()
prepareProcessForNextExecution in interface DistributedProcessHandler.ProcessExecutionAnalysisContextprotected String getNextExecutionId()
Copyright © 2017 SAP SE. All Rights Reserved.