public class GroupShareQueryFactory extends Object implements ShareQueryFactory<GroupShareTypeSearchParameter>
| Constructor and Description |
|---|
GroupShareQueryFactory(GroupManager groupManager) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.document.Field |
getField(SharedEntity entity,
SharePermission permission)
Get the Field we will later search for.
|
org.apache.lucene.search.Query |
getQuery(ShareTypeSearchParameter searchParameter)
Get the search query for all shares shares that match the passed parameter.
|
org.apache.lucene.search.Query |
getQuery(ShareTypeSearchParameter searchParameter,
ApplicationUser user)
Get the search query for the shares that can be seen by the passed user for the passed parameter.
|
org.apache.lucene.index.Term[] |
getTerms(ApplicationUser user)
Get the search terms for the shares that can be seen by the passed user.
|
public GroupShareQueryFactory(GroupManager groupManager)
public org.apache.lucene.search.Query getQuery(ShareTypeSearchParameter searchParameter, ApplicationUser user)
ShareQueryFactorygetQuery in interface ShareQueryFactory<GroupShareTypeSearchParameter>searchParameter - the parameters for the search.user - the user to perform the search on behalf of.public org.apache.lucene.search.Query getQuery(ShareTypeSearchParameter searchParameter)
ShareQueryFactorygetQuery in interface ShareQueryFactory<GroupShareTypeSearchParameter>searchParameter - the parameters for the search.public org.apache.lucene.index.Term[] getTerms(ApplicationUser user)
ShareQueryFactorygetTerms in interface ShareQueryFactory<GroupShareTypeSearchParameter>user - the user to perform the search on behalf of.public org.apache.lucene.document.Field getField(SharedEntity entity, SharePermission permission)
ShareQueryFactorygetField in interface ShareQueryFactory<GroupShareTypeSearchParameter>Copyright © 2002-2017 Atlassian. All Rights Reserved.