Index: openacs-4/packages/xolp/www/doc/functionality.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/www/doc/functionality.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xolp/www/doc/functionality.adp 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/www/doc/functionality.adp 26 Jan 2017 12:23:45 -0000 1.2 @@ -124,15 +124,15 @@

Indicator Retrieval

There is a generic procedure -::xolp::Indicator get_values_from_db +::xolp::Indicator get_values_from_db that allows for (filtered) retrieval of indicators from the fact table.

Date/Time-based Filtering

An example for retrieving indicators filtered by time is implemented in testcase -indicator_datetime_queries +indicator_datetime_queries and exemplified below.

set activity_iri "http://example.com/practice1"
@@ -204,7 +204,7 @@
 
Activity Verb-based Filtering (i.e. Usage Type)

An example for retrieving indicators filtered by usage type (ActivityVerb) is implemented in testcase -indicator_verb_queries. +indicator_verb_queries.


@@ -246,7 +246,7 @@
 
 

The xolp package is shipped with a -comprehensive test suite, +comprehensive test suite, which can serve as a cookbook for developers with respect to correctly using the api.