Uses of Enum
org.qubership.atp.itf.lite.backend.enums.RequestExportStatus
Packages that use RequestExportStatus
Package
Description
-
Uses of RequestExportStatus in org.qubership.atp.itf.lite.backend.enums
Methods in org.qubership.atp.itf.lite.backend.enums that return RequestExportStatusModifier and TypeMethodDescriptionstatic RequestExportStatusReturns the enum constant of this type with the specified name.static RequestExportStatus[]RequestExportStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestExportStatus in org.qubership.atp.itf.lite.backend.model.entities.converters
Methods in org.qubership.atp.itf.lite.backend.model.entities.converters that return types with arguments of type RequestExportStatusModifier and TypeMethodDescriptionRequestExportHashMapConverter.convertToEntityAttribute(String requestStatusesJson) Method parameters in org.qubership.atp.itf.lite.backend.model.entities.converters with type arguments of type RequestExportStatusModifier and TypeMethodDescriptionRequestExportHashMapConverter.convertToDatabaseColumn(Map<UUID, RequestExportStatus> requestStatuses) -
Uses of RequestExportStatus in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestExportStatusModifier and TypeMethodDescriptionvoidRequestExportService.updateRequestIdStatus(RequestExportEntity requestExportEntity, UUID requestId, RequestExportStatus status) Update request id status.