Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
Packages that use PropertyRestriction
Package
Description
-
Uses of PropertyRestriction in com.atlassian.crowd.search
Methods in com.atlassian.crowd.search with parameters of type PropertyRestrictionModifier and TypeMethodDescriptionprotected abstract SearchRestrictionSearchRestrictionVisitor.visitPropertyRestriction(PropertyRestriction restriction) -
Uses of PropertyRestriction in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder that return PropertyRestrictionModifier and TypeMethodDescriptionRestriction.RestrictionWithProperty.containing(T value) Returns a property restriction that is only satisfied if the value of the property contains the given value.Restriction.RestrictionWithProperty.endingWith(T value) Returns a property restriction that is only satisfied if the value of the property ends with the given value.Restriction.RestrictionWithProperty.exactlyMatching(T value) Returns a property restriction that is only satisfied if the value of the property exactly matches the given value.Restriction.RestrictionWithProperty.greaterThan(T value) Returns a property restriction that is only satisfied if the value of the property is greater than the given value.Restriction.RestrictionWithProperty.greaterThanOrEqual(T value) Returns a property restriction that is only satisfied if the value of the property is greater than or equal to the given value.Restriction.RestrictionWithProperty.isNull()Returns a property restriction that is only satisfied if the value of the property is null.Returns a property restriction that is only satisfied if the value of the property is less than the given value.Restriction.RestrictionWithProperty.lessThanOrEqual(T value) Returns a property restriction that is only satisfied if the value of the property is less than or equal to the given value.Restriction.RestrictionWithProperty.startingWith(T value) Returns a property restriction that is only satisfied if the value of the property starts with the given value. -
Uses of PropertyRestriction in com.atlassian.crowd.search.query.entity.restriction
Classes in com.atlassian.crowd.search.query.entity.restriction that implement PropertyRestriction