Interface PageVisibleAttachmentIndexer
-
public interface PageVisibleAttachmentIndexer
An interface for implementations which want to index the ids of the visible attachments of aPage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getVisibleAttachmentIds(Page page)Retrieves the ids of the visible page attachments to index
-
-
-
Method Detail
-
getVisibleAttachmentIds
Collection<String> getVisibleAttachmentIds(Page page)
Retrieves the ids of the visible page attachments to index- Parameters:
page- The page- Returns:
- the ids of the visible page attachments to index
-
-