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   
 

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()
           
 

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> 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> RapidViewClauseServiceImpl.getClauseForBuilder(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidViewClauseService.ClauseType clauseType)
           
 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.getQuickFilterClause(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilterIds)
           
 

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>> 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.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.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
 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)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.