Versions Compared

Key

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

...

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.