i
Advanced Rules
Advanced rules can be invoked from processes, forms and scheduled tasks, to incorporate business logic.
In forms and processes they can be included using the rules wizard, whereas in scheduled tasks the reference to the rule is done manually.
Types
•Standard Rules
These are rules developed in the Java programming language, for which there is a development and execution environment given by the adapter being use.
•Integration Rules
These are rules that use of adapters that provide integration with external components to Deyel.
Integration Classification
•Relational Databases
Access to relational databases is done through the Java JDBC protocol. The database adapters via JDBC identify the driver to use and establish the connection.
The integration rules that use JDBC adapters allow the execution of SQL statements that interact with any database.
•Web Service
The Web Service type adapters allow to define access to web services published by a specific provider.
The integration rules that use Web Service adapters allow to use such web services.