Moduleurn:org:ten60:netkernel:mod:ldap
The
ldapLDIFToDSML
accessor is exported by the urn:org:ten60:netkernel:mod:ldap module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | The LDIF resource to be converted |
Example UsageDPML<instr> <type>ldapLDIFToDSML</type> <operand>address.ldif</operand> <target>address.dsml</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:ldapLDIFToDSML");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |