Uses of Class
io.camunda.optimize.dto.optimize.query.definition.DefinitionWithTenantIdsDto
Packages that use DefinitionWithTenantIdsDto
Package
Description
-
Uses of DefinitionWithTenantIdsDto in io.camunda.optimize.dto.optimize.query.definition
Methods in io.camunda.optimize.dto.optimize.query.definition with parameters of type DefinitionWithTenantIdsDtoModifier and TypeMethodDescriptionstatic DefinitionResponseDtoDefinitionResponseDto.from(DefinitionWithTenantIdsDto definitionWithTenantIdsDto, List<TenantDto> authorizedTenants) -
Uses of DefinitionWithTenantIdsDto in io.camunda.optimize.service
Methods in io.camunda.optimize.service that return types with arguments of type DefinitionWithTenantIdsDtoModifier and TypeMethodDescriptionDefinitionService.getAllDefinitionsWithTenants(DefinitionType type) DefinitionService.getProcessDefinitionWithTenants(String processDefinitionKey) -
Uses of DefinitionWithTenantIdsDto in io.camunda.optimize.service.db.es.reader
Methods in io.camunda.optimize.service.db.es.reader that return types with arguments of type DefinitionWithTenantIdsDtoModifier and TypeMethodDescriptionDefinitionReaderES.getDefinitionWithAvailableTenants(DefinitionType type, String key) DefinitionReaderES.getDefinitionWithAvailableTenants(DefinitionType type, String key, List<String> versions, Supplier<String> latestVersionSupplier) DefinitionReaderES.getFullyImportedDefinitionsWithTenantIds(DefinitionType type, Set<String> keys, Set<String> tenantIds) -
Uses of DefinitionWithTenantIdsDto in io.camunda.optimize.service.db.os.reader
Methods in io.camunda.optimize.service.db.os.reader that return types with arguments of type DefinitionWithTenantIdsDtoModifier and TypeMethodDescriptionDefinitionReaderOS.getDefinitionWithAvailableTenants(DefinitionType type, String key) DefinitionReaderOS.getDefinitionWithAvailableTenants(DefinitionType type, String key, List<String> versions, Supplier<String> latestVersionSupplier) DefinitionReaderOS.getFullyImportedDefinitionsWithTenantIds(DefinitionType type, Set<String> keys, Set<String> tenantIds) -
Uses of DefinitionWithTenantIdsDto in io.camunda.optimize.service.db.reader
Methods in io.camunda.optimize.service.db.reader that return types with arguments of type DefinitionWithTenantIdsDtoModifier and TypeMethodDescriptionDefinitionReader.getDefinitionWithAvailableTenants(DefinitionType type, String key) DefinitionReader.getDefinitionWithAvailableTenants(DefinitionType type, String key, List<String> versions, Supplier<String> latestVersionSupplier) DefinitionReader.getFullyImportedDefinitionsWithTenantIds(DefinitionType type, Set<String> keys, Set<String> tenantIds)