Class | Description |
---|---|
ActionExecution |
An ActionExecution class actually executes a request for an action coming
from a customer.
|
SActionData |
Data sent to the server to execute an action
|
SActionInputDataRef<E extends DataEltType> |
A reference to business data declared as input attribute for an ActionExecution
|
SActionOutputDataRef<E extends DataEltType> |
A reference to business data declared as output attribute for an
ActionExecution
|
SActionRef |
an action received from the clients.
|
SInlineActionRef |
A reference to an inline action, i.e.
|
SInlineEchoActionRef<E extends DataEltType> |
An inline echo action ref, when triggered, transfers the data from a widget
to another.
|
SNullActionInputDataRef<E extends DataEltType> |
this object allows setting to null an action input
|
Enum | Description |
---|---|
SecurityInDataMethod |
This enumeration allows to specify what kind of security checks should be
performed during the object data access method.
|