getOutputAttributes() method

Return the output attributes specified by this state.

Syntax

List< IAttribute > getOutputAttributes ()

Returns

List of output variables

Usage

This method is called by the State Editor to get the output attribute list that is used to render the Output Variables on the state editor.

This method could be called by the state implementation logic to bind all the output variable values, and save to the session variable.

List of output variables