Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.Property

Packages that use Property
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.query.entity.restriction   
com.atlassian.crowd.search.query.entity.restriction.constants   
 

Uses of Property in com.atlassian.crowd.search.builder
 

Methods in com.atlassian.crowd.search.builder with parameters of type Property
static
<T> Restriction.RestrictionWithProperty<T>
Restriction.on(Property<T> property)
          Returns an intermediate form of a property restriction.
 

Constructors in com.atlassian.crowd.search.builder with parameters of type Property
Restriction.RestrictionWithProperty(Property<T> property)
           
 

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

Classes in com.atlassian.crowd.search.query.entity.restriction that implement Property
 class PropertyImpl<V>
           
 

Methods in com.atlassian.crowd.search.query.entity.restriction that return Property
 Property<T> PropertyRestriction.getProperty()
          Returns the property to match on.
 Property<T> TermRestriction.getProperty()
           
static Property<java.lang.Boolean> PropertyUtils.ofTypeBoolean(java.lang.String name)
           
static Property<java.lang.Enum> PropertyUtils.ofTypeEnum(java.lang.String name)
           
static Property<java.lang.String> PropertyUtils.ofTypeString(java.lang.String name)
           
 

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

Uses of Property in com.atlassian.crowd.search.query.entity.restriction.constants
 

Fields in com.atlassian.crowd.search.query.entity.restriction.constants declared as Property
static Property<java.lang.Boolean> GroupTermKeys.ACTIVE
           
static Property<java.lang.Boolean> UserTermKeys.ACTIVE
           
static Property<java.util.Date> GroupTermKeys.CREATED_DATE
           
static Property<java.util.Date> UserTermKeys.CREATED_DATE
           
static Property<java.lang.String> UserTermKeys.DISPLAY_NAME
           
static Property<java.lang.String> UserTermKeys.EMAIL
           
static Property<java.lang.String> UserTermKeys.FIRST_NAME
           
static Property<java.lang.String> UserTermKeys.LAST_NAME
           
static Property<java.lang.Boolean> GroupTermKeys.LOCAL
           
static Property<java.lang.String> GroupTermKeys.NAME
           
static Property<java.util.Date> GroupTermKeys.UPDATED_DATE
           
static Property<java.util.Date> UserTermKeys.UPDATED_DATE
           
static Property<java.lang.String> UserTermKeys.USERNAME
           
 

Fields in com.atlassian.crowd.search.query.entity.restriction.constants with type parameters of type Property
static java.lang.Iterable<Property<?>> GroupTermKeys.ALL_GROUP_PROPERTIES
           
static java.lang.Iterable<Property<?>> UserTermKeys.ALL_USER_PROPERTIES
           
 



Copyright © 2013 Atlassian. All Rights Reserved.