com.atlassian.jira.jql.resolver
Class PriorityResolver

java.lang.Object
  extended by com.atlassian.jira.jql.resolver.ConstantsNameResolver<Priority>
      extended by com.atlassian.jira.jql.resolver.PriorityResolver
All Implemented Interfaces:
NameResolver<Priority>

public class PriorityResolver
extends ConstantsNameResolver<Priority>

Resolves Priority objects.

Since:
v4.0

Constructor Summary
PriorityResolver(ConstantsManager constantsManager)
           
 
Method Summary
 Collection<Priority> getAll()
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityResolver

public PriorityResolver(ConstantsManager constantsManager)
Method Detail

getAll

public Collection<Priority> 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).


Copyright © 2002-2012 Atlassian. All Rights Reserved.