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

Packages that use Property
com.atlassian.crowd.directory.ldap   
com.atlassian.crowd.integration.rest.util   
com.atlassian.crowd.plugin.rest.util   
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.directory.ldap
 

Fields in com.atlassian.crowd.directory.ldap with type parameters of type Property
static java.util.Set<Property> QueryAnalyser.GROUP_LDAP_PROPERTIES
           
static java.util.Set<Property> QueryAnalyser.USER_LDAP_PROPERTIES
          Even though "active" is not really an LDAP field, it has been implemented as such in the past and thus we treat it as such.
 

Uses of Property in com.atlassian.crowd.integration.rest.util
 

Methods in com.atlassian.crowd.integration.rest.util that return Property
static Property SearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity)
          Converts from a PropertyEntity to a Property.
 

Methods in com.atlassian.crowd.integration.rest.util with parameters of type Property
static PropertyEntity SearchRestrictionEntityTranslator.toPropertyEntity(Property property)
          Converts from a Property to a PropertyEntity.
 

Uses of Property in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return Property
static Property SearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity)
          Converts from a PropertyEntity to a Property.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type Property
static PropertyEntity SearchRestrictionEntityTranslator.toPropertyEntity(Property property)
          Converts from a Property to a PropertyEntity.
 

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> propertyName)
           Restriction.on(UserTermKeys.USERNAME).startsWith("rob");
 

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<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> DirectoryTermKeys.ACTIVE
           
static Property<java.lang.Boolean> ApplicationTermKeys.ACTIVE
          Active flag of application.
static Property<java.lang.Boolean> UserTermKeys.ACTIVE
           
static Property<java.lang.Boolean> GroupTermKeys.ACTIVE
           
static Property<java.lang.String> AliasTermKeys.ALIAS
           
static Property<java.lang.Long> AliasTermKeys.APPLICATION_ID
           
static Property<java.util.Date> UserTermKeys.CREATED_DATE
           
static Property<java.util.Date> GroupTermKeys.CREATED_DATE
           
static Property<java.lang.Long> TokenTermKeys.DIRECTORY_ID
           
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> DirectoryTermKeys.IMPLEMENTATION_CLASS
           
static Property<java.util.Date> TokenTermKeys.LAST_ACCESSED_DATE
           
static Property<java.lang.String> UserTermKeys.LAST_NAME
           
static Property<java.lang.String> TokenTermKeys.NAME
           
static Property<java.lang.String> DirectoryTermKeys.NAME
           
static Property<java.lang.String> ApplicationTermKeys.NAME
          Name of application.
static Property<java.lang.String> GroupTermKeys.NAME
           
static Property<java.lang.Long> TokenTermKeys.RANDOM_NUMBER
           
static Property<java.lang.Enum> DirectoryTermKeys.TYPE
           
static Property<java.lang.Enum> ApplicationTermKeys.TYPE
          Type of application (ApplicationType).
static Property<java.util.Date> UserTermKeys.UPDATED_DATE
           
static Property<java.util.Date> GroupTermKeys.UPDATED_DATE
           
static Property<java.lang.String> UserTermKeys.USERNAME
           
 



Copyright © 2010 Atlassian. All Rights Reserved.