Uses of Enum Class
fr.gouv.vitam.common.model.MetadataType
Packages that use MetadataType
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
-
Uses of MetadataType in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return MetadataTypeModifier and TypeMethodDescriptionstatic MetadataType
LifeCycleTraceabilitySecureFileObject.getMetadataType()
getter for metadataTypestatic MetadataType
Returns the enum constant of this class with the specified name.static MetadataType[]
MetadataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoid
LifeCycleTraceabilitySecureFileObject.setMetadataType
(MetadataType metadataType) set metadataTypeConstructors in fr.gouv.vitam.common.model with parameters of type MetadataTypeModifierConstructorDescriptionLifeCycleTraceabilitySecureFileObject
(String lastEvtIdProc, String lastEvTypeProc, String lastEvDateTime, String lfcId, MetadataType metadataType, int version, String lastEvtOutcome, String hashLFC, String hashLFCEvents, String hashMetadata, String hashGlobalFromStorage, List<ObjectGroupDocumentHash> objectGroupDocumentHashList) Constructor to set the attributes for lfc tracibility file lines -
Uses of MetadataType in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence with parameters of type MetadataTypeModifier and TypeMethodDescriptionEvidenceService.evidenceAuditsChecks
(String id, MetadataType metadataType, List<StorageStrategy> storageStrategies) evidenceAuditsChecksEvidenceService.loadInformationFromFile
(List<String> securedLines, MetadataType metadataType, String id) -
Uses of MetadataType in fr.gouv.vitam.worker.core.plugin.evidence.report
Methods in fr.gouv.vitam.worker.core.plugin.evidence.report that return MetadataTypeModifier and TypeMethodDescriptionEvidenceAuditParameters.getMetadataType()
getter for metadataTypeEvidenceAuditReportLine.getObjectType()
getter for objectTypeMethods in fr.gouv.vitam.worker.core.plugin.evidence.report with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoid
EvidenceAuditParameters.setMetadataType
(MetadataType metadataType) setter for metadataTypevoid
EvidenceAuditReportLine.setObjectType
(MetadataType objectType) setter for objectType