public class WhenCondition extends Condition
| Constructor and Description |
|---|
WhenCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCondition(Integer slotIndex) |
ConditionTypeEnum |
getConditionType() |
String |
getGroup() |
Integer |
getMaxWaitTime() |
TimeUnit |
getMaxWaitTimeUnit() |
ParallelStrategyEnum |
getParallelStrategy() |
Double |
getPercentage() |
Set<String> |
getSpecifyIdSet() |
String |
getThreadExecutorClass() |
boolean |
isIgnoreError() |
void |
setGroup(String group) |
void |
setIgnoreError(boolean ignoreError) |
void |
setMaxWaitTime(Integer maxWaitTime) |
void |
setMaxWaitTimeUnit(TimeUnit maxWaitTimeUnit) |
void |
setParallelStrategy(ParallelStrategyEnum parallelStrategy) |
void |
setPercentage(Double percentage) |
void |
setSpecifyIdSet(Set<String> specifyIdSet) |
void |
setThreadExecutorClass(String threadExecutorClass) |
addExecutable, addExecutable, execute, getAllNodeInCondition, getCurrChainId, getCurrChainName, getExecutableGroup, getExecutableList, getExecutableList, getExecutableOne, getExecuteType, getId, getTag, setCurrChainId, setExecutableList, setId, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecuteName, getItemResultMetaValue, isAccess, setCurrChainNamepublic void executeCondition(Integer slotIndex) throws Exception
executeCondition in class ConditionExceptionpublic ConditionTypeEnum getConditionType()
getConditionType in class Conditionpublic boolean isIgnoreError()
public void setIgnoreError(boolean ignoreError)
public String getGroup()
public void setGroup(String group)
public ParallelStrategyEnum getParallelStrategy()
public void setParallelStrategy(ParallelStrategyEnum parallelStrategy)
public String getThreadExecutorClass()
public void setThreadExecutorClass(String threadExecutorClass)
public Integer getMaxWaitTime()
public void setMaxWaitTime(Integer maxWaitTime)
public TimeUnit getMaxWaitTimeUnit()
public void setMaxWaitTimeUnit(TimeUnit maxWaitTimeUnit)
public Double getPercentage()
public void setPercentage(Double percentage)
Copyright © 2025. All rights reserved.