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.gui.bean.user de.xima.fc.gui.common.bean de.xima.fc.interfaces.condition de.xima.fc.interfaces.plugin.retval.auth.filter de.xima.fc.mdl.auth.authorization de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.authorization.filter de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory 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.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type EMatchCondition Modifier and Type Method Description List<EMatchCondition>
ClientAuthorizationBean. getOrderedMatchConditions(IProfileAttributeDescriptor attribute)
-
Uses of EMatchCondition in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return types with arguments of type EMatchCondition Modifier and Type Method Description List<EMatchCondition>
ABooleanExpressionBean. getOrderedMatchConditions()
-
Uses of EMatchCondition in de.xima.fc.interfaces.condition
Methods in de.xima.fc.interfaces.condition that return EMatchCondition Modifier and Type Method Description EMatchCondition
ISingleConditionData. getOperator()
-
Uses of EMatchCondition in de.xima.fc.interfaces.plugin.retval.auth.filter
Methods in de.xima.fc.interfaces.plugin.retval.auth.filter that return types with arguments of type EMatchCondition Modifier and Type Method Description List<EMatchCondition>
IPluginProfileFilterExtension. getMatchConditions(IPluginProfileFilterMatchConditionGetParams params)
Returns a list of available match conditions for single (atomic) filter based on the filter attribute (left-hand side) and client (IClientDescriptor
). -
Uses of EMatchCondition in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return EMatchCondition Modifier and Type Method Description EMatchCondition
ProfileAttributeCondition. getMatchCondition()
Methods in de.xima.fc.mdl.auth.authorization with parameters of type EMatchCondition Modifier and Type Method Description void
ProfileAttributeCondition. setMatchCondition(EMatchCondition matchCondition)
-
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.security.authorization.filter
Methods in de.xima.fc.security.authorization.filter that return types with arguments of type EMatchCondition Modifier and Type Method Description List<EMatchCondition>
AzureAdProfileAttributeFilterExtension. getMatchConditions(IPluginProfileFilterMatchConditionGetParams params)
List<EMatchCondition>
ProfileFilterExtensionService. getMatchConditions(IProfileAttributeDescriptor attribute)
-
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
FcSwitchCaseProps.SingleCaseValue. getMatchCondition()
EMatchCondition
SingleCondition. getMatchCondition()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EMatchCondition Modifier and Type Method Description void
FcSwitchCaseProps.SingleCaseValue. setMatchCondition(EMatchCondition matchCondition)
void
SingleCondition. setMatchCondition(EMatchCondition matchCondition)
-
Uses of EMatchCondition in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type EMatchCondition Modifier and Type Method Description ISingleConditionBuilder
ISingleConditionBuilder. matchCondition(EMatchCondition matchCondition)
Sets the match condition to use for the comparison, that compares the left-hand side and right-hand side. -
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)
Deprecated.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)
Deprecated.ImplementISingleConditionData
yourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object)
.
-