| Constructor and Description |
|---|
FlowImpl() |
| Modifier and Type | Method and Description |
|---|---|
static Flow |
fromXml(org.w3c.dom.Node xml) |
CodeFormat |
getCodeFormat() |
Collector |
getCollector() |
DataFormat |
getDataFormat() |
java.lang.String |
getEntityName() |
java.lang.String |
getFlowDbPath() |
MainPlugin |
getMain() |
java.lang.String |
getName() |
FlowType |
getType() |
static Flow |
loadFromFile(java.io.File file) |
java.lang.String |
serialize()
Serializes the flow into an xml string
|
void |
setCodeFormat(CodeFormat codeFormat) |
void |
setCollector(Collector collector) |
void |
setDataFormat(DataFormat dataFormat) |
void |
setEntityName(java.lang.String entityName) |
void |
setMain(MainPlugin main) |
void |
setName(java.lang.String name) |
void |
setType(FlowType type) |
java.util.Properties |
toProperties() |
public void setEntityName(java.lang.String entityName)
setEntityName in interface Flowpublic java.lang.String getEntityName()
getEntityName in interface Flowpublic void setDataFormat(DataFormat dataFormat)
setDataFormat in interface Flowpublic DataFormat getDataFormat()
getDataFormat in interface Flowpublic void setCodeFormat(CodeFormat codeFormat)
setCodeFormat in interface Flowpublic CodeFormat getCodeFormat()
getCodeFormat in interface Flowpublic Collector getCollector()
getCollector in interface Flowpublic void setCollector(Collector collector)
setCollector in interface Flowpublic MainPlugin getMain()
public void setMain(MainPlugin main)
public java.lang.String serialize()
public java.util.Properties toProperties()
toProperties in interface Flowpublic static Flow loadFromFile(java.io.File file)
public static Flow fromXml(org.w3c.dom.Node xml)
public java.lang.String getFlowDbPath()
getFlowDbPath in interface Flow