getOutputAttributes() method

Return the output attributes specified by the state.

Syntax

List< IAttribute > getOutputAttributes ()

Returns

output attribute list

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.

output attribute list