@InjectableComponent public class DefaultCustomFieldInputHelper extends Object implements CustomFieldInputHelper
CustomFieldInputHelper| Constructor and Description |
|---|
DefaultCustomFieldInputHelper(SearchHandlerManager searchHandlerManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUniqueClauseName(ApplicationUser user,
String primaryName,
String fieldName)
Given the primary clause name and the field name, returns the "unique" clause name that should be used when
constructing terminal clauses for this clause name.
|
public DefaultCustomFieldInputHelper(SearchHandlerManager searchHandlerManager)
public String getUniqueClauseName(ApplicationUser user, String primaryName, String fieldName)
CustomFieldInputHelpergetUniqueClauseName in interface CustomFieldInputHelperuser - the user performing the searchprimaryName - the primary name of a clause, e.g. cf[10000] or projectfieldName - the name of the field associated to the clause, e.g. My Custom Field or projectCopyright © 2002-2016 Atlassian. All Rights Reserved.