...
All configuration interfaces are using this interface to exchange data with the CMR. This diagram shows the provided service for the Basic Version of the configuration interface. So , so it will be expand expanded in future releases. The services can be split into four groups:
Type | Description |
---|---|
adding services | These services add the stated object objects into the database. The id (of type _long_) assigned to the stored object by the database is returned. |
delete services | These services delete an object stored in the databasea stored object. Only the id of the object you want to delete is needed to perform this task. |
update services | These services update the stated object into the databaseobjects. The data transfer objects don't contain other objects (e.g. in a Collection), so only the stated object is updated. |
retrieve service |
|