Interface PageVisibleAttachmentIndexer
public interface PageVisibleAttachmentIndexer
An interface for implementations which want to index the ids of the visible attachments of a 
Page.- 
Method Summary
Modifier and TypeMethodDescriptiongetVisibleAttachmentIds(Page page) Retrieves the ids of the visible page attachments to index 
- 
Method Details
- 
getVisibleAttachmentIds
Retrieves the ids of the visible page attachments to index- Parameters:
 page- The page- Returns:
 - the ids of the visible page attachments to index
 
 
 -