Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document explains techniques for controlling access to data used in action sequences sequence, in the Pentaho BI Platform. It assumes familiarity with the Pentaho BI Platform, creating action sequences using the action sequence editor, and SQL database queries.  We recommend reading the Creating Pentaho Solutions guide and Getting Started with Design Studio prior to reading this document.

...

A system action is simply an action sequence (link to section on action sequence) that is configured to run either at system start time (scope="global") or session start time (i.e. when the user logs in) (scope="session"). < TODO: define both start times> The output of the action sequence will be available to other action sequence via their input parameters at either in global or session scope. < TODO: discuss global and session scope>.

Info
titleWhat is session and global scope?

TODO

The output of the system action is configured to be available to portlets (org.pentaho.ui.portlet.PentahoPortletSession) or Servlets/jsps (org.pentaho.core.session.).

...