Syntax| URI | | active:entrypointLookup |
| Argument | Rules | Description | | name | Mandatory | the name of the entrypoint | | entrypoints | Mandatory | the entrypoint document | | module | Optional | the module of the entrypoint | | version | Optional | the version of the module |
Example UsageDPML<instr> <type>entrypointLookup</type> <name>ep:myEntrypoint</name> <!----> <entrypoints>active:entrypoint-list</entrypoints> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:entrypointLookup");
req.addArgument("name", [resource representation, aspect, or URI] );
req.addArgument("entrypoints", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);Purpose |