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   
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> 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
 

Method parameters in com.atlassian.crowd.search.query.entity with type arguments of type Property
static PropertyTypeServiceImpl PropertyTypeServiceImpl.newInstance(java.lang.Iterable<Property<?>> properties)
          Creates a new instance of PropertyTypeServiceImpl from a collection of 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> UserTermKeys.ACTIVE
           
static Property<java.lang.Boolean> GroupTermKeys.ACTIVE
           
static Property<java.lang.Boolean> DirectoryTermKeys.ACTIVE
          Active flag for directory.
static Property<java.lang.Boolean> ApplicationTermKeys.ACTIVE
          Active flag of application.
static Property<java.lang.String> AliasTermKeys.ALIAS
          Alias for a user.
static Property<java.lang.Long> AliasTermKeys.APPLICATION_ID
          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
          Directory ID associated with token.
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
          Implementation class for directory.
static Property<java.util.Date> TokenTermKeys.LAST_ACCESSED_DATE
          Date the token was last accessed.
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.lang.String> TokenTermKeys.NAME
          Username or application name associated with token.
static Property<java.lang.String> DirectoryTermKeys.NAME
          Name of directory.
static Property<java.lang.String> ApplicationTermKeys.NAME
          Name of application.
static Property<java.lang.Long> TokenTermKeys.RANDOM_NUMBER
          Random number associated with token.
static Property<java.lang.Enum> DirectoryTermKeys.TYPE
          Type of directory.
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
           
 

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 © 2012 Atlassian. All Rights Reserved.