F2F Programmer's Reference - Core Filters


F2F | Documentation | Filters

F2F fiters are XSLT-based datatransforms, which are automatically applied to servicereqs or messages. A presentation on the subject of filters is at http://altruists.org/ff9. The F2F core contains the following 7 filters:

URIDescription
http://friend2friend.net/filters/real-uidThis filter adds an f2f:uid element containing the userid of whoever called the service. Useful for resticting users' access to datastores.
http://friend2friend.net/filters/remove-exceptions-execThis filter removes all soft-exceptions from a servicereq call.
http://friend2friend.net/filters/remove-exceptions-topThis filter removes all soft-exceptions from the exec stream of messages.
http://friend2friend.net/filters/log-callsThis filter needs a local datastore with @rdf:ID="log", into which it saves servicereqs.
http://friend2friend.net/filters/log-resultsThis filter needs a local datastore with @rdf:ID="log", into which it saves the results of servicereqs.
http://friend2friend.net/filters/log-messages-inThis filter needs a local datastore with @rdf:ID="log", into which it saves messages that come in to this node from above.
http://friend2friend.net/filters/log-messages-outThis filter needs a local datastore with @rdf:ID="log", into which it saves messages that leave up from this node.

Generated 2009-06-23 11:14:20 Europe/London using DocBook from a docbook.xml by F2F Documentation Module.