Uses of Enum
org.qubership.atp.mia.controllers.api.dto.HistoryItemTypeDto
Packages that use HistoryItemTypeDto
Package
Description
-
Uses of HistoryItemTypeDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return HistoryItemTypeDtoModifier and TypeMethodDescriptionstatic HistoryItemTypeDto@Valid HistoryItemTypeDtoAbstractCompareEntityDto.getEntityType()Get entityType@Valid HistoryItemTypeDtoHistoryItemDto.getType()Get typestatic HistoryItemTypeDtoReturns the enum constant of this type with the specified name.static HistoryItemTypeDto[]HistoryItemTypeDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.controllers.api.dto with parameters of type HistoryItemTypeDtoModifier and TypeMethodDescriptionAbstractCompareEntityDto.entityType(HistoryItemTypeDto entityType) CompoundHistoryChangeDto.entityType(HistoryItemTypeDto entityType) DirectoryHistoryChangeDto.entityType(HistoryItemTypeDto entityType) FileHistoryChangeDto.entityType(HistoryItemTypeDto entityType) ProcessHistoryChangeDto.entityType(HistoryItemTypeDto entityType) ProjectConfigurationHistoryChangeDto.entityType(HistoryItemTypeDto entityType) SectionHistoryChangeDto.entityType(HistoryItemTypeDto entityType) voidAbstractCompareEntityDto.setEntityType(HistoryItemTypeDto entityType) voidHistoryItemDto.setType(HistoryItemTypeDto type) HistoryItemDto.type(HistoryItemTypeDto type) -
Uses of HistoryItemTypeDto in org.qubership.atp.mia.service.history
Methods in org.qubership.atp.mia.service.history that return HistoryItemTypeDto -
Uses of HistoryItemTypeDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl that return HistoryItemTypeDtoModifier and TypeMethodDescriptionprotected HistoryItemTypeDtoCompoundVersioningMapper.getEntityTypeEnum()protected HistoryItemTypeDtoProcessVersioningMapper.getEntityTypeEnum()CompoundConfigurationRestoreHistoryService.getItemType()CompoundRetrieveHistoryService.getItemType()DirectoryRetrieveHistoryService.getItemType()FileRetrieveHistoryService.getItemType()ProcessConfigurationRestoreHistoryService.getItemType()ProcessRetrieveHistoryService.getItemType()ProjectConfigurationRestoreHistoryService.getItemType()ProjectConfigurationRetrieveHistoryService.getItemType()SectionConfigurationRestoreHistoryService.getItemType()SectionRetrieveHistoryService.getItemType()