Package com.atlassian.jira.bc.project
Class ProjectService.AbstractProjectResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
- All Implemented Interfaces:
ServiceOutcome<Project>
,ServiceResult
,Serializable
- Direct Known Subclasses:
ArchivedProjectService.ValidationResult
,ProjectService.DeleteProjectValidationResult
,ProjectService.GetProjectResult
- Enclosing interface:
- ProjectService
@PublicApi
public abstract static class ProjectService.AbstractProjectResult
extends ServiceResultImpl
implements ServiceOutcome<Project>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractProjectResult
(ErrorCollection errorCollection) AbstractProjectResult
(ErrorCollection errorCollection, Project project) -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns the value that was returned by the service, or null.Returns the value that was returned by the service, or null.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
-
AbstractProjectResult
-
AbstractProjectResult
-
-
Method Details
-
getProject
-
get
Description copied from interface:ServiceOutcome
Returns the value that was returned by the service, or null.- Specified by:
get
in interfaceServiceOutcome<Project>
- Returns:
- the value returned by the service, or null
-
getReturnedValue
Description copied from interface:ServiceOutcome
Returns the value that was returned by the service, or null.- Specified by:
getReturnedValue
in interfaceServiceOutcome<Project>
- Returns:
- the value returned by the service, or null
-