Uses of Class
com.atlassian.crowd.search.query.entity.restriction.MatchMode

Packages that use MatchMode
com.atlassian.crowd.search.query.entity.restriction   
 

Uses of MatchMode in com.atlassian.crowd.search.query.entity.restriction
 

Methods in com.atlassian.crowd.search.query.entity.restriction that return MatchMode
 MatchMode TermRestriction.getMatchMode()
           
 MatchMode PropertyRestriction.getMatchMode()
          Returns the mode to match a property.
static MatchMode MatchMode.valueOf(java.lang.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.
 

Constructors in com.atlassian.crowd.search.query.entity.restriction with parameters of type MatchMode
TermRestriction(Property<T> property, MatchMode matchMode, T value)
          Constructs a restriction based on an entity property value and match mode.
 



Copyright © 2012 Atlassian. All Rights Reserved.