Class HierarchicalContentBigDataPersister

    • Constructor Detail

      • HierarchicalContentBigDataPersister

        public HierarchicalContentBigDataPersister()
    • Method Detail

      • generateDocumentPublishedContextURL

        protected String generateDocumentPublishedContextURL​(ContentTableSource source,
                                                             ISourceData row,
                                                             String serviceInstanceId)
        Description copied from class: TabularSourceBigDataPersister
        Generates the URL For a published context to refer a row on a service instance.

        This method is called by #addDocumentPublications(StandardDocument, TabularSource, String, Collection).

        This method may return null, if no URL is available for the given row. In this case, a publication will not be generated.

        Overrides:
        generateDocumentPublishedContextURL in class TabularSourceBigDataPersister<ContentTableSource>
        Parameters:
        source - the source the document is being generated for.
        row - the row being processed.
        serviceInstanceId - the service instance identifier.
        Returns:
        the published context URL.