Uses of Enum Class
com.atlassian.crowd.search.query.entity.restriction.MatchMode
Packages that use MatchMode
-
Uses of MatchMode in com.atlassian.crowd.search.query.entity.restriction
Methods in com.atlassian.crowd.search.query.entity.restriction that return MatchModeModifier and TypeMethodDescriptionPropertyRestriction.getMatchMode()Returns the mode to match a property.final MatchModeTermRestriction.getMatchMode()static MatchModeReturns the enum constant of this class with the specified name.static MatchMode[]MatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.crowd.search.query.entity.restriction with parameters of type MatchModeModifierConstructorDescriptionTermRestriction(Property<T> property, MatchMode matchMode, T value) Constructs a restriction based on an entity property value and match mode.