Uses of Class
org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions.ImportInstruction
Packages that use ImportInstruction
Package
Description
-
Uses of ImportInstruction in org.qubership.integration.platform.variables.management.rest.v1.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v1.mapper that return ImportInstructionModifier and TypeMethodDescriptionImportInstructionRequestMapper.toEntity(ImportInstructionRequest importInstructionRequest) ImportInstructionRequestMapperImpl.toEntity(ImportInstructionRequest importInstructionRequest) -
Uses of ImportInstruction in org.qubership.integration.platform.variables.management.service.exportimport.instructions
Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions that return ImportInstructionModifier and TypeMethodDescriptionImportInstructionsService.addImportInstruction(ImportInstruction importInstruction) ImportInstructionsService.updateImportInstruction(ImportInstruction importInstruction) Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions that return types with arguments of type ImportInstructionModifier and TypeMethodDescriptionImportInstructionsService.getImportInstructions()ImportInstructionsService.getImportInstructions(List<ImportInstructionsFilterRequest> filters) ImportInstructionsService.searchImportInstructions(String searchCondition) Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions with parameters of type ImportInstructionModifier and TypeMethodDescriptionImportInstructionsService.addImportInstruction(ImportInstruction importInstruction) ImportInstructionsService.updateImportInstruction(ImportInstruction importInstruction) -
Uses of ImportInstruction in org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter
Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter that return types with arguments of type ImportInstructionModifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification<ImportInstruction> ImportInstructionsFilterSpecificationBuilder.buildFilter(List<ImportInstructionsFilterRequest> filters) org.springframework.data.jpa.domain.Specification<ImportInstruction> ImportInstructionsFilterSpecificationBuilder.buildSearch(List<ImportInstructionsFilterRequest> filters) -
Uses of ImportInstruction in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper
Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper that return types with arguments of type ImportInstructionModifier and TypeMethodDescriptionImportInstructionsMapper.asEntities(CommonVariablesImportInstructionsConfig commonVariablesImportInstructionsConfig) Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper with parameters of type ImportInstructionModifier and TypeMethodDescriptionImportInstructionsMapper.entityToDto(ImportInstruction importInstruction) Method parameters in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper with type arguments of type ImportInstructionModifier and TypeMethodDescriptionImportInstructionsMapper.asConfig(List<ImportInstruction> importInstructions) ImportInstructionsMapper.asDto(List<ImportInstruction> importInstructions)