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.processing -
-
Uses of EMatchCondition in de.xima.fc.entities
Methods in de.xima.fc.entities that return EMatchCondition Modifier and Type Method Description EMatchConditionBedingung. getMatchCondition()Deprecated.Diese Methode dient dazu, die gesetzteEMatchConditionzu erhaltenMethods in de.xima.fc.entities with parameters of type EMatchCondition Modifier and Type Method Description voidBedingung. setMatchCondition(EMatchCondition matchCondition)Deprecated.Diese Methode dient dazu, dieEMatchConditionfür die Ausführung dieserBedingungfestzulegen, 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 EMatchConditionISingleConditionData. 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 EMatchConditionProfileAttributeCondition. getMatchCondition()Methods in de.xima.fc.mdl.auth.authorization with parameters of type EMatchCondition Modifier and Type Method Description voidProfileAttributeCondition. 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 EMatchConditionEMatchCondition. 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 EMatchConditionFcMultipleConditionProps.SingleCondition. getMatchCondition()EMatchConditionFcSwitchCaseProps.SingleCaseValue. getMatchCondition()Methods in de.xima.fc.workflow.model.nodes with parameters of type EMatchCondition Modifier and Type Method Description voidFcMultipleConditionProps.SingleCondition. setMatchCondition(EMatchCondition matchCondition)voidFcSwitchCaseProps.SingleCaseValue. 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 EMatchConditionSingleConditionCheck.FormValueConditionData. getOperator()Methods in de.xima.fc.workflow.processor.processing with parameters of type EMatchCondition Modifier and Type Method Description booleanSingleConditionCheck. 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.ImplementISingleConditionDatayourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object).
-