Interface PrefetchAtlassianDocumentRetriever
public interface PrefetchAtlassianDocumentRetriever
- Since:
- 8.5.22
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isPrefetched
(JournalEntry entry) Check if we have prefetch data or not without needed to build a documentprefetch
(Searchable searchable) Retrieving prefetchAtlassianDocument
fromSearchable
.prefetch
(JournalEntry journalEntry) Retrieving prefetchAtlassianDocument
fromJournalEntry
.prefetchSearchable
(JournalEntry journalEntry) Getting prefetchSearchable
based onJournalEntry
-
Method Details
-
isPrefetched
Check if we have prefetch data or not without needed to build a document- Parameters:
entry
-- Returns:
- true if we have prefetched data and false as otherwise
-
prefetch
Retrieving prefetchAtlassianDocument
fromJournalEntry
. By combine prefetched data into new build document- Parameters:
journalEntry
-- Returns:
-
prefetch
Retrieving prefetchAtlassianDocument
fromSearchable
. By combine prefetched data into new build document- Parameters:
searchable
-- Returns:
-
prefetchSearchable
Getting prefetchSearchable
based onJournalEntry
- Parameters:
journalEntry
-- Returns:
-