Class CollectionEntityService
java.lang.Object
io.camunda.optimize.service.collection.CollectionEntityService
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionEntityService(AuthorizedEntitiesService authorizedEntitiesService, AuthorizedCollectionService authorizedCollectionService, AlertService alertService, ReportService reportService, DashboardService dashboardService) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyCollectionEntities(String userId, CollectionDefinitionRestDto collectionDefinitionDto, String newCollectionId) findAndFilterReports(String userId, String collectionId) getAuthorizedCollectionEntities(String userId, String collectionId) getStoredAlertsForCollection(String userId, String collectionId)
-
Constructor Details
-
CollectionEntityService
public CollectionEntityService(AuthorizedEntitiesService authorizedEntitiesService, AuthorizedCollectionService authorizedCollectionService, AlertService alertService, ReportService reportService, DashboardService dashboardService)
-
-
Method Details
-
getAuthorizedCollectionEntities
-
getStoredAlertsForCollection
-
findAndFilterReports
public List<AuthorizedReportDefinitionResponseDto> findAndFilterReports(String userId, String collectionId) -
copyCollectionEntities
public void copyCollectionEntities(String userId, CollectionDefinitionRestDto collectionDefinitionDto, String newCollectionId)
-