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

Packages that use ServiceResult
com.atlassian.jira.bc   
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.bc.issue   
com.atlassian.jira.bc.issue.label   
com.atlassian.jira.bc.issue.link   
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.bc.project   
com.atlassian.jira.bc.project.version   
com.atlassian.jira.bc.user   
com.atlassian.jira.bc.whitelist   
com.atlassian.jira.notification   
com.atlassian.jira.plugins.share   
com.atlassian.jira.projectconfig.rest   
 

Uses of ServiceResult in com.atlassian.jira.bc
 

Subinterfaces of ServiceResult in com.atlassian.jira.bc
 interface ServiceOutcome<T>
          A service result that also has an value.
 

Classes in com.atlassian.jira.bc that implement ServiceResult
 class ServiceOutcomeImpl<T>
          Generic service outcome that can optionally hold a value.
 class ServiceResultImpl
          Simple implementation of a validation result.
 

Uses of ServiceResult in com.atlassian.jira.bc.dataimport
 

Classes in com.atlassian.jira.bc.dataimport that implement ServiceResult
static class DataImportService.ImportResult
          Represents the result of performing an import.
static class DataImportService.ImportValidationResult
          An import validation result returned by the DataImportService.validateImport(com.atlassian.crowd.embedded.api.User, DataImportParams) method.
 

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

Classes in com.atlassian.jira.bc.issue that implement ServiceResult
static class IssueService.AssignValidationResult
          A simple object that holds the information about validating an update issue operation.
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 ServiceResult in com.atlassian.jira.bc.issue.label
 

Classes in com.atlassian.jira.bc.issue.label that implement ServiceResult
static class LabelService.AddLabelValidationResult
           
static class LabelService.LabelsResult
           
static class LabelService.LabelSuggestionResult
           
static class LabelService.LabelValidationResult
           
static class LabelService.SetLabelValidationResult
           
 

Uses of ServiceResult in com.atlassian.jira.bc.issue.link
 

Classes in com.atlassian.jira.bc.issue.link that implement ServiceResult
static class IssueLinkService.AddIssueLinkValidationResult
           
static class IssueLinkService.DeleteIssueLinkValidationResult
           
static class IssueLinkService.IssueLinkResult
           
static class IssueLinkService.IssueLinkValidationResult
           
static class IssueLinkService.SingleIssueLinkResult
           
static class RemoteIssueLinkService.CreateValidationResult
          Holds the information about validating a create remote issue link operation.
static class RemoteIssueLinkService.DeleteByGlobalIdValidationResult
          Holds the information about validating a delete remote issue link operation.
static class RemoteIssueLinkService.DeleteValidationResult
          Holds the information about validating a delete remote issue link operation.
static class RemoteIssueLinkService.RemoteIssueLinkListResult
          Holds the information about performing a remote issue link operation, when a list result is expected.
static class RemoteIssueLinkService.RemoteIssueLinkResult
          Holds the information about performing a remote issue link operation.
static class RemoteIssueLinkService.UpdateValidationResult
          Holds the information about validating an update remote issue link operation.
 

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

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

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

Classes in com.atlassian.jira.bc.project that implement ServiceResult
protected  class DefaultProjectService.PermissionErrorResult
          A GetProjectResult that indicates the calling user does not have permission to perform an action on a project.
protected  class DefaultProjectService.ProjectNotFoundResult
          A GetProjectResult that indicates a project was not found.
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
           
 

Methods in com.atlassian.jira.bc.project that return ServiceResult
 ServiceResult DefaultProjectService.validateUpdateProject(ApplicationUser user, String key)
           
 ServiceResult ProjectService.validateUpdateProject(ApplicationUser user, String key)
          Validates that the given user is authorised to update a project.
 ServiceResult DefaultProjectService.validateUpdateProject(com.atlassian.crowd.embedded.api.User user, String key)
           
 ServiceResult ProjectService.validateUpdateProject(com.atlassian.crowd.embedded.api.User user, String key)
          Validates that the given user is authorised to update a project.
 

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

Classes in com.atlassian.jira.bc.project.version that implement ServiceResult
static class VersionService.AbstractVersionResult
           
static class VersionService.ArchiveVersionValidationResult
           
static class VersionService.CreateVersionValidationResult
           
static class VersionService.MoveVersionValidationResult
           
static class VersionService.ReasonsServiceResult<R,T>
          A generified ServiceResultImpl that allows Service-specified Reasons to be set as part of the result (in addition to Reasons specified inside the ErrorCollection.
static class VersionService.ReleaseVersionValidationResult
           
static class VersionService.VersionBuilderValidationResult
          Result object that relates to new VersionService methods that take a VersionService.VersionBuilder as a parameter.
static class VersionService.VersionResult
           
static class VersionService.VersionsResult
           
 

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

Classes in com.atlassian.jira.bc.user that implement ServiceResult
static class UserService.CreateUsernameValidationResult
           
static class UserService.CreateUserValidationResult
           
static class UserService.DeleteUserValidationResult
           
static class UserService.UpdateUserValidationResult
           
 

Uses of ServiceResult in com.atlassian.jira.bc.whitelist
 

Classes in com.atlassian.jira.bc.whitelist that implement ServiceResult
static class WhitelistService.WhitelistResult
           
static class WhitelistService.WhitelistUpdateValidationResult
           
 

Uses of ServiceResult in com.atlassian.jira.notification
 

Classes in com.atlassian.jira.notification that implement ServiceResult
static class AdhocNotificationService.ValidateNotificationResult
           
 

Uses of ServiceResult in com.atlassian.jira.plugins.share
 

Classes in com.atlassian.jira.plugins.share that implement ServiceResult
static class ShareService.ValidateShareIssueResult
           
static class ShareService.ValidateShareResult
           
static class ShareService.ValidateShareSearchRequestResult
           
 

Uses of ServiceResult in com.atlassian.jira.projectconfig.rest
 

Methods in com.atlassian.jira.projectconfig.rest with parameters of type ServiceResult
static javax.ws.rs.core.Response WorkflowSchemeRestHelper.createErrorResponse(ServiceResult result)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.