Interface PrefetchAtlassianDocumentRetriever
public interface PrefetchAtlassianDocumentRetriever
- Since:
- 8.5.22
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPrefetched(JournalEntry entry) Check if we have prefetch data or not without needed to build a documentprefetch(Searchable searchable) Retrieving prefetchAtlassianDocumentfromSearchable.prefetch(JournalEntry journalEntry) Retrieving prefetchAtlassianDocumentfromJournalEntry.prefetchSearchable(JournalEntry journalEntry) Getting prefetchSearchablebased 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 prefetchAtlassianDocumentfromJournalEntry. By combine prefetched data into new build document- Parameters:
journalEntry-- Returns:
-
prefetch
Retrieving prefetchAtlassianDocumentfromSearchable. By combine prefetched data into new build document- Parameters:
searchable-- Returns:
-
prefetchSearchable
Getting prefetchSearchablebased onJournalEntry- Parameters:
journalEntry-- Returns:
-