Package com.atlassian.jira.bc.issue.vote
Class VoteService.VoteValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.vote.VoteService.VoteValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- VoteService
A simple validation result that holds the user trying to vote, and the issue being voted on.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVoteValidationResult
(ErrorCollection errors, ApplicationUser voter, Issue issue) -
Method Summary
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.ServiceResult
hasWarnings
-
Constructor Details
-
VoteValidationResult
-
-
Method Details
-
getIssue
-
getVoter
-