Moduleurn:org:pinkypipes:mod:pinky
The
feedTruncate
accessor is exported by the urn:org:pinkypipes:mod:pinky module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | feed | Mandatory | A feed resource | operator | Mandatory | Number specification |
Example UsageDPML<instr> <type>feedTruncate</type> <feed>somefeed.xml</feed> <operator> <number>1</number> </operator> <target>var:truncated-feed</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:feedTruncate");
req.addArgument("feed", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |