Class ReportRelationService
java.lang.Object
io.camunda.optimize.service.relations.ReportRelationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConflictedItemsForDeleteReport(ReportDefinitionDto reportDefinition) getConflictedItemsForUpdatedReport(ReportDefinitionDto currentDefinition, ReportDefinitionDto updateDefinition) voidhandleDeleted(ReportDefinitionDto reportDefinition) voidhandleUpdated(String reportId, ReportDefinitionDto updateDefinition)
-
Constructor Details
-
ReportRelationService
-
-
Method Details
-
getConflictedItemsForDeleteReport
public Set<ConflictedItemDto> getConflictedItemsForDeleteReport(ReportDefinitionDto reportDefinition) -
getConflictedItemsForUpdatedReport
public Set<ConflictedItemDto> getConflictedItemsForUpdatedReport(ReportDefinitionDto currentDefinition, ReportDefinitionDto updateDefinition) -
handleDeleted
-
handleUpdated
-