public interface VotedIssuesAccessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
VotedIssuesAccessor.Security |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Long> |
getVotedIssueIds(ApplicationUser voter,
ApplicationUser searcher,
VotedIssuesAccessor.Security security)
Get the issues a particular user has voted for.
|
boolean |
isVotingEnabled() |
boolean isVotingEnabled()
@Nonnull Iterable<Long> getVotedIssueIds(@Nonnull ApplicationUser voter, @Nonnull ApplicationUser searcher, @Nonnull VotedIssuesAccessor.Security security)
voter - the user whose votes we are searching for.searcher - the user who is searching for the voted issues.security - whether to respect or override security.Copyright © 2002-2019 Atlassian. All Rights Reserved.