com.atlassian.jira.bc.project
Class ProjectService.GetProjectResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
          extended by com.atlassian.jira.bc.project.ProjectService.GetProjectResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
DefaultProjectService.PermissionErrorResult, DefaultProjectService.ProjectNotFoundResult
Enclosing interface:
ProjectService

@PublicApi
public static class ProjectService.GetProjectResult
extends ProjectService.AbstractProjectResult


Constructor Summary
ProjectService.GetProjectResult(ErrorCollection errorCollection)
           
ProjectService.GetProjectResult(ErrorCollection errorCollection, Project project)
           
ProjectService.GetProjectResult(Project project)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
getProject
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectService.GetProjectResult

@Internal
public ProjectService.GetProjectResult(ErrorCollection errorCollection)

ProjectService.GetProjectResult

@Internal
public ProjectService.GetProjectResult(Project project)

ProjectService.GetProjectResult

@Internal
public ProjectService.GetProjectResult(ErrorCollection errorCollection,
                                                Project project)


Copyright © 2002-2013 Atlassian. All Rights Reserved.