Uses of Enum Class
fr.gouv.vitam.metadata.core.reconstruction.model.ReportLine.ReportLineType
Packages that use ReportLine.ReportLineType
Package
Description
-
Uses of ReportLine.ReportLineType in fr.gouv.vitam.metadata.core.reconstruction.domain.extractor
Methods in fr.gouv.vitam.metadata.core.reconstruction.domain.extractor with parameters of type ReportLine.ReportLineTypeModifier and TypeMethodDescriptionPurgedPersistentIdentifierExtractorFactory.instance
(ReportLine.ReportLineType type) -
Uses of ReportLine.ReportLineType in fr.gouv.vitam.metadata.core.reconstruction.model
Methods in fr.gouv.vitam.metadata.core.reconstruction.model that return ReportLine.ReportLineTypeModifier and TypeMethodDescriptionReportLine.getType()
static ReportLine.ReportLineType
Returns the enum constant of this class with the specified name.static ReportLine.ReportLineType[]
ReportLine.ReportLineType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.metadata.core.reconstruction.model with parameters of type ReportLine.ReportLineTypeModifierConstructorDescriptionReportLine
(com.fasterxml.jackson.databind.JsonNode line, ReportLine.ReportLineType type)