Interface IssueFieldValueProvider
- All Known Implementing Classes:
IssueFieldValueProviderImpl
public interface IssueFieldValueProvider
Provides access to field values for issues captured from Lucene,
and optionally the issue doc.
-
Method Summary
-
Method Details
-
has
Is there a value for the given key -
get
Get the value for a given key- Returns:
- null or the value, in case of a list the first value in the list
-
getList
Get a list of values for a given key- Returns:
- a list of values, never null
-
getIssueDoc
io.atlassian.fugue.Option<org.apache.lucene.document.Document> getIssueDoc()- Returns:
- the optional lucene issue document.
-