Uses of Class
com.atlassian.jira.util.NotNull

Packages that use NotNull
com.atlassian.jira   
com.atlassian.jira.avatar   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.managers   
com.atlassian.jira.issue.vote   
com.atlassian.jira.issue.watchers   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.validator   
com.atlassian.jira.plugin.jql.function   
com.atlassian.jira.project   
com.atlassian.jira.user   
com.atlassian.jira.user.util   
com.atlassian.jira.util   
com.atlassian.jira.util.collect   
com.atlassian.query.order   
 

Uses of NotNull in com.atlassian.jira
 

Method parameters in com.atlassian.jira with annotations of type NotNull
 boolean JiraDataType.matches(JiraDataType otherType)
          Determines if this type matches the passed in other JiraDataType.
 

Uses of NotNull in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar with annotations of type NotNull
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 List<Avatar> AvatarManager.getAllSystemAvatars(Avatar.Type type)
          Provides a list of all system avatars.
 File AvatarManager.getAvatarBaseDirectory()
          Returns the directory for storing avatars.
 Avatar.Type Avatar.getAvatarType()
          The type of Avatar.
 String Avatar.getContentType()
          The MIME type of the avatar image file.
 List<Avatar> AvatarManager.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
          Provides a list of all avatars that are of the given type which have the given owner.
 Long AvatarManager.getDefaultAvatarId(Avatar.Type ofType)
          Gets the default avatar for the given type.
 String Avatar.getFileName()
          The base filename to the avatar image file.
 String Avatar.getOwner()
          A String representation of the identity of the domain object that this avatar is an avatar for! For example, if it is a user avatar, it would be the username (since that is the primary key), for a Project it is the project ID as a String.
 

Uses of NotNull in com.atlassian.jira.issue.fields.config.manager
 

Methods in com.atlassian.jira.issue.fields.config.manager with annotations of type NotNull
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForDefaultScheme()
          Return the collection of issue types associated with the default scheme.
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForProject(org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use of GenericValue is discouraged. Deprecated since: 3.9. Use IssueTypeSchemeManager.getIssueTypesForProject(Project) instead.
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForProject(Project project)
          Return the collection of issue types associated with this project
 Collection<IssueType> IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project)
          Return the collection of issue types other than sub-tasks associated with this project.
 Collection<IssueType> IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
          Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project) produces the same result as a call to IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).
 

Method parameters in com.atlassian.jira.issue.fields.config.manager with annotations of type NotNull
 Collection<IssueType> IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
          Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project) produces the same result as a call to IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).
 

Uses of NotNull in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search with annotations of type NotNull
 Query SearchRequest.getQuery()
          Gets the SearchQuery that defines the search that will be performed for this SearchRequest.
 

Uses of NotNull in com.atlassian.jira.issue.search.managers
 

Methods in com.atlassian.jira.issue.search.managers with annotations of type NotNull
 Collection<ClauseHandler> SearchHandlerManager.getClauseHandler(String jqlClauseName)
          Return a collection of ClauseHandlers registered against the passed JQL clause name.
 Collection<ClauseHandler> SearchHandlerManager.getClauseHandler(User user, String jqlClauseName)
          Return a collection of ClauseHandlers registered against the passed JQL clause name.
 Collection<ClauseHandler> SearchHandlerManager.getClauseHandler(com.atlassian.crowd.embedded.api.User user, String jqlClauseName)
          Return a collection of ClauseHandlers registered against the passed JQL clause name.
 Collection<String> SearchHandlerManager.getFieldIds(String jqlClauseName)
          Gets the field ids that are associated with the provided jqlClauseName.
 Collection<String> SearchHandlerManager.getFieldIds(User searcher, String jqlClauseName)
          Gets the field ids that are associated with the provided jqlClauseName.
 Collection<String> SearchHandlerManager.getFieldIds(com.atlassian.crowd.embedded.api.User searcher, String jqlClauseName)
          Gets the field ids that are associated with the provided jqlClauseName.
 Collection<ClauseNames> SearchHandlerManager.getJqlClauseNames(String fieldId)
          Get the ClauseNames associated with the provided field name.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchersByClauseName(User user, String jqlClauseName, SearchContext searchContext)
          Return a collection of IssueSearchers registered against the passed JQL clause name.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchersByClauseName(com.atlassian.crowd.embedded.api.User user, String jqlClauseName, SearchContext searchContext)
          Return a collection of IssueSearchers registered against the passed JQL clause name.
 Collection<ClauseHandler> SearchHandlerManager.getVisibleClauseHandlers(User searcher)
          Get all the available clause handlers that the searcher can see.
 Collection<ClauseHandler> SearchHandlerManager.getVisibleClauseHandlers(com.atlassian.crowd.embedded.api.User searcher)
          Get all the available clause handlers that the searcher can see.
 Collection<ClauseNames> SearchHandlerManager.getVisibleJqlClauseNames(User searcher)
          Get all the available clause names that the searcher can see.
 Collection<ClauseNames> SearchHandlerManager.getVisibleJqlClauseNames(com.atlassian.crowd.embedded.api.User searcher)
          Get all the available clause names that the searcher can see.
 

Uses of NotNull in com.atlassian.jira.issue.vote
 

Methods in com.atlassian.jira.issue.vote with annotations of type NotNull
 Iterable<User> IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
<T> Iterable<T>
IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(User voter, User searcher, VotedIssuesAccessor.Security security)
          Deprecated. Use VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security). Since v4.3
 Iterable<String> IssueVoterAccessor.getVoterNames(Issue issue)
          Convenience function that simply returns the User names.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 

Method parameters in com.atlassian.jira.issue.vote with annotations of type NotNull
 Iterable<User> IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
 Iterable<User> IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
<T> Iterable<T>
IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
<T> Iterable<T>
IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
<T> Iterable<T>
IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(User voter, User searcher, VotedIssuesAccessor.Security security)
          Deprecated. Use VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security). Since v4.3
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(User voter, User searcher, VotedIssuesAccessor.Security security)
          Deprecated. Use VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security). Since v4.3
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(User voter, User searcher, VotedIssuesAccessor.Security security)
          Deprecated. Use VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security). Since v4.3
 Iterable<String> IssueVoterAccessor.getVoterNames(Issue issue)
          Convenience function that simply returns the User names.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 

Uses of NotNull in com.atlassian.jira.issue.watchers
 

Methods in com.atlassian.jira.issue.watchers with annotations of type NotNull
 Iterable<User> IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
<T> Iterable<T>
IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
 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.
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(User watcher, User searcher, WatchedIssuesAccessor.Security security)
          Deprecated. use WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security). Since v4.3
 Iterable<String> IssueWatcherAccessor.getWatcherNames(Issue issue)
          Convenience function that simply returns the User names.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 

Method parameters in com.atlassian.jira.issue.watchers with annotations of type NotNull
 Iterable<User> IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
 Iterable<User> IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
<T> Iterable<T>
IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
<T> Iterable<T>
IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
<T> Iterable<T>
IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
 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.
 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.
 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.
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(User watcher, User searcher, WatchedIssuesAccessor.Security security)
          Deprecated. use WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security). Since v4.3
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(User watcher, User searcher, WatchedIssuesAccessor.Security security)
          Deprecated. use WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security). Since v4.3
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(User watcher, User searcher, WatchedIssuesAccessor.Security security)
          Deprecated. use WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security). Since v4.3
 Iterable<String> IssueWatcherAccessor.getWatcherNames(Issue issue)
          Convenience function that simply returns the User names.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 

Uses of NotNull in com.atlassian.jira.jql.query
 

Methods in com.atlassian.jira.jql.query with annotations of type NotNull
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 

Method parameters in com.atlassian.jira.jql.query with annotations of type NotNull
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 

Uses of NotNull in com.atlassian.jira.jql.resolver
 

Methods in com.atlassian.jira.jql.resolver with annotations of type NotNull
 Collection<T> NameResolver.getAll()
          Gets all domain objects of this type in the underlying database.
 

Uses of NotNull in com.atlassian.jira.jql.validator
 

Methods in com.atlassian.jira.jql.validator with annotations of type NotNull
 MessageSet ClauseValidator.validate(User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 

Method parameters in com.atlassian.jira.jql.validator with annotations of type NotNull
 MessageSet ClauseValidator.validate(User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 

Uses of NotNull in com.atlassian.jira.plugin.jql.function
 

Methods in com.atlassian.jira.plugin.jql.function with annotations of type NotNull
 JiraDataType JqlFunction.getDataType()
          Provides the JiraDataType that this function handles and creates values for.
 String JqlFunction.getFunctionName()
          The name of the function.
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 MessageSet JqlFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 

Method parameters in com.atlassian.jira.plugin.jql.function with annotations of type NotNull
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 void JqlFunction.init(JqlFunctionModuleDescriptor moduleDescriptor)
          Initialises this pluggable function with it's module descriptor.
 MessageSet JqlFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 MessageSet JqlFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 

Uses of NotNull in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project with annotations of type NotNull
 Avatar Project.getAvatar()
          Gives the currently-configured Avatar for this project.
 

Uses of NotNull in com.atlassian.jira.user
 

Methods in com.atlassian.jira.user with annotations of type NotNull
 List<UserHistoryItem> UserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's admin page history queue.
 List<UserHistoryItem> UserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(User user)
          Retreive the user's admin page history queue.
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> UserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
          Retreive the user's history queue for the given UserHistoryItem.Type.
 List<UserHistoryItem> UserHistoryManager.getHistory(UserHistoryItem.Type type, User user)
          Deprecated. use UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 List<UserHistoryItem> UserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 List<UserHistoryItem> UserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(User user)
          Retreive the user's project history queue.
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, User user)
          Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 List<Issue> UserIssueHistoryManager.getShortIssueHistory(com.atlassian.crowd.embedded.api.User user)
          Retreive the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue.
 List<Issue> UserIssueHistoryManager.getShortIssueHistory(User user)
          Retreive the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue.
 

Method parameters in com.atlassian.jira.user with annotations of type NotNull
 void UserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
          Remove the user's history.
 void UserHistoryManager.removeHistoryForUser(User user)
          Deprecated. use UserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Uses of NotNull in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util with annotations of type NotNull
 Set<User> UserUtil.getAllUsers()
          Deprecated. Since v4.3. Use UserUtil.getUsers().
 Set<User> UserManager.getAllUsers()
          Deprecated. Use UserManager.getUsers(). Since v4.3
 Collection<com.atlassian.crowd.embedded.api.User> UserUtil.getUsers()
          Returns the all users defined in JIRA, regardless of whether they are active or not.
 Collection<com.atlassian.crowd.embedded.api.User> UserManager.getUsers()
          Returns all users defined in JIRA, regardless of whether they are active or not.
 

Uses of NotNull in com.atlassian.jira.util
 

Method parameters in com.atlassian.jira.util with annotations of type NotNull
 void Consumer.consume(T element)
          Consume the product.
static
<T> Predicate<T>
Predicates.equalTo(T check)
          A predicate that check that some input equals the passed argument.
 

Uses of NotNull in com.atlassian.jira.util.collect
 

Method parameters in com.atlassian.jira.util.collect with annotations of type NotNull
static
<T> boolean
CollectionUtil.contains(Iterable<? extends T> iterable, Predicate<T> predicate)
          Does the supplied Iterable contain anything that matches the predicate?
static
<T> boolean
CollectionUtil.contains(Iterable<? extends T> iterable, Predicate<T> predicate)
          Does the supplied Iterable contain anything that matches the predicate?
static
<T> boolean
CollectionUtil.contains(Iterator<? extends T> iterator, Predicate<T> predicate)
          Does the supplied Iterator contain anything that matches the predicate?
static
<T> boolean
CollectionUtil.contains(Iterator<? extends T> iterator, Predicate<T> predicate)
          Does the supplied Iterator contain anything that matches the predicate?
static
<T> List<T>
CollectionUtil.copyAsImmutableList(Collection<? extends T> copy)
          Return an immutable list copy of the passed collection.
static
<K,V> Map<K,V>
CollectionUtil.copyAsImmutableMap(Map<? extends K,? extends V> copy)
          Return an immutable copy of the passed map.
static
<T> Set<T>
CollectionUtil.copyAsImmutableSet(Collection<? extends T> copy)
          Return an immutable set copy of the passed collection.
static
<T> Collection<T>
CollectionUtil.filter(Collection<T> collection, Predicate<? super T> predicate)
          Create a filtered Collection.
static
<T> Collection<T>
CollectionUtil.filter(Collection<T> collection, Predicate<? super T> predicate)
          Create a filtered Collection.
static
<T> Iterable<T>
CollectionUtil.filter(Iterable<T> iterable, Predicate<? super T> predicate)
          Create a filtered Iterable.
static
<T> Iterable<T>
CollectionUtil.filter(Iterable<T> iterable, Predicate<? super T> predicate)
          Create a filtered Iterable.
static
<T> Iterator<T>
CollectionUtil.filter(Iterator<T> iterator, Predicate<? super T> predicate)
          Create a filtered Iterator.
static
<T> Iterator<T>
CollectionUtil.filter(Iterator<T> iterator, Predicate<? super T> predicate)
          Create a filtered Iterator.
static
<T,R extends T>
Collection<R>
CollectionUtil.filterByType(Iterable<T> iterable, Class<R> subclass)
          Filter a Collection for the specified subtype.
static
<T,R extends T>
Collection<R>
CollectionUtil.filterByType(Iterable<T> iterable, Class<R> subclass)
          Filter a Collection for the specified subtype.
static
<T> T
CollectionUtil.findFirstMatch(Iterable<? extends T> iterable, Predicate<T> predicate)
          Return the first found element that the predicate matches.
static
<T> T
CollectionUtil.first(Iterable<? extends T> iterable)
          Get the first element of a an Iterable in iteration order, or null if empty.
static
<T> void
CollectionUtil.foreach(Iterable<T> iterable, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> void
CollectionUtil.foreach(Iterator<? extends T> iterator, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> void
CollectionUtil.foreach(Iterator<? extends T> iterator, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> int
CollectionUtil.indexOf(Iterable<? extends T> iterable, Predicate<? super T> predicate)
          Returns the index of the first element that matches the predicate.
static
<T> int
CollectionUtil.indexOf(Iterable<? extends T> iterable, Predicate<? super T> predicate)
          Returns the index of the first element that matches the predicate.
static
<T> List<T>
CollectionUtil.sort(Collection<? extends T> collection, Comparator<T> comparator)
          Copy and sort the passed collection and return an unmodifiable List of the elements.
static
<T> List<T>
CollectionUtil.sort(Collection<? extends T> collection, Comparator<T> comparator)
          Copy and sort the passed collection and return an unmodifiable List of the elements.
static
<T> List<T>
CollectionUtil.toList(Enumeration<? extends T> enumeration)
          Turn the enumeration into a list.
static
<T> List<T>
CollectionUtil.toList(Iterable<? extends T> iterable)
          Turn the iterable into a list.
static
<T> List<T>
CollectionUtil.toList(Iterator<? extends T> iterator)
          Turn the iterator into a list.
static
<T> Set<T>
CollectionUtil.toSet(Iterable<? extends T> iterable)
          Turn the iterable into a Set.
static
<T> Set<T>
CollectionUtil.toSet(Iterator<? extends T> iterator)
          Turn the iterable into a Set.
static
<T,R> List<R>
CollectionUtil.transform(Iterable<? extends T> iterable, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> List<R>
CollectionUtil.transform(Iterable<? extends T> iterable, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> List<R>
CollectionUtil.transform(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> List<R>
CollectionUtil.transform(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Iterator<R>
CollectionUtil.transformIterator(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return an Iterator that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Iterator<R>
CollectionUtil.transformIterator(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return an Iterator that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Set<R>
CollectionUtil.transformSet(Iterable<T> iterable, Function<T,R> transformer)
          Return a Set that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Set<R>
CollectionUtil.transformSet(Iterable<T> iterable, Function<T,R> transformer)
          Return a Set that is transformed from elements of the input type to elements of the output type by a transformer function.
 

Uses of NotNull in com.atlassian.query.order
 

Methods in com.atlassian.query.order with annotations of type NotNull
 List<SearchSort> OrderBy.getSearchSorts()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.