scaffolding.input.sjs.content.sjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
/*
* Create Content Plugin
*
* @param id - the identifier returned by the collector
* @param rawContent - the raw content being loaded.
* @param options - an object containing options. Options are sent from Java
*
* @return - your content
*/
function createContent(id, rawContent, options) {
return rawContent;
}
module.exports = {
createContent: createContent
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy