Uses of Interface
com.atlassian.jira.bc.ServiceOutcome

Packages that use ServiceOutcome
com.atlassian.jira.bc   
com.atlassian.jira.bc.config   
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.bc.project   
 

Uses of ServiceOutcome in com.atlassian.jira.bc
 

Classes in com.atlassian.jira.bc that implement ServiceOutcome
 class ServiceOutcomeImpl<T>
          Generic service outcome that can optionally hold a value.
 

Uses of ServiceOutcome in com.atlassian.jira.bc.config
 

Methods in com.atlassian.jira.bc.config that return ServiceOutcome
 ServiceOutcome<IssueType> DefaultConstantsService.getIssueTypeById(User user, String issueTypeId)
           
 ServiceOutcome<IssueType> DefaultConstantsService.getIssueTypeById(com.atlassian.crowd.embedded.api.User user, String issueTypeId)
           
 ServiceOutcome<IssueType> ConstantsService.getIssueTypeById(User user, String issueTypeId)
          Returns a ServiceOutcome containing the IssueType that has the given id.
 ServiceOutcome<IssueType> ConstantsService.getIssueTypeById(com.atlassian.crowd.embedded.api.User user, String issueTypeId)
          Returns a ServiceOutcome containing the IssueType that has the given id.
 ServiceOutcome<Status> DefaultConstantsService.getStatusById(User user, String statusId)
           
 ServiceOutcome<Status> DefaultConstantsService.getStatusById(com.atlassian.crowd.embedded.api.User user, String statusId)
           
 ServiceOutcome<Status> ConstantsService.getStatusById(User user, String statusId)
          Returns a ServiceOutcome containing the Status that has the given id.
 ServiceOutcome<Status> ConstantsService.getStatusById(com.atlassian.crowd.embedded.api.User user, String statusId)
          Returns a ServiceOutcome containing the Status that has the given id.
 

Uses of ServiceOutcome in com.atlassian.jira.bc.issue.vote
 

Methods in com.atlassian.jira.bc.issue.vote that return ServiceOutcome
 ServiceOutcome<Collection<User>> VoteService.viewVoters(Issue issue, User remoteUser)
          Get the list of all users who have voted on an issue.
 ServiceOutcome<Collection<com.atlassian.crowd.embedded.api.User>> VoteService.viewVoters(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Get the list of all users who have voted on an issue.
 ServiceOutcome<Collection<User>> DefaultVoteService.viewVoters(Issue issue, User remoteUser)
           
 ServiceOutcome<Collection<com.atlassian.crowd.embedded.api.User>> DefaultVoteService.viewVoters(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 

Uses of ServiceOutcome in com.atlassian.jira.bc.issue.watcher
 

Methods in com.atlassian.jira.bc.issue.watcher that return ServiceOutcome
 ServiceOutcome<List<User>> WatcherService.addWatcher(Issue issue, User remoteUser, User watcher)
          Deprecated. since v4.3. Use WatcherService.addWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead.
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> WatcherService.addWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
          Adds a watcher to an issue's list of watchers, returning the updated list of watchers.
 ServiceOutcome<List<User>> DefaultWatcherService.addWatcher(Issue issue, User remoteUser, User watcher)
           
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> DefaultWatcherService.addWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
           
 ServiceOutcome<Pair<Integer,List<User>>> WatcherService.getWatchers(Issue issue, User remoteUser)
          Deprecated. since v4.3. Use WatcherService.getWatchers(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead.
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> WatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a the total number of watchers for a given issue in the first element of the returned Pair, and the list of visible watchers in the second element of the Pair.
 ServiceOutcome<Pair<Integer,List<User>>> DefaultWatcherService.getWatchers(Issue issue, User remoteUser)
           
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> DefaultWatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<List<User>> WatcherService.removeWatcher(Issue issue, User remoteUser, User watcher)
          Deprecated. since v4.3. Use WatcherService.removeWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead.
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> WatcherService.removeWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
          Removes a watcher from an issue's list of watchers, returning the updated list of watchers.
 ServiceOutcome<List<User>> DefaultWatcherService.removeWatcher(Issue issue, User remoteUser, User watcher)
           
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> DefaultWatcherService.removeWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
           
 

Uses of ServiceOutcome in com.atlassian.jira.bc.project
 

Methods in com.atlassian.jira.bc.project that return ServiceOutcome
 ServiceOutcome<List<Project>> ProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
          Used to retrieve a list of Project objects.
 ServiceOutcome<List<Project>> DefaultProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.