Uses of Class
com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security

Packages that use WatchedIssuesAccessor.Security
com.atlassian.jira.issue.watchers   
 

Uses of WatchedIssuesAccessor.Security in com.atlassian.jira.issue.watchers
 

Methods in com.atlassian.jira.issue.watchers that return WatchedIssuesAccessor.Security
static WatchedIssuesAccessor.Security WatchedIssuesAccessor.Security.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WatchedIssuesAccessor.Security[] WatchedIssuesAccessor.Security.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.issue.watchers with parameters of type WatchedIssuesAccessor.Security
 Iterable<Long> DefaultWatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User watcher, com.atlassian.crowd.embedded.api.User searcher, WatchedIssuesAccessor.Security security)
           
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User watcher, com.atlassian.crowd.embedded.api.User searcher, WatchedIssuesAccessor.Security security)
          Get the issues a particular user is watching.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.