|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityDescriptor | |
|---|---|
| com.atlassian.crowd.search | |
| com.atlassian.crowd.search.builder | |
| com.atlassian.crowd.search.query.entity | |
| com.atlassian.crowd.search.query.membership | |
| Uses of EntityDescriptor in com.atlassian.crowd.search |
|---|
| Methods in com.atlassian.crowd.search that return EntityDescriptor | |
|---|---|
static EntityDescriptor |
EntityDescriptor.alias()
|
static EntityDescriptor |
EntityDescriptor.application()
|
static EntityDescriptor |
EntityDescriptor.directory()
|
static EntityDescriptor |
EntityDescriptor.group()
|
static EntityDescriptor |
EntityDescriptor.group(GroupType groupType)
|
static EntityDescriptor |
EntityDescriptor.role()
Deprecated. |
static EntityDescriptor |
EntityDescriptor.token()
|
static EntityDescriptor |
EntityDescriptor.user()
|
| Uses of EntityDescriptor in com.atlassian.crowd.search.builder |
|---|
| Methods in com.atlassian.crowd.search.builder with parameters of type EntityDescriptor | ||
|---|---|---|
QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> |
QueryBuilder.PartialEntityQuery.childrenOf(EntityDescriptor entityToMatch)
|
|
static
|
QueryBuilder.createMembershipQuery(int maxResults,
int startIndex,
boolean findMembers,
EntityDescriptor entityToReturn,
Class<T> returnType,
EntityDescriptor entityToMatch,
String nameToMatch)
|
|
QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> |
QueryBuilder.PartialEntityQuery.parentsOf(EntityDescriptor entityToMatch)
|
|
static
|
QueryBuilder.queryFor(Class<T> returnType,
EntityDescriptor entity)
|
|
static
|
QueryBuilder.queryFor(Class<T> returnType,
EntityDescriptor entity,
com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction,
int startIndex,
int maxResults)
|
|
| Uses of EntityDescriptor in com.atlassian.crowd.search.query.entity |
|---|
| Methods in com.atlassian.crowd.search.query.entity that return EntityDescriptor | |
|---|---|
EntityDescriptor |
EntityQuery.getEntityDescriptor()
|
| Constructors in com.atlassian.crowd.search.query.entity with parameters of type EntityDescriptor | |
|---|---|
EntityQuery(Class<T> returnType,
EntityDescriptor entityDescriptor,
com.atlassian.crowd.embedded.api.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 EntityDescriptor | |
|---|---|
EntityDescriptor |
MembershipQuery.getEntityToMatch()
|
EntityDescriptor |
MembershipQuery.getEntityToReturn()
|
| Constructors in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptor | |
|---|---|
GroupMembershipQuery(Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
GroupMembersOfGroupQuery(Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
MembershipQuery(Class<T> returnType,
boolean findChildren,
EntityDescriptor entityToMatch,
String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
UserMembershipQuery(Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
UserMembersOfGroupQuery(Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||