Uses of Class
de.xima.fc.mdl.enums.EMatchCondition
-
Packages that use EMatchCondition Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.processing -
-
Uses of EMatchCondition in de.xima.fc.entities
Methods in de.xima.fc.entities that return EMatchCondition Modifier and Type Method Description EMatchCondition
Bedingung. getMatchCondition()
Deprecated.Diese Methode dient dazu, die gesetzteEMatchCondition
zu erhaltenMethods in de.xima.fc.entities with parameters of type EMatchCondition Modifier and Type Method Description void
Bedingung. setMatchCondition(EMatchCondition matchCondition)
Deprecated.Diese Methode dient dazu, dieEMatchCondition
für die Ausführung dieserBedingung
festzulegen, wenn auf ein Formularfeld geprüft werden soll -
Uses of EMatchCondition in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EMatchCondition Modifier and Type Method Description EMatchCondition[]
EnumBean. getEMatchCondition()
-
Uses of EMatchCondition in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMatchCondition Modifier and Type Method Description static EMatchCondition
EMatchCondition. valueOf(String name)
Returns the enum constant of this type with the specified name.static EMatchCondition[]
EMatchCondition. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EMatchCondition in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return types with arguments of type EMatchCondition Modifier and Type Method Description List<EMatchCondition>
FcMultipleConditionBean. getOrderedMatchConditions()
-
Uses of EMatchCondition in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return EMatchCondition Modifier and Type Method Description EMatchCondition
FcMultipleConditionProps.SingleCondition. getMatchCondition()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EMatchCondition Modifier and Type Method Description void
FcMultipleConditionProps.SingleCondition. setMatchCondition(EMatchCondition matchCondition)
-
Uses of EMatchCondition in de.xima.fc.workflow.processor.processing
Methods in de.xima.fc.workflow.processor.processing that return EMatchCondition Modifier and Type Method Description EMatchCondition
SingleConditionCheck.FormValueConditionData. getOperator()
Methods in de.xima.fc.workflow.processor.processing with parameters of type EMatchCondition Modifier and Type Method Description boolean
SingleConditionCheck. test(String valueToCheck, EMatchCondition operator, String matchOperand)
Tests the form condition for the given values and operand.Constructors in de.xima.fc.workflow.processor.processing with parameters of type EMatchCondition Constructor Description FormValueConditionData(String valueToCheck, EMatchCondition operator, String matchOperand)
-