Package com.eka.middleware.flow
Class Repeat
java.lang.Object
com.eka.middleware.flow.Repeat
- All Implemented Interfaces:
FlowBasicInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
action
(DataPipeline dp) int
getLoops()
int
boolean
boolean
void
process
(DataPipeline dp) void
setCondition
(String condition) void
setContinueOnError
(boolean continueOnError) void
setDisabled
(boolean disabled) void
setInterval
(int interval) void
setInvokes
(List<Api> invokes) void
void
setRepeats
(List<Repeat> repeats) void
setRepeatTimes
(int repeatTimes) 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
-
Repeat
public Repeat(javax.json.JsonObject jo)
-
-
Method Details
-
process
- Throws:
SnippetException
-
action
- Throws:
SnippetException
-
getScopes
-
setScopes
-
getTcfBlocks
-
setTcfBlocks
-
getInvokes
-
setInvokes
-
getRepeats
-
setRepeats
-
getLoops
-
setLoops
-
getTransformers
-
setTransformers
-
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getInterval
public int getInterval() -
setInterval
public void setInterval(int interval) -
isContinueOnError
public boolean isContinueOnError() -
setContinueOnError
public void setContinueOnError(boolean continueOnError) -
getRepeatTimes
public int getRepeatTimes() -
setRepeatTimes
public void setRepeatTimes(int repeatTimes) -
getCondition
-
setCondition
-