Home > Data Model Assistant
Define Services
In this section, we will present how to add services to a model.
The services available in a model are defined in the Services section of a DMA adaptation:

A service has the following properties:
-
Service name , mandatory field specifying the name of the service,
-
Web resource , mandatory field identifying the resource to invoke in the web application (the EBX.Platform module in which the model is located). The list of resources is generated from the module path folder specified in the Schema Configuration .
-
Activation paths , optional field specifying where the service is available. The list of paths is white-space delimited. Each path must be the absolute XPath notation of the node.
-
Permissions , optional field specifying in which conditions the service may be executed. The Java class implementing the permissions has to be firstly defined in the Business Objects and Rules table,
-
Service Label and Description , optional field defining internationalized labels and descriptions of the service, they are displayed in EBX.Manager to the end user.
For example, we add an import service in the Publications model:

See also:
Home > Data Model Assistant