Package | Description |
---|---|
com.atlassian.crowd.search.query.entity.restriction |
Modifier and Type | Method and Description |
---|---|
MatchMode |
PropertyRestriction.getMatchMode()
Returns the mode to match a property.
|
MatchMode |
TermRestriction.getMatchMode() |
static MatchMode |
MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchMode[] |
MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TermRestriction(Property<T> property,
MatchMode matchMode,
T value)
Constructs a restriction based on an entity property value and match mode.
|
Copyright © 2020 Atlassian. All rights reserved.