Uses of Class
org.qubership.atp.mia.model.configuration.CompoundConfiguration
Packages that use CompoundConfiguration
Package
Description
-
Uses of CompoundConfiguration in org.qubership.atp.mia.ei.component
Methods in org.qubership.atp.mia.ei.component that return CompoundConfigurationModifier and TypeMethodDescriptionImportLoaderCompound.toEntity(ProjectConfiguration projectConfiguration, ExportImportCompound exportImportCompound) -
Uses of CompoundConfiguration in org.qubership.atp.mia.model.configuration
Methods in org.qubership.atp.mia.model.configuration that return CompoundConfigurationModifier and TypeMethodDescriptionProjectConfiguration.getCompoundByName(String compoundName) Gets compound by name.Methods in org.qubership.atp.mia.model.configuration that return types with arguments of type CompoundConfigurationModifier and TypeMethodDescriptionProjectConfiguration.getCompoundByNameSafe(String compoundName) Gets compound by name.ProjectConfiguration.getCompounds()Getter for compounds.Methods in org.qubership.atp.mia.model.configuration with parameters of type CompoundConfigurationModifier and TypeMethodDescriptionvoidSectionConfiguration.addCompound(CompoundConfiguration compoundConfiguration) Add compound.Method parameters in org.qubership.atp.mia.model.configuration with type arguments of type CompoundConfigurationModifier and TypeMethodDescriptionvoidProcessConfiguration.setInCompounds(List<CompoundConfiguration> compounds) Set all processes. -
Uses of CompoundConfiguration in org.qubership.atp.mia.model.ei
Constructors in org.qubership.atp.mia.model.ei with parameters of type CompoundConfigurationModifierConstructorDescriptionCreate new one from CompoundConfiguration. -
Uses of CompoundConfiguration in org.qubership.atp.mia.model.impl.request
Methods in org.qubership.atp.mia.model.impl.request with parameters of type CompoundConfigurationModifier and TypeMethodDescriptionstatic CompoundRequestCompoundRequest.fromCompoundConfiguration(CompoundConfiguration compound) Get CompoundRequest fromCompoundConfiguration. -
Uses of CompoundConfiguration in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that return CompoundConfigurationModifier and TypeMethodDescriptionCompoundConfigurationService.getCompoundById(ProjectConfiguration projectConfiguration, UUID compoundId) Get compound by ID.CompoundConfigurationService.restore(DateAuditorEntity entity) Methods in org.qubership.atp.mia.service.configuration that return types with arguments of type CompoundConfigurationModifier and TypeMethodDescriptionstatic LinkedList<CompoundConfiguration> CompoundConfigurationService.filterCompounds(List<CompoundConfiguration> compounds, List<UUID> compoundsUuid) Filter compounds by UUIDs.Methods in org.qubership.atp.mia.service.configuration with parameters of type CompoundConfigurationModifier and TypeMethodDescriptionCompoundConfigurationService.toDto(CompoundConfiguration compoundConfiguration) Map list of CompoundConfiguration to list of CompoundDto.Method parameters in org.qubership.atp.mia.service.configuration with type arguments of type CompoundConfigurationModifier and TypeMethodDescriptionCompoundConfigurationService.compoundsDto(List<CompoundConfiguration> compoundConfigurationList) Map list of CompoundConfiguration to list of CompoundShortDto.static LinkedList<CompoundConfiguration> CompoundConfigurationService.filterCompounds(List<CompoundConfiguration> compounds, List<UUID> compoundsUuid) Filter compounds by UUIDs. -
Uses of CompoundConfiguration in org.qubership.atp.mia.service.history.impl
Fields in org.qubership.atp.mia.service.history.impl with type parameters of type CompoundConfigurationModifier and TypeFieldDescriptionprotected final EntityHistoryService<CompoundConfiguration> CompoundConfigurationRestoreHistoryService.entityHistoryServiceMethods in org.qubership.atp.mia.service.history.impl that return types with arguments of type CompoundConfigurationMethods in org.qubership.atp.mia.service.history.impl with parameters of type CompoundConfigurationModifier and TypeMethodDescriptionprotected voidCompoundConfigurationRestoreHistoryService.copyValues(CompoundConfiguration shadow, CompoundConfiguration actualObject) voidCompoundRestoreMapper.mapSpecificFields(CompoundConfiguration source, CompoundConfiguration destination) voidCompoundVersioningMapper.mapSpecificFields(CompoundConfiguration source, CompoundHistoryChangeDto destination) Constructor parameters in org.qubership.atp.mia.service.history.impl with type arguments of type CompoundConfigurationModifierConstructorDescriptionCompoundConfigurationRestoreHistoryService(org.javers.core.Javers javers, AbstractEntityHistoryService<CompoundConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, CompoundRestoreMapper modelMapper, ProcessConfigurationRestoreHistoryService processConfigurationRestoreHistoryService) History service should use own custom Mapper.