Interface EntityPropertyHelper<E extends WithId>

Type Parameters:
E - - entity type which extends WithId interface.
All Known Subinterfaces:
EntityWithKeyPropertyHelper<E>
All Known Implementing Classes:
ChangeHistoryPropertyHelper, CommentPropertyHelper, DashboardItemPropertyHelper, IssuePropertyHelper, IssueTypePropertyHelper, ProjectPropertyHelper, UserPropertyHelper

@PublicApi public interface EntityPropertyHelper<E extends WithId>
The implementations of this interface are defining permission checking, persistence layer and events for entities EntityPropertyHelper which are identifiable by id. These implementations can be used with are required to provide functions specializing EntityPropertyService.
Since:
v6.2