public class ExecutionPlan extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
beginStep |
protected String |
flowUuid |
protected String |
language |
protected String |
name |
protected Map<Long,ExecutionStep> |
steps |
protected Set<String> |
subflowsUUIDs |
protected Set<String> |
sysAccPaths |
| Constructor and Description |
|---|
ExecutionPlan() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPlan |
addStep(ExecutionStep step) |
ExecutionPlan |
addSteps(List<ExecutionStep> steps) |
boolean |
equals(Object o) |
Long |
getBeginStep() |
String |
getExecutionPlanUuid() |
String |
getFlowUuid() |
String |
getLanguage() |
String |
getName() |
ExecutionStep |
getStep(Long stepId) |
Map<Long,ExecutionStep> |
getSteps() |
Set<String> |
getSubflowsUUIDs() |
Set<String> |
getSysAccPaths() |
String |
getWorkerGroup() |
int |
hashCode() |
ExecutionPlan |
setBeginStep(Long beginStep) |
ExecutionPlan |
setFlowUuid(String flowUuid) |
void |
setLanguage(String language) |
void |
setName(String name) |
void |
setSubflowsUUIDs(Set<String> subflowsUUIDs) |
void |
setSysAccPaths(Set<String> sysAccPaths) |
void |
setWorkerGroup(String workerGroup) |
String |
toString() |
protected String flowUuid
protected Long beginStep
protected String name
protected String language
protected Map<Long,ExecutionStep> steps
public String getLanguage()
public void setLanguage(String language)
public String getFlowUuid()
public ExecutionPlan setFlowUuid(String flowUuid)
public String getExecutionPlanUuid()
public Long getBeginStep()
public ExecutionPlan setBeginStep(Long beginStep)
public Map<Long,ExecutionStep> getSteps()
public ExecutionStep getStep(Long stepId)
public ExecutionPlan addStep(ExecutionStep step)
public ExecutionPlan addSteps(List<ExecutionStep> steps)
public String getName()
public void setName(String name)
public String getWorkerGroup()
public void setWorkerGroup(String workerGroup)
Copyright © 2020. All rights reserved.