The business logic layer of an eSpace implements the behavior of the eSpace, through elements called Actions. An action must be parameterized according to the conditions that lead to its execution.

The element types in the business logic layer are:

Action

In Service Studio, actions can be built-in or user-defined. Examples of built-in actions are: Login, Logout, and Commit Transaction. The behavior of the built-in actions is not accessible and you cannot change them. See Overview of built-in actions.

To develop your user-defined actions, Service Studio provides a specific editor that can be used to graphically code them. The graphical representation of a user-defined action is called an Action flow. See Overview of building actions.

An Action flow has the following elements:

Besides being built-in or user-defined, actions have an orthogonal classification:

See Also

Overview of built-in actions | Design Actions | User interface layer | Data layer