Uses of Class
com.atlassian.jira.bc.ServiceResultImpl

Packages that use ServiceResultImpl
com.atlassian.jira.bc   
com.atlassian.jira.bc.issue   
com.atlassian.jira.bc.issue.label   
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.bc.project   
com.atlassian.jira.bc.project.version   
com.atlassian.jira.bc.user   
 

Uses of ServiceResultImpl in com.atlassian.jira.bc
 

Subclasses of ServiceResultImpl in com.atlassian.jira.bc
 class ServiceOutcomeImpl<T>
          Generic service outcome that can optionally hold a value.
 

Uses of ServiceResultImpl in com.atlassian.jira.bc.issue
 

Subclasses of ServiceResultImpl in com.atlassian.jira.bc.issue
static class IssueService.CreateValidationResult
          A simple object that holds the information about validating a create issue operation.
static class IssueService.DeleteValidationResult
          A simple object that holds the information about validating a delete issue operation.
static class IssueService.IssueResult
          A simple object that holds the information about an issue operation.
static class IssueService.IssueValidationResult
          A simple base object that holds the information about performing an issue operation.
static class IssueService.TransitionValidationResult
          A simple result object that holds the information required to make a successful issue transition.
static class IssueService.UpdateValidationResult
          A simple object that holds the information about validating an update issue operation.
 

Uses of ServiceResultImpl in com.atlassian.jira.bc.issue.label
 

Subclasses of ServiceResultImpl in com.atlassian.jira.bc.issue.label
static class LabelService.AddLabelValidationResult
           
static class LabelService.LabelsResult
           
static class LabelService.LabelSuggestionResult
           
static class LabelService.LabelValidationResult
           
static class LabelService.SetLabelValidationResult
           
 

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

Subclasses of ServiceResultImpl in com.atlassian.jira.bc.issue.vote
static class VoteService.VoteValidationResult
          A simple validation result that holds the user trying to vote, and the issue being voted on.
 

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

Subclasses of ServiceResultImpl in com.atlassian.jira.bc.project
static class ProjectService.AbstractProjectResult
           
static class ProjectService.AbstractProjectValidationResult
           
static class ProjectService.CreateProjectResult
           
static class ProjectService.CreateProjectValidationResult
           
static class ProjectService.DeleteProjectResult
           
static class ProjectService.DeleteProjectValidationResult
           
static class ProjectService.GetProjectResult
           
static class ProjectService.UpdateProjectSchemesValidationResult
           
static class ProjectService.UpdateProjectValidationResult
           
 

Uses of ServiceResultImpl in com.atlassian.jira.bc.project.version
 

Subclasses of ServiceResultImpl in com.atlassian.jira.bc.project.version
static class VersionService.AbstractVersionResult
           
static class VersionService.ArchiveVersionValidationResult
           
static class VersionService.CreateVersionValidationResult
           
static class VersionService.ReleaseVersionValidationResult
           
static class VersionService.VersionResult
           
static class VersionService.VersionsResult
           
 

Uses of ServiceResultImpl in com.atlassian.jira.bc.user
 

Subclasses of ServiceResultImpl in com.atlassian.jira.bc.user
static class UserService.CreateUserValidationResult
           
static class UserService.DeleteUserValidationResult
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.