Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.Property
Package
Description
-
Uses of Property in com.atlassian.crowd.directory.ldap
Modifier 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
Modifier and TypeMethodDescriptionstatic Property
SearchRestrictionEntityTranslator.toProperty
(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.Modifier and TypeMethodDescriptionstatic PropertyEntity
SearchRestrictionEntityTranslator.toPropertyEntity
(Property property) Converts from a Property to a PropertyEntity. -
Uses of Property in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic Property
SearchRestrictionEntityTranslator.toProperty
(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.Modifier and TypeMethodDescriptionstatic PropertyEntity
SearchRestrictionEntityTranslator.toPropertyEntity
(Property property) Converts from a Property to a PropertyEntity. -
Uses of Property in com.atlassian.crowd.search.builder
Modifier and TypeMethodDescriptionstatic <T> Restriction.RestrictionWithProperty<T>
Returns an intermediate form of a property restriction. -
Uses of Property in com.atlassian.crowd.search.query.entity
Modifier 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
Modifier and TypeMethodDescriptionPropertyRestriction.getProperty()
Returns the property to match on.TermRestriction.getProperty()
PropertyUtils.ofTypeBoolean
(String name) PropertyUtils.ofTypeEnum
(String name) PropertyUtils.ofTypeString
(String name) ModifierConstructorDescriptionTermRestriction
(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
Modifier 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
Modifier and TypeFieldDescriptionGroupTermKeys.ALL_GROUP_PROPERTIES
UserTermKeys.ALL_USER_PROPERTIES