public class Flow extends Object implements Serializable
Constructor and Description |
---|
Flow() |
Modifier and Type | Method and Description |
---|---|
void |
assemble() |
String |
getCategory() |
String |
getDescription() |
String |
getExtendFlowId() |
FlowExecutor |
getFlowExecutor() |
String |
getId() |
List<Parameter> |
getInputParameters() |
String |
getName() |
Map<String,Node> |
getNodeMap() |
List<Node> |
getNodes() |
List<Parameter> |
getOutputParameters() |
List<Parameter> |
getParameters() |
List |
getPositions() |
String |
getServiceName() |
String |
getTitle() |
boolean |
isEnable() |
boolean |
isPrivateContext() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setEnable(boolean enable) |
void |
setExtendFlowId(String extendFlowId) |
void |
setFlowExecutor(FlowExecutor flowExecutor) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNodes(List<Node> nodes) |
void |
setParameters(List<Parameter> parameters) |
void |
setPositions(List positions) |
void |
setPrivateContext(boolean privateContext) |
void |
setTitle(String title) |
void |
validate() |
public List getPositions()
public void setPositions(List positions)
public String getCategory()
public void setCategory(String category)
public boolean isEnable()
public void setEnable(boolean enable)
public boolean isPrivateContext()
public void setPrivateContext(boolean privateContext)
public void validate()
public void assemble()
public FlowExecutor getFlowExecutor()
public void setFlowExecutor(FlowExecutor flowExecutor)
public String getExtendFlowId()
public void setExtendFlowId(String extendFlowId)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getServiceName()
Copyright © 2006–2018 TinyGroup. All rights reserved.