Package com.eka.middleware.flow
Class IfElse
java.lang.Object
com.eka.middleware.flow.IfElse
- All Implemented Interfaces:
- FlowBasicInfo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCases()getLabel()booleanvoidprocess(DataPipeline dp) voidvoidsetCondition(String condition) voidsetDisabled(boolean disabled) voidMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.eka.middleware.service.FlowBasicInfogetGuid, getName, getType
- 
Constructor Details- 
IfElsepublic IfElse(javax.json.JsonObject jo) 
 
- 
- 
Method Details- 
process- Throws:
- SnippetException
 
- 
getCases
- 
setCases
- 
isDisabledpublic boolean isDisabled()
- 
setDisabledpublic void setDisabled(boolean disabled) 
- 
getCondition
- 
setCondition
- 
getLabel
- 
setLabel
 
-