Package com.atlassian.jira.jql.resolver
Class PriorityResolver
java.lang.Object
com.atlassian.jira.jql.resolver.ConstantsNameResolver<Priority>
com.atlassian.jira.jql.resolver.PriorityResolver
- All Implemented Interfaces:
NameResolver<Priority>
Resolves Priority objects.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Gets all domain objects of this type in the underlying database.Methods inherited from class com.atlassian.jira.jql.resolver.ConstantsNameResolver
get, getIdsFromName, idExists, nameExists
-
Constructor Details
-
PriorityResolver
-
-
Method Details
-
getAll
Description copied from interface:NameResolver
Gets all domain objects of this type in the underlying database. Note that calling this may not be a good idea for some domain object types.- Returns:
- all objects of the configured type in the database (possibly empty, never null).
-