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
ConstructorsModifierConstructorDescriptionprotectedPermissionErrorResult(ApplicationUser user, ProjectAction action) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
get, getProject, getReturnedValueMethods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bc.ServiceOutcome
foldMethods inherited from interface com.atlassian.jira.bc.ServiceResult
getErrorCollection, getWarningCollection, hasWarnings, isValid
-
Constructor Details
-
PermissionErrorResult
-