Interface providers |
In general, interfaces let software components communicate with each other by separating the technical implementation of a component from the specification of how it is to be used. In other words, software components expose themselves via their interfaces to other components. USoft modular development supports the use of internal interfaces on the following objects: •Database Tables, Logical Views and Component Tables •Domains •Batch Jobs •Decisions •RDMI Objects See also How to define a table as interface provider How to change an interface table into a database table How to remove a column as interface provider How to define or remove a domain as interface provider How to define or remove a decision as interface provider How to define or remove a batch job as interface provider How to define or remove an RDMI Object as interface provider |