Uses of Interface
com.atlassian.jira.sharing.type.ShareQueryFactory

Packages that use ShareQueryFactory
com.atlassian.jira.sharing.type   
 

Uses of ShareQueryFactory in com.atlassian.jira.sharing.type
 

Classes in com.atlassian.jira.sharing.type that implement ShareQueryFactory
 class GlobalShareQueryFactory
          Implementation of the ShareQueryFactory for the Global share type.
 class GroupShareQueryFactory
           
 class PrivateShareQueryFactory
          Special ShareQueryFactory for the implied Private share type.
 class ProjectShareQueryFactory
           
 

Methods in com.atlassian.jira.sharing.type that return ShareQueryFactory
 ShareQueryFactory<? extends ShareTypeSearchParameter> AbstractShareType.getQueryFactory()
           
 ShareQueryFactory<? extends ShareTypeSearchParameter> ShareType.getQueryFactory()
          Return the object that can be used to build query conditions to find instances of this ShareType.
 

Constructors in com.atlassian.jira.sharing.type with parameters of type ShareQueryFactory
AbstractShareType(ShareType.Name type, boolean singleton, int priority, ShareTypeRenderer renderer, ShareTypeValidator validator, ShareTypePermissionChecker permissionChecker, ShareQueryFactory<? extends ShareTypeSearchParameter> queryFactory, Comparator<SharePermission> comparator)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.