|
||||||||||
| 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()
|
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,
java.lang.Class<T> returnType,
EntityDescriptor entityToMatch,
java.lang.String nameToMatch)
|
|
QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> |
QueryBuilder.PartialEntityQuery.parentsOf(EntityDescriptor entityToMatch)
|
|
static
|
QueryBuilder.queryFor(java.lang.Class<T> returnType,
EntityDescriptor entity)
|
|
static
|
QueryBuilder.queryFor(java.lang.Class<T> returnType,
EntityDescriptor entity,
SearchRestriction searchRestriction,
int startIndex,
int maxResults)
|
|
| Constructors in com.atlassian.crowd.search.builder with parameters of type EntityDescriptor | |
|---|---|
QueryBuilder.PartialEntityQuery(java.lang.Class<T> returnType,
EntityDescriptor entity)
|
|
QueryBuilder.PartialEntityQueryWithRestriction(java.lang.Class<T> returnType,
EntityDescriptor entity,
SearchRestriction restriction)
|
|
QueryBuilder.PartialEntityQueryWithStartIndex(java.lang.Class<T> returnType,
EntityDescriptor entity,
SearchRestriction restriction,
int startIndex)
|
|
QueryBuilder.PartialMembershipQueryWithEntityToMatch(java.lang.Class<T> returnType,
EntityDescriptor entityToReturn,
EntityDescriptor entityToMatch,
boolean findMembers)
|
|
QueryBuilder.PartialMembershipQueryWithNameToMatch(java.lang.Class<T> returnType,
EntityDescriptor entityToReturn,
EntityDescriptor entityToMatch,
boolean findMembers,
java.lang.String nameToMatch)
|
|
QueryBuilder.PartialMembershipQueryWithStartIndex(java.lang.Class<T> returnType,
EntityDescriptor entityToReturn,
EntityDescriptor entityToMatch,
boolean findMembers,
java.lang.String nameToMatch,
int startIndex)
|
|
| 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(java.lang.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 EntityDescriptor | |
|---|---|
EntityDescriptor |
MembershipQuery.getEntityToMatch()
|
EntityDescriptor |
MembershipQuery.getEntityToReturn()
|
| Constructors in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptor | |
|---|---|
GroupMembershipQuery(java.lang.Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
java.lang.String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
GroupMembersOfGroupQuery(java.lang.Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
java.lang.String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
MembershipQuery(java.lang.Class<T> returnType,
boolean findChildren,
EntityDescriptor entityToMatch,
java.lang.String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
UserMembershipQuery(java.lang.Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
java.lang.String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
UserMembersOfGroupQuery(java.lang.Class<T> returnType,
boolean findMembers,
EntityDescriptor entityToMatch,
java.lang.String entityNameToMatch,
EntityDescriptor entityToReturn,
int startIndex,
int maxResults)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||