com.atlassian.jira.jql.resolver
Class IssueTypeResolver

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

public class IssueTypeResolver
extends ConstantsNameResolver<IssueType>

Resolves IssueType objects.

Since:
v4.0

Constructor Summary
IssueTypeResolver(ConstantsManager constantsManager)
           
 
Method Summary
 Collection<IssueType> 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

IssueTypeResolver

public IssueTypeResolver(ConstantsManager constantsManager)
Method Detail

getAll

public Collection<IssueType> 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-2013 Atlassian. All Rights Reserved.