Uses of Class
ir.msob.jima.process.commons.dto.DeploymentDto
Packages that use DeploymentDto
-
Uses of DeploymentDto in ir.msob.jima.process.commons.repository
Methods in ir.msob.jima.process.commons.repository that return types with arguments of type DeploymentDtoModifier and TypeMethodDescriptionreactor.core.publisher.Mono<DeploymentDto> BaseDeploymentRepository.delete(DeploymentCriteria criteria) reactor.core.publisher.Mono<DeploymentDto> BaseDeploymentRepository.getOne(DeploymentCriteria criteria) reactor.core.publisher.Mono<org.springframework.data.domain.Page<DeploymentDto>> BaseDeploymentRepository.getPage(DeploymentCriteria criteria, org.springframework.data.domain.Pageable pageable) reactor.core.publisher.Mono<DeploymentDto> BaseDeploymentRepository.save(DeploymentDto dto, InputStream inputStream) Methods in ir.msob.jima.process.commons.repository with parameters of type DeploymentDtoModifier and TypeMethodDescriptionreactor.core.publisher.Mono<DeploymentDto> BaseDeploymentRepository.save(DeploymentDto dto, InputStream inputStream)