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

ml-modules.root.data-hub.data-services.provenance.deleteProvenance.mjs Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
'use strict';
// No privilege required: The xdmp.securityAssert call is in the deleteProvenance function.
import provLib from "/data-hub/5/provenance/prov-lib.mjs";

const endpointConstants = external.endpointConstants;
const endpointState = external.endpointState;

provLib.deleteProvenance(fn.head(xdmp.fromJSON(endpointConstants)), endpointState);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy