Uses of Interface
com.atlassian.jira.sharing.search.ShareTypeSearchParameter

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

Uses of ShareTypeSearchParameter in com.atlassian.jira.sharing
 

Methods in com.atlassian.jira.sharing with parameters of type ShareTypeSearchParameter
 boolean ShareTypeValidatorUtils.isValidSearchParameter(JiraServiceContext ctx, ShareTypeSearchParameter searchParameter)
          Check to see if the passed SearchParameter is valid..
 

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

Classes in com.atlassian.jira.sharing.type with type parameters of type ShareTypeSearchParameter
 interface ShareQueryFactory<S extends ShareTypeSearchParameter>
          Create the indexed field and then query terms to find entities that have permissions related to a particular ShareType.
 

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

Methods in com.atlassian.jira.sharing.type with parameters of type ShareTypeSearchParameter
 boolean ShareTypeValidator.checkSearchParameter(JiraServiceContext ctx, ShareTypeSearchParameter searchParameter)
          Check to see if the passed SearchParameter is valid for the ShareType.
 org.apache.lucene.search.Query ShareQueryFactory.getQuery(ShareTypeSearchParameter parameter)
          Get the search query for all shares shares that match the passed parameter.
 org.apache.lucene.search.Query ShareQueryFactory.getQuery(ShareTypeSearchParameter parameter, com.atlassian.crowd.embedded.api.User user)
          Get the search query for the shares that can be seen by the passed user for the passed parameter.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.