public class WhenCondition extends Condition
| 构造器和说明 |
|---|
WhenCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
executeCondition(Integer slotIndex) |
ConditionTypeEnum |
getConditionType() |
String |
getGroup() |
Integer |
getMaxWaitTime() |
TimeUnit |
getMaxWaitTimeUnit() |
ParallelStrategyEnum |
getParallelStrategy() |
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 |
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 在类中 ConditionExceptionpublic ConditionTypeEnum getConditionType()
getConditionType 在类中 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)
Copyright © 2024. All rights reserved.