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> TermRestriction.getProperty()
           
 Property<T> PropertyRestriction.getProperty()
          Returns the property to match on.
static Property<Boolean> PropertyUtils.ofTypeBoolean(String name)
           
static Property<Enum> PropertyUtils.ofTypeEnum(String name)
           
static Property<String> PropertyUtils.ofTypeString(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<Boolean> GroupTermKeys.ACTIVE
           
static Property<Boolean> UserTermKeys.ACTIVE
           
static Property<Date> GroupTermKeys.CREATED_DATE
           
static Property<Date> UserTermKeys.CREATED_DATE
           
static Property<String> GroupTermKeys.DESCRIPTION
           
static Property<String> UserTermKeys.DISPLAY_NAME
           
static Property<String> UserTermKeys.EMAIL
           
static Property<String> UserTermKeys.EXTERNAL_ID
           
static Property<String> UserTermKeys.FIRST_NAME
           
static Property<String> UserTermKeys.LAST_NAME
           
static Property<Boolean> GroupTermKeys.LOCAL
           
static Property<String> GroupTermKeys.NAME
           
static Property<Date> GroupTermKeys.UPDATED_DATE
           
static Property<Date> UserTermKeys.UPDATED_DATE
           
static Property<String> UserTermKeys.USERNAME
           
 

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



Copyright © 2014 Atlassian. All Rights Reserved.