Interface | Description |
---|---|
ISystemFilter | |
ISystemFilterChain |
Class | Description |
---|---|
ReadOnlyUserVariablesFilter |
This filter can be added to any existing application to provide read-only User Variables.
|
SysControllerFilter |
A filter can be used to intercept any API client request (not Extension requests) and interact with the parameter,
adding extra validation, custom logic etc...
|
SysControllerFilterChain |
The SystemFilterChain can contain one or several SystemController Filter instances that can be applied before
a client request is executed by the SystemController.
|