public class ThenCondition extends Condition
| 构造器和说明 |
|---|
ThenCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addExecutable(Executable executable) |
void |
addFinallyCondition(FinallyCondition finallyCondition) |
void |
addPreCondition(PreCondition preCondition) |
void |
executeCondition(Integer slotIndex) |
ConditionTypeEnum |
getConditionType() |
List<FinallyCondition> |
getFinallyConditionList() |
List<PreCondition> |
getPreConditionList() |
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 ConditionTypeEnum getConditionType()
getConditionType 在类中 Conditionpublic void executeCondition(Integer slotIndex) throws Exception
executeCondition 在类中 ConditionExceptionpublic void addExecutable(Executable executable)
addExecutable 在类中 Conditionpublic List<PreCondition> getPreConditionList()
public void addPreCondition(PreCondition preCondition)
public List<FinallyCondition> getFinallyConditionList()
public void addFinallyCondition(FinallyCondition finallyCondition)
Copyright © 2024. All rights reserved.