All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffolding.harmonize.sjs.writer.sjs Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
/*~
 * Writer Plugin
 *
 * @param id       - the identifier returned by the collector
 * @param envelope - the final envelope
 * @param options  - an object options. Options are sent from Java
 *
 * @return - nothing
 */
function write(id, envelope, options) {
  xdmp.documentInsert(id, envelope, xdmp.defaultPermissions(), options.entity);
}

module.exports = write;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy