@StableMinor(version="12.1", sinceVersion="8.1") public interface IContentTableSourceBigDataPersister extends ISourceBigDataPersister<ContentTableSource>
ISourceBigDataPersister
extension for ContentTableSource
. Big data persisters for content sources
must implements this interface.
The default implementation for ContentTableSource
is ContentTableSourceBigDataPersister
. Most
customizations are easier by extending that class instead of implementing this interface directly.
ISourceBigDataPersister
,
ContentTableSourceBigDataPersister
Modifier and Type | Method and Description |
---|---|
void |
deleteDocumentsByContentId(ContentTableSource source,
String contentId)
Deletes
documents from the portal big data repository that corresponds to a content. |
addContextDocuments, addDocuments, addDocuments, deleteBigData, deleteContextDocuments, deleteDocuments, deleteDocuments, initBigData, updateBigData
void deleteDocumentsByContentId(ContentTableSource source, String contentId)
documents
from the portal big data repository that corresponds to a content.source
- the source.contentId
- the content identifier.LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.