Package com.atlassian.jira.bc.project
Class DefaultProjectService.PermissionErrorResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
com.atlassian.jira.bc.project.ProjectService.GetProjectResult
com.atlassian.jira.bc.project.DefaultProjectService.PermissionErrorResult
- All Implemented Interfaces:
ServiceOutcome<Project>
,ServiceResult
,Serializable
- Enclosing class:
- DefaultProjectService
A GetProjectResult that indicates the calling user does not have permission to perform an action on a project.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PermissionErrorResult
(ApplicationUser user, ProjectAction action) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
get, getProject, getReturnedValue
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceOutcome
fold
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
getErrorCollection, getWarningCollection, hasWarnings, isValid
-
Constructor Details
-
PermissionErrorResult
-