com.atlassian.jira.jql.operand.registry
Class DefaultPredicateRegistry

java.lang.Object
  extended by com.atlassian.jira.jql.operand.registry.DefaultPredicateRegistry
All Implemented Interfaces:
PredicateRegistry

public class DefaultPredicateRegistry
extends Object
implements PredicateRegistry

For now only the BY predicate supports searching , the FROM and TO predicates also support seaarching

Since:
v4.4

Constructor Summary
DefaultPredicateRegistry(UserPickerSearchService userPickerSearchService, SearchHandlerManager searchHandlerManager, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 ClauseValuesGenerator getClauseValuesGenerator(String predicateName, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPredicateRegistry

public DefaultPredicateRegistry(UserPickerSearchService userPickerSearchService,
                                SearchHandlerManager searchHandlerManager,
                                JiraAuthenticationContext authenticationContext)
Method Detail

getClauseValuesGenerator

public ClauseValuesGenerator getClauseValuesGenerator(String predicateName,
                                                      String fieldName)
Specified by:
getClauseValuesGenerator in interface PredicateRegistry


Copyright © 2002-2014 Atlassian. All Rights Reserved.