Package com.eka.middleware.flow
Class Await
java.lang.Object
com.eka.middleware.flow.Await
- All Implemented Interfaces:
- FlowBasicInfo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetLabel()booleanvoidprocess(DataPipeline dp) voidsetCondition(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- 
Awaitpublic Await(javax.json.JsonObject jo) 
 
- 
- 
Method Details- 
process- Throws:
- SnippetException
 
- 
isDisabledpublic boolean isDisabled()
- 
setDisabledpublic void setDisabled(boolean disabled) 
- 
getCondition
- 
setCondition
- 
getLabel
- 
setLabel
 
-