Interface ContentVisibleAttachmentIndexer
- All Known Implementing Classes:
OutgoingRefsContentAttachmentIndexer
public interface ContentVisibleAttachmentIndexer
An interface for implementations which want to index the ids of the visible attachments of a
Content
.-
Method Summary
Modifier and TypeMethodDescriptiongetVisibleAttachmentIds
(Content content) Retrieves the ids of the visible content attachments to index
-
Method Details
-
getVisibleAttachmentIds
Retrieves the ids of the visible content attachments to index- Parameters:
content
- The content- Returns:
- the ids of the visible content attachments to index
-