Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  • getEnvironments(...): This method returns all environments stored inside the database. Also the defined profiles within these environments are returned. BUTno BUT no sensor definitions of the profiles are included inside the profiles. For retrieving the sensor definitions the following service is used:
  • getProfile getProfile(...): This method returns a profile with its contained sensor definitions.