Package com.eka.middleware.flow
Class TCFBlock
java.lang.Object
com.eka.middleware.flow.TCFBlock
- All Implemented Interfaces:
- FlowBasicInfo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCATCH()getLabel()getTRY()booleanvoidprocess(DataPipeline dp) voidvoidsetCondition(String condition) voidsetDisabled(boolean disabled) voidsetFINALLY(Scope fINALLY) voidvoidMethods 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- 
TCFBlockpublic TCFBlock(javax.json.JsonObject jo) 
 
- 
- 
Method Details- 
process- Throws:
- SnippetException
 
- 
getTRY
- 
setTRY
- 
getCATCH
- 
setCATCH
- 
getFINALLY
- 
setFINALLY
- 
getLabel
- 
setLabel
- 
isDisabledpublic boolean isDisabled()
- 
setDisabledpublic void setDisabled(boolean disabled) 
- 
getCondition
- 
setCondition
 
-