public interface RunningExecutionPlanService
| Modifier and Type | Method and Description |
|---|---|
Long |
createRunningExecutionPlan(ExecutionPlan executionPlan,
String executionId)
check if exist such RunningExecutionPlan if not create it
|
RunningExecutionPlan |
createRunningExecutionPlan(RunningExecutionPlan runningExecutionPlan)
create a running execution plan
|
int |
deleteRunningExecutionPlans(Collection<String> executionIds) |
String |
getFlowUuidByRunningExecutionPlanId(Long runningExecutionPlanId)
getter of the flow Uuid
|
RunningExecutionPlan |
readExecutionPlanById(Long id)
get Running ExecutionPlan
|
RunningExecutionPlan createRunningExecutionPlan(RunningExecutionPlan runningExecutionPlan)
runningExecutionPlan - - the planLong createRunningExecutionPlan(ExecutionPlan executionPlan, String executionId)
executionPlan - - the RunningExecutionPlanexecutionId - - the flow run idRunningExecutionPlan readExecutionPlanById(Long id)
id - - the id ofthe required running execution planString getFlowUuidByRunningExecutionPlanId(Long runningExecutionPlanId)
runningExecutionPlanId - - id of the RunningExecutionPlanint deleteRunningExecutionPlans(Collection<String> executionIds)
Copyright © 2019. All rights reserved.