Uses of Class
fr.gouv.vitam.metadata.core.reconstruction.model.ReportLine.ReportLineType
-
Packages that use ReportLine.ReportLineType Package Description fr.gouv.vitam.metadata.core.reconstruction.domain.extractor fr.gouv.vitam.metadata.core.reconstruction.model -
-
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.ReportLineType Modifier and Type Method Description PurgedPersistentIdentifierExtractor
PurgedPersistentIdentifierExtractorFactory. 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.ReportLineType Modifier and Type Method Description ReportLine.ReportLineType
ReportLine. getType()
static ReportLine.ReportLineType
ReportLine.ReportLineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReportLine.ReportLineType[]
ReportLine.ReportLineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.metadata.core.reconstruction.model with parameters of type ReportLine.ReportLineType Constructor Description ReportLine(com.fasterxml.jackson.databind.JsonNode line, ReportLine.ReportLineType type)
-