Uses of Enum
de.xima.fc.mdl.enums.EMatchCondition
Packages that use EMatchCondition
Package
Description
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EMatchCondition in de.xima.fc.entities
Methods in de.xima.fc.entities that return EMatchConditionModifier and TypeMethodDescriptionBedingung.getMatchCondition()Deprecated.Diese Methode dient dazu, die gesetzteEMatchConditionzu erhaltenMethods in de.xima.fc.entities with parameters of type EMatchConditionModifier and TypeMethodDescriptionvoidBedingung.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 -
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 EMatchConditionModifier and TypeMethodDescriptionClientAuthorizationBean.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 -
Uses of EMatchCondition in de.xima.fc.interfaces.condition
Methods in de.xima.fc.interfaces.condition that return EMatchCondition -
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 EMatchConditionModifier and TypeMethodDescriptionIPluginProfileFilterExtension.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 EMatchConditionMethods in de.xima.fc.mdl.auth.authorization with parameters of type EMatchConditionModifier and TypeMethodDescriptionvoidProfileAttributeCondition.setMatchCondition(EMatchCondition matchCondition) -
Uses of EMatchCondition in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMatchConditionModifier and TypeMethodDescriptionstatic EMatchConditionReturns 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 EMatchConditionModifier and TypeMethodDescriptionAzureAdProfileAttributeFilterExtension.getMatchConditions(IPluginProfileFilterMatchConditionGetParams params) ProfileFilterExtensionService.getMatchConditions(IProfileAttributeDescriptor attribute) -
Uses of EMatchCondition in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return EMatchConditionModifier and TypeMethodDescriptionFcMultipleConditionProps.SingleCondition.getMatchCondition()FcSwitchCaseProps.SingleCaseValue.getMatchCondition()Methods in de.xima.fc.workflow.model.nodes with parameters of type EMatchConditionModifier and TypeMethodDescriptionvoidFcMultipleConditionProps.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 EMatchConditionMethods in de.xima.fc.workflow.processor.processing with parameters of type EMatchConditionModifier and TypeMethodDescriptionbooleanSingleConditionCheck.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 EMatchConditionModifierConstructorDescriptionFormValueConditionData(String valueToCheck, EMatchCondition operator, String matchOperand) Deprecated.
ISingleConditionDatayourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object).