entrypointLookupentrypointLookup
Used to lookup entrypoint metadata
Home > Books > NetKernel API and Services Reference > Accessor Listing > Entrypoint Management > entrypointLookup

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Syntax

URI
active:entrypointLookup

ArgumentRulesDescription
nameMandatory the name of the entrypoint
entrypointsMandatory the entrypoint document
moduleOptional the module of the entrypoint
versionOptional the version of the module

Example Usage

DPML

<instr>
  <type>entrypointLookup</type>
  <name>ep:myEntrypoint</name>
  <!-- use global entrypoints -->
  <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

The entrypointLookup accessor is used to lookup the XML metadata for a named entrypoint from an entrypoint list. If the name is globally unique then module and version are not necessary. If not unique then the first entrypoint with that name will be chosen.

The ep: scheme should be used to specify entrypoint names.

See the ext_entrypoint guide for more details on entrypoints.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.