Modifier and Type | Method and Description |
---|---|
ClauseNames |
AliasClauseInformation.getJqlClauseNames() |
Constructor and Description |
---|
AliasClauseInformation(IndexDocumentConfiguration.Type type,
String alias,
String luceneFieldName,
ClauseNames clauseNames,
IssuePropertyJql issuePropertyJql,
String pluginName,
Property propertyAliasedFrom) |
Modifier and Type | Method and Description |
---|---|
protected String |
VersionPickerCustomFieldSearchInputTransformer.getClauseName(ApplicationUser user,
ClauseNames clauseNames) |
protected String |
AbstractCustomFieldSearchInputTransformer.getClauseName(ApplicationUser user,
ClauseNames clauseNames) |
Modifier and Type | Method and Description |
---|---|
ClauseNames |
MockCustomField.getClauseNames() |
ClauseNames |
ImmutableCustomField.getClauseNames() |
ClauseNames |
CustomField.getClauseNames()
Return the JQL clause names that this custom field should be recognized by.
|
Modifier and Type | Method and Description |
---|---|
static ClauseNames |
ClauseNames.forCustomField(CustomField field) |
Modifier and Type | Method and Description |
---|---|
ClauseNames |
SavedFilterSearchConstants.getJqlClauseNames() |
ClauseNames |
CommentsFieldSearchConstants.getJqlClauseNames() |
ClauseNames |
IssueIdConstants.getJqlClauseNames() |
ClauseNames |
DefaultClauseInformation.getJqlClauseNames() |
ClauseNames |
SimpleFieldSearchConstantsWithEmpty.getJqlClauseNames() |
ClauseNames |
IssueParentConstants.getJqlClauseNames() |
ClauseNames |
PropertyClauseInformation.getJqlClauseNames() |
ClauseNames |
UserFieldSearchConstants.getJqlClauseNames() |
ClauseNames |
SimpleFieldSearchConstants.getJqlClauseNames() |
ClauseNames |
AllTextSearchConstants.getJqlClauseNames() |
ClauseNames |
IssueKeyConstants.getJqlClauseNames() |
Constructor and Description |
---|
DefaultClauseInformation(String indexField,
ClauseNames names,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
PropertyClauseInformation(ClauseNames clauseNames) |
SimpleFieldSearchConstants(String indexField,
ClauseNames names,
String urlParameter,
String searcherId,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String indexField,
ClauseNames names,
String urlParameter,
String searcherId,
String emptySelectFlag,
String emptyIndexValue,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
UserFieldSearchConstants(String indexField,
ClauseNames names,
String fieldUrlParameter,
String selectUrlParameter,
String searcherId,
String fieldId,
String currentUserSelectFlag,
String specificUserSelectFlag,
String specificGroupSelectFlag,
Set<Operator> supportedOperators) |
UserFieldSearchConstantsWithEmpty(String indexField,
ClauseNames names,
String fieldUrlParameter,
String selectUrlParameter,
String searcherId,
String emptySelectFlag,
String fieldId,
String currentUserSelectFlag,
String specificUserSelectFlag,
String specificGroupSelectFlag,
String emptyIndexValue,
Set<Operator> supportedOperators) |
Modifier and Type | Method and Description |
---|---|
Collection<ClauseNames> |
DefaultSearchHandlerManager.getJqlClauseNames(String fieldId) |
Collection<ClauseNames> |
SearchHandlerManager.getJqlClauseNames(String fieldId)
Get the
ClauseNames associated with the provided field name. |
Collection<ClauseNames> |
DefaultSearchHandlerManager.getVisibleJqlClauseNames(ApplicationUser searcher) |
Collection<ClauseNames> |
SearchHandlerManager.getVisibleJqlClauseNames(ApplicationUser searcher)
Get all the available clause names that the searcher can see.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSearchRenderer.isRelevantForQuery(ClauseNames clauseNames,
Query query) |
Modifier and Type | Method and Description |
---|---|
ClauseNames |
DateSearcherConfig.getClauseNames() |
Constructor and Description |
---|
DateSearcherConfig(String id,
ClauseNames clauseNames,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
ClauseNames |
ClauseInformation.getJqlClauseNames() |
Constructor and Description |
---|
NoOpClauseHandler(ClausePermissionHandler clausePermissionHandler,
String fieldId,
ClauseNames clauseNames,
String validationI18nKey) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.