Uses of Class
com.atlassian.crowd.search.EntityDescriptor
Packages that use EntityDescriptor
Package
Description
-
Uses of EntityDescriptor in com.atlassian.crowd.search
Methods in com.atlassian.crowd.search that return EntityDescriptorModifier and TypeMethodDescriptionstatic EntityDescriptorEntityDescriptor.alias()static EntityDescriptorEntityDescriptor.application()static EntityDescriptorEntityDescriptor.directory()static EntityDescriptorEntityDescriptor.group()static EntityDescriptorstatic EntityDescriptorEntityDescriptor.role()Deprecated.static EntityDescriptorEntityDescriptor.token()static EntityDescriptorEntityDescriptor.user() -
Uses of EntityDescriptor in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder with parameters of type EntityDescriptorModifier and TypeMethodDescriptionQueryBuilder.PartialEntityQuery.childrenOf(EntityDescriptor entityToMatch) QueryBuilder.PartialEntityQueryWithRestriction.childrenOf(EntityDescriptor entityToMatch) static <T> MembershipQuery<T>QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, SearchRestriction searchRestriction, String... namesToMatch) static <T> MembershipQuery<T>QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, String nameToMatch) Deprecated.static <T> MembershipQuery<T>QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, String... namesToMatch) Deprecated.QueryBuilder.PartialEntityQuery.parentsOf(EntityDescriptor entityToMatch) QueryBuilder.PartialEntityQueryWithRestriction.parentsOf(EntityDescriptor entityToMatch) static <T> QueryBuilder.PartialEntityQuery<T>QueryBuilder.queryFor(Class<T> returnType, EntityDescriptor entity) static <T> EntityQuery<T>QueryBuilder.queryFor(Class<T> returnType, EntityDescriptor entity, SearchRestriction searchRestriction, int startIndex, int maxResults) Constructors in com.atlassian.crowd.search.builder with parameters of type EntityDescriptorModifierConstructorDescriptionPartialEntityQuery(Class<T> returnType, EntityDescriptor entity) PartialEntityQueryWithRestriction(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction) PartialEntityQueryWithStartIndex(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction, int startIndex) PartialMembershipQueryWithEntityToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers) PartialMembershipQueryWithEntityToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, SearchRestriction searchRestriction) PartialMembershipQueryWithNameToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, SearchRestriction searchRestriction, String... namesToMatch) PartialMembershipQueryWithNameToMatch(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, String nameToMatch) PartialMembershipQueryWithStartIndex(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, int startIndex, SearchRestriction searchRestriction, String... namesToMatch) PartialMembershipQueryWithStartIndex(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, String nameToMatch, int startIndex) -
Uses of EntityDescriptor in com.atlassian.crowd.search.query.entity
Methods in com.atlassian.crowd.search.query.entity that return EntityDescriptorConstructors in com.atlassian.crowd.search.query.entity with parameters of type EntityDescriptorModifierConstructorDescriptionEntityQuery(Class<T> returnType, EntityDescriptor entityDescriptor, SearchRestriction searchRestriction, int startIndex, int maxResults) -
Uses of EntityDescriptor in com.atlassian.crowd.search.query.membership
Methods in com.atlassian.crowd.search.query.membership that return EntityDescriptorModifier and TypeMethodDescriptionMembershipQuery.getEntityToMatch()MembershipQuery.getEntityToReturn()Methods in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptorModifier and TypeMethodDescriptionMembershipQuery.withEntityToReturn(EntityDescriptor entityToReturn) Constructors in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptorModifierConstructorDescriptionGroupMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) GroupMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults) GroupMembersOfGroupQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) GroupMembersOfGroupQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults) MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, Collection<String> entityNamesToMatch) MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults) Deprecated.MembershipQuery(Class<T> returnType, boolean findChildren, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction) UserMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) UserMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults) UserMembersOfGroupQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults, SearchRestriction searchRestriction, String... entityNamesToMatch) UserMembersOfGroupQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
QueryBuilder.createMembershipQuery(int, int, boolean, EntityDescriptor, Class, EntityDescriptor, String...)instead.