Package com.atlassian.jira.jql.resolver
Class ResolutionResolver
java.lang.Object
com.atlassian.jira.jql.resolver.ConstantsNameResolver<Resolution>
com.atlassian.jira.jql.resolver.ResolutionResolver
- All Implemented Interfaces:
NameResolver<Resolution>
Resolves Resolution objects.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()Gets all domain objects of this type in the underlying database.booleanReturns true if the id would resolve to a domain object.Methods inherited from class com.atlassian.jira.jql.resolver.ConstantsNameResolver
get, getIdsFromName, nameExistsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.jql.resolver.NameResolver
findNonExistentIds, findNonExistentNames, getIdsFromNames
-
Constructor Details
-
ResolutionResolver
-
-
Method Details
-
getAll
Description copied from interface:NameResolverGets 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).
-
idExists
Description copied from interface:NameResolverReturns true if the id would resolve to a domain object.- Specified by:
idExistsin interfaceNameResolver<Resolution>- Overrides:
idExistsin classConstantsNameResolver<Resolution>- Parameters:
id- the primary key.- Returns:
- true only if the id resolves to a domain object in the database.
-