Uses of Class
io.camunda.optimize.dto.optimize.query.definition.DefinitionResponseDto
Packages that use DefinitionResponseDto
Package
Description
-
Uses of DefinitionResponseDto in io.camunda.optimize.dto.optimize.query.definition
Methods in io.camunda.optimize.dto.optimize.query.definition that return DefinitionResponseDtoModifier and TypeMethodDescriptionstatic DefinitionResponseDtoDefinitionResponseDto.from(DefinitionWithTenantIdsDto definitionWithTenantIdsDto, List<TenantDto> authorizedTenants) -
Uses of DefinitionResponseDto in io.camunda.optimize.rest
Methods in io.camunda.optimize.rest that return DefinitionResponseDtoModifier and TypeMethodDescriptionDefinitionRestService.getDefinition(DefinitionType type, String key, jakarta.servlet.http.HttpServletRequest request) Methods in io.camunda.optimize.rest that return types with arguments of type DefinitionResponseDtoModifier and TypeMethodDescriptionDefinitionRestService.getDefinitions(jakarta.servlet.http.HttpServletRequest request) -
Uses of DefinitionResponseDto in io.camunda.optimize.service
Methods in io.camunda.optimize.service that return types with arguments of type DefinitionResponseDtoModifier and TypeMethodDescriptionDefinitionService.getDefinitionWithAvailableTenants(DefinitionType type, String key, String userId) DefinitionService.getFullyImportedDefinitions(DefinitionType definitionType, String userId) DefinitionService.getFullyImportedDefinitions(DefinitionType definitionType, Set<String> keys, List<String> tenantIds, String userId) DefinitionService.getFullyImportedDefinitions(String userId) -
Uses of DefinitionResponseDto in io.camunda.optimize.service.collection
Methods in io.camunda.optimize.service.collection that return types with arguments of type DefinitionResponseDtoModifier and TypeMethodDescriptionCollectionScopeService.getCollectionDefinitions(DefinitionType definitionType, String userId, String collectionId)