Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.Property
Packages that use Property
Package
Description
-
Uses of Property in com.atlassian.crowd.directory.ldap
Fields in com.atlassian.crowd.directory.ldap with type parameters of type PropertyModifier and TypeFieldDescriptionQueryAnalyser.GROUP_LDAP_PROPERTIES
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 PropertyModifier and TypeMethodDescriptionstatic Property
SearchRestrictionEntityTranslator.toProperty
(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.Methods in com.atlassian.crowd.integration.rest.util with parameters of type PropertyModifier and TypeMethodDescriptionstatic 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 PropertyModifier and TypeMethodDescriptionstatic Property
SearchRestrictionEntityTranslator.toProperty
(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type PropertyModifier and TypeMethodDescriptionstatic 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 PropertyModifier and TypeMethodDescriptionstatic <T> Restriction.RestrictionWithProperty<T>
Returns an intermediate form of a property restriction.Constructors in com.atlassian.crowd.search.builder with parameters of type 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 PropertyModifier and TypeMethodDescriptionstatic PropertyTypeServiceImpl
PropertyTypeServiceImpl.newInstance
(Iterable<Property<?>> properties) Creates a new instance ofPropertyTypeServiceImpl</tt> from a collection of <tt>Property
. -
Uses of Property in com.atlassian.crowd.search.query.entity.restriction
Classes in com.atlassian.crowd.search.query.entity.restriction that implement PropertyMethods in com.atlassian.crowd.search.query.entity.restriction that return PropertyModifier and TypeMethodDescriptionPropertyRestriction.getProperty()
Returns the property to match on.TermRestriction.getProperty()
PropertyUtils.ofTypeBoolean
(String name) PropertyUtils.ofTypeEnum
(String name) PropertyUtils.ofTypeString
(String name) Constructors in com.atlassian.crowd.search.query.entity.restriction with parameters of type PropertyModifierConstructorDescriptionTermRestriction
(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 PropertyModifier and TypeFieldDescriptionApplicationTermKeys.ACTIVE
Active flag of application.DirectoryTermKeys.ACTIVE
Active flag for directory.GroupTermKeys.ACTIVE
UserTermKeys.ACTIVE
AliasTermKeys.ALIAS
Alias for a user.AliasTermKeys.APPLICATION_ID
Application ID.GroupTermKeys.CREATED_DATE
UserTermKeys.CREATED_DATE
GroupTermKeys.DESCRIPTION
TokenTermKeys.DIRECTORY_ID
Directory ID associated with token.UserTermKeys.DISPLAY_NAME
UserTermKeys.EMAIL
GroupTermKeys.EXTERNAL_ID
UserTermKeys.EXTERNAL_ID
UserTermKeys.FIRST_NAME
DirectoryTermKeys.IMPLEMENTATION_CLASS
Implementation class for directory.TokenTermKeys.LAST_ACCESSED_TIME
Date the token was last accessed in millisecondsUserTermKeys.LAST_NAME
GroupTermKeys.LOCAL
ApplicationTermKeys.NAME
Name of application.DirectoryTermKeys.NAME
Name of directory.GroupTermKeys.NAME
TokenTermKeys.NAME
Username or application name associated with token.TokenTermKeys.RANDOM_NUMBER
Random number associated with token.ApplicationTermKeys.TYPE
Type of application (ApplicationType
).DirectoryTermKeys.TYPE
Type of directory.GroupTermKeys.UPDATED_DATE
UserTermKeys.UPDATED_DATE
UserTermKeys.USERNAME
Fields in com.atlassian.crowd.search.query.entity.restriction.constants with type parameters of type PropertyModifier and TypeFieldDescriptionGroupTermKeys.ALL_GROUP_PROPERTIES
UserTermKeys.ALL_USER_PROPERTIES