feedTruncatefeedTruncate
Limit the number of items that passes through it
Home > Books > NetKernel API and Services Reference > Accessor Listing > PiNKY > feedTruncate

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


Module

urn: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

URI
active:feedTruncate

ArgumentRulesDescription
feedMandatory A feed resource
operatorMandatory Number specification

Example Usage

DPML

<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

The feedTruncate accessor limits the number of items that passes through it. The number specification is provided by the operator argument and must be an xml fragment <number> with a numerical string as its text value.

For more details see the PiNKY guide.

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