Uses of Class
fr.gouv.vitam.common.model.unit.PersistentIdentifierModel
Packages that use PersistentIdentifierModel
Package
Description
Provides common utility classes for the Worker module.
-
Uses of PersistentIdentifierModel in fr.gouv.vitam.common.model.objectgroup
Methods in fr.gouv.vitam.common.model.objectgroup that return types with arguments of type PersistentIdentifierModelMethod parameters in fr.gouv.vitam.common.model.objectgroup with type arguments of type PersistentIdentifierModelModifier and TypeMethodDescriptionvoid
DbVersionsModel.setPersistentIdentifier
(List<PersistentIdentifierModel> persistentIdentifier) -
Uses of PersistentIdentifierModel in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type PersistentIdentifierModelMethod parameters in fr.gouv.vitam.common.model.unit with type arguments of type PersistentIdentifierModelModifier and TypeMethodDescriptionvoid
DescriptiveMetadataModel.setPersistentIdentifier
(List<PersistentIdentifierModel> persistentIdentifier) -
Uses of PersistentIdentifierModel in fr.gouv.vitam.metadata.core.reconstruction.domain.extractor
Methods in fr.gouv.vitam.metadata.core.reconstruction.domain.extractor that return types with arguments of type PersistentIdentifierModelModifier and TypeMethodDescriptionprotected List<PersistentIdentifierModel>
PurgedPersistentIdentifierExtractor.extractPersistentIdentifiers
(com.fasterxml.jackson.databind.JsonNode element) -
Uses of PersistentIdentifierModel in fr.gouv.vitam.metadata.core.reconstruction.model
Methods in fr.gouv.vitam.metadata.core.reconstruction.model that return types with arguments of type PersistentIdentifierModelMethod parameters in fr.gouv.vitam.metadata.core.reconstruction.model with type arguments of type PersistentIdentifierModelModifier and TypeMethodDescriptionPurgedPersistentIdentifier.Builder.setPersistentIdentifier
(List<PersistentIdentifierModel> persistentIdentifiers) -
Uses of PersistentIdentifierModel in fr.gouv.vitam.worker.common.utils
Fields in fr.gouv.vitam.worker.common.utils with type parameters of type PersistentIdentifierModelModifier and TypeFieldDescriptionprotected List<PersistentIdentifierModel>
ArchiveUnitAtrExtra.persistentIdentifier
protected List<PersistentIdentifierModel>
DataObjectAtrExtra.persistentIdentifier
Methods in fr.gouv.vitam.worker.common.utils that return types with arguments of type PersistentIdentifierModelModifier and TypeMethodDescriptionArchiveUnitAtrExtra.getPersistentIdentifier()
DataObjectAtrExtra.getPersistentIdentifier()
Method parameters in fr.gouv.vitam.worker.common.utils with type arguments of type PersistentIdentifierModelModifier and TypeMethodDescriptionvoid
ArchiveUnitAtrExtra.setPersistentIdentifier
(List<PersistentIdentifierModel> persistentIdentifier) void
DataObjectAtrExtra.setPersistentIdentifier
(List<PersistentIdentifierModel> persistentIdentifier)