com.atlassian.jira.jql.resolver
Class ChangeHistoryFieldIdResolver

java.lang.Object
  extended by com.atlassian.jira.jql.resolver.ChangeHistoryFieldIdResolver

public class ChangeHistoryFieldIdResolver
extends Object

As both WasClasueQueryFactor and ChangedClauseQueryuFactory nned to resolve ids this is a helper class to accomplish this.

Since:
v5.0

Constructor Summary
ChangeHistoryFieldIdResolver(ChangeHistoryFieldConstants changeHistoryFieldConstants, VersionResolver versionResolver, ConstantsManager constantsManager)
           
 
Method Summary
 Collection<String> resolveIdsForField(String field, QueryLiteral literal, boolean emptyOperand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeHistoryFieldIdResolver

public ChangeHistoryFieldIdResolver(ChangeHistoryFieldConstants changeHistoryFieldConstants,
                                    VersionResolver versionResolver,
                                    ConstantsManager constantsManager)
Method Detail

resolveIdsForField

public Collection<String> resolveIdsForField(String field,
                                             QueryLiteral literal,
                                             boolean emptyOperand)


Copyright © 2002-2013 Atlassian. All Rights Reserved.