Moduleurn:org:pinkypipes:mod:pinky
The
feedUnique
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 | Filter selection |
Example UsageDPML<instr> <type>feedUnique</type> <feed>somefeed.xml</feed> <operator> <filter>title</filter> </operator> <target>var:title-filtered-feed</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:feedUnique");
req.addArgument("feed", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |