public interface CustomFieldClauseContextHandler
QueryContext
for a search request.
This should only be necessary if the custom fields values are related to a projects context (like version custom fields) or are related to the custom field context (like select list custom fields).
If there is a ClauseContextFactory
provided by this then the
result will be intersected with the results of the CustomFieldClauseContextFactory
which generates the context for the custom fields configuration and the context for the field visibility, based
on all the projects that the user running the query can see.
NOTE: You should not need to implement this interface, see CustomFieldSearcherClauseHandler
instead.
Modifier and Type | Method and Description |
---|---|
ClauseContextFactory |
getClauseContextFactory() |
ClauseContextFactory getClauseContextFactory()
Copyright © 2002-2015 Atlassian. All Rights Reserved.