public class ThenCondition extends Condition
| Constructor and Description |
|---|
ThenCondition() |
| Modifier and Type | Method and Description |
|---|---|
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 in class Conditionpublic void executeCondition(Integer slotIndex) throws Exception
executeCondition in class ConditionExceptionpublic void addExecutable(Executable executable)
addExecutable in class Conditionpublic List<PreCondition> getPreConditionList()
public void addPreCondition(PreCondition preCondition)
public List<FinallyCondition> getFinallyConditionList()
public void addFinallyCondition(FinallyCondition finallyCondition)
Copyright © 2025. All rights reserved.