ml-modules.root.com.marklogic.smart-mastering.algorithms.test.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
module.exports = {
// Maps the internal implementation to a public name.
customFunction: customFunction,
setupFunction: setupFunction
};
// "Protected" function not accessible outside of the current module.
function customFunction() {
// Do something…
}
// "Protected" function not accessible outside of the current module.
function setupFunction($reference, $options, $options) {
return $options;
}
customFunction.$annotations = { "mdm:setup": { function: 'setupFunction' } };
© 2015 - 2024 Weber Informatics LLC | Privacy Policy