@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)
CustomFieldInputHelper
getUniqueClauseName
in interface CustomFieldInputHelper
user
- the user performing the searchprimaryName
- the primary name of a clause, e.g. cf[10000]
or project
fieldName
- the name of the field associated to the clause, e.g. My Custom Field
or project
Copyright © 2002-2022 Atlassian. All Rights Reserved.