Package com.eka.middleware.flow
Class Switch
java.lang.Object
com.eka.middleware.flow.Switch
- All Implemented Interfaces:
FlowBasicInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
boolean
void
process
(DataPipeline dp) void
void
setCondition
(String condition) void
setDisabled
(boolean disabled) void
void
setSwitchVariable
(String switchVariable) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.eka.middleware.service.FlowBasicInfo
getGuid, getName, getType
-
Constructor Details
-
Switch
public Switch(javax.json.JsonObject jo)
-
-
Method Details
-
process
- Throws:
SnippetException
-
setCases
-
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getCondition
-
setCondition
-
getLabel
-
setLabel
-
getSwitchVariable
-
setSwitchVariable
-