Interface ProjectPropertyService

All Superinterfaces:
EntityPropertyService<Project>, EntityWithKeyPropertyService<Project>
All Known Implementing Classes:
DefaultProjectEntityWithKeyPropertyService

@ExperimentalApi public interface ProjectPropertyService extends EntityWithKeyPropertyService<Project>
The service used to add, update, retrieve and delete properties from Project's. Each method of this service ensures that the user has permission to perform the operation. For each operation an appropriate event is published.
Since:
v6.2