Uses of Class
com.atlassian.greenhopper.model.query.ClauseToAdd

Packages that use ClauseToAdd
com.atlassian.greenhopper.model.query   
com.atlassian.greenhopper.service.rapid   
com.atlassian.greenhopper.service.sprint   
com.atlassian.greenhopper.web.rapid.work   
 

Uses of ClauseToAdd in com.atlassian.greenhopper.model.query
 

Methods in com.atlassian.greenhopper.model.query that return ClauseToAdd
static ClauseToAdd ClauseToAdd.clauseToAdd(com.atlassian.query.clause.Clause clause)
           
static ClauseToAdd ClauseToAdd.noClauseToAdd()
           
 

Methods in com.atlassian.greenhopper.model.query with parameters of type ClauseToAdd
static com.atlassian.jira.jql.builder.JqlQueryBuilder QueryUtils.addClauses(com.atlassian.jira.jql.builder.JqlQueryBuilder builder, ClauseToAdd... clauses)
          Add a series of Clauses to a Query
static com.atlassian.jira.jql.builder.JqlQueryBuilder QueryUtils.addClauses(com.atlassian.query.Query query, ClauseToAdd... clauses)
          Add a series of Clauses to a QueryBuilder
 

Uses of ClauseToAdd in com.atlassian.greenhopper.service.rapid
 

Methods in com.atlassian.greenhopper.service.rapid that return types with arguments of type ClauseToAdd
 ServiceOutcome<ClauseToAdd> RapidViewClauseServiceImpl.getClauseForBuilder(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidViewClauseService.ClauseType clauseType)
           
 ServiceOutcome<ClauseToAdd> RapidViewClauseService.getClauseForBuilder(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidViewClauseService.ClauseType clauseType)
          Applies a clause of given type to the passed builder
 ServiceOutcome<ClauseToAdd> RapidViewQueryServiceImpl.getQuickFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilterIds)
           
 ServiceOutcome<ClauseToAdd> RapidViewQueryService.getQuickFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilterIds)
          Get the Quick Filter clause from a set of active quick filter ids
 ServiceOutcome<ClauseToAdd> RapidViewQueryServiceImpl.getSprintFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeSprintIds)
           
 ServiceOutcome<ClauseToAdd> RapidViewQueryService.getSprintFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeSprintIds)
          Get the Sprints clause from a set of active sprint ids
 

Uses of ClauseToAdd in com.atlassian.greenhopper.service.sprint
 

Methods in com.atlassian.greenhopper.service.sprint with parameters of type ClauseToAdd
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> SprintHistoryServiceImpl.findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> SprintHistoryService.findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the keys of all the issues that were ever in a sprint, with a mapping to their parent issue key if they are a sub-task.
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> SprintHistoryServiceImpl.findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> SprintHistoryService.findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the issue sprint history information for a given rapid view and sprint
 

Uses of ClauseToAdd in com.atlassian.greenhopper.web.rapid.work
 

Methods in com.atlassian.greenhopper.web.rapid.work that return ClauseToAdd
 ClauseToAdd WorkFilters.getQuickFiltersClause()
           
 ClauseToAdd WorkFilters.getSprintClause()
           
 

Constructors in com.atlassian.greenhopper.web.rapid.work with parameters of type ClauseToAdd
WorkFilters(java.util.Set<java.lang.Long> activeQuickFilters, java.util.Set<java.lang.Long> activeSprints, ClauseToAdd quickFiltersClause, ClauseToAdd sprintClause)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.