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

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

There is a newer version: 6.1.1
Show newest version
/*
 * Collect IDs plugin
 *
 * @param options - a map containing options. Options are sent from Java
 *
 * @return - an array of ids or uris
 */
function collect(options) {
  // by default we return the URIs in the same collection as the Entity name
  return cts.uris(null, null, cts.collectionQuery(options.entity));
}

module.exports = {
  collect: collect
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy