Package com.eka.middleware.flow
Class Scope
java.lang.Object
com.eka.middleware.flow.Scope
- All Implemented Interfaces:
FlowBasicInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getLoops()
boolean
boolean
void
process
(DataPipeline dp) void
setCondition
(String condition) void
setDisabled
(boolean disabled) void
setEvaluateCondition
(boolean evaluateCondition) void
setInvokes
(List<Api> invokes) void
void
void
setRepeats
(List<Repeat> repeats) void
void
setTcfBlocks
(List<TCFBlock> tcfBlocks) void
setTransformers
(List<Transformer> transformers) 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
-
Scope
public Scope(javax.json.JsonObject jo)
-
-
Method Details
-
process
- Throws:
SnippetException
-
getScopes
-
setScopes
-
getTcfBlocks
-
setTcfBlocks
-
getInvokes
-
setInvokes
-
getRepeats
-
setRepeats
-
getLoops
-
setLoops
-
getTransformers
-
setTransformers
-
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getCondition
-
setCondition
-
getLabel
-
setLabel
-
isEvaluateCondition
public boolean isEvaluateCondition() -
setEvaluateCondition
public void setEvaluateCondition(boolean evaluateCondition)
-