Uses of Class
com.atlassian.confluence.user.crowd.jira.search.QueryBuilder

Packages that use QueryBuilder
com.atlassian.confluence.user.crowd.jira.search   
 

Uses of QueryBuilder in com.atlassian.confluence.user.crowd.jira.search
 

Methods in com.atlassian.confluence.user.crowd.jira.search that return QueryBuilder
static QueryBuilder QueryBuilder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryBuilder[] QueryBuilder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.user.crowd.jira.search with parameters of type QueryBuilder
protected abstract  org.springframework.jdbc.core.RowMapper ReturnType.getRowMapper(QueryBuilder queryBuilder, long directoryId)
           
abstract  java.lang.String ReturnType.getSqlQuery(QueryBuilder queryBuilder, WhereClause criterion)
           
 

Constructors in com.atlassian.confluence.user.crowd.jira.search with parameters of type QueryBuilder
ConvertedMembershipQuery(long directoryId, QueryBuilder queryBuilder, ReturnType returnType, java.lang.String entityName)
           
ConvertedSearchQuery(long directoryId, QueryBuilder queryBuilder, ReturnType returnType, WhereClause criteria)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.