Package com.eka.middleware.flow
Class TCFBlock
java.lang.Object
com.eka.middleware.flow.TCFBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCATCH()
getLabel()
getTRY()
boolean
void
process
(DataPipeline dp) void
void
setCondition
(String condition) void
setDisabled
(boolean disabled) void
setFINALLY
(Scope fINALLY) void
void
-
Constructor Details
-
TCFBlock
public TCFBlock(javax.json.JsonObject jo)
-
-
Method Details
-
process
- Throws:
SnippetException
-
getTRY
-
setTRY
-
getCATCH
-
setCATCH
-
getFINALLY
-
setFINALLY
-
getLabel
-
setLabel
-
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getCondition
-
setCondition
-