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