Skip to end of banner
Go to start of banner

CI CMR Services

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 it will be expand in future releases. The services can be split into four groups:

Type

Description

adding services

These services add the stated object 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 database. Only the id of the object you want to delete is needed.

update services

These services update the stated object into the database. 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 sensor definitions of the profiles are included inside the profiles. For retrieving the sensor definitions the following service is used:
  • getProfile(...): This method returns a profile with its contained sensor definitions.
  • No labels