Overview

The release service is responsible for operations related to releasing refsets and translations as well as accessing release artifacts of previously released refsets and translations.

Internal API - ReleaseServiceJpa (extends ProjectServiceJpa)

Lower level calls of the internal API include:

 

 

REST API - ReleaseServiceRest

This is a good example of a service that has a much richer "business logic" layer at the REST level than is used by the internal service API.

The public facing methods of the security service include:

 

 

References/Links