Moduleurn:org:ten60:netkernel:ext:sys
The
unlock
accessor is exported by the urn:org:ten60:netkernel:ext:sys module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the resource to be unlocked |
Example UsageDPML<instr> <type>unlock</type> <operand>file:/inventory.xml</operand> </instr> NetKernel Foundation API
req=context.createSubRequest("active:unlock");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |