Uses of Class
fr.gouv.vitam.common.format.identification.FormatIdentifierFactory
Packages that use FormatIdentifierFactory
Package
Description
Provides common interface, factory and implementations for the Format Identification module
Provides core implementation for the Ingest External module.
Provides the web server application for the Ingest External module and the rest resources it uses.
Plugin package in worker module
-
Uses of FormatIdentifierFactory in fr.gouv.vitam.collect.internal.core.service
Constructors in fr.gouv.vitam.collect.internal.core.service with parameters of type FormatIdentifierFactoryModifierConstructorDescriptionCollectService
(MetadataRepository metadataRepository, WorkspaceClientFactory workspaceCollectClientFactory, FormatIdentifierFactory formatIdentifierFactory) -
Uses of FormatIdentifierFactory in fr.gouv.vitam.common.format.identification
Methods in fr.gouv.vitam.common.format.identification that return FormatIdentifierFactoryModifier and TypeMethodDescriptionstatic FormatIdentifierFactory
FormatIdentifierFactory.getInstance()
Get the FormatIdentifierFactory instance -
Uses of FormatIdentifierFactory in fr.gouv.vitam.ingest.external.core
Constructors in fr.gouv.vitam.ingest.external.core with parameters of type FormatIdentifierFactoryModifierConstructorDescriptionIngestExternalImpl
(IngestExternalConfiguration config, FormatIdentifierFactory formatIdentifierFactory, IngestInternalClientFactory ingestInternalClientFactory, ManifestDigestValidator manifestDigestValidator) -
Uses of FormatIdentifierFactory in fr.gouv.vitam.ingest.external.rest
Constructors in fr.gouv.vitam.ingest.external.rest with parameters of type FormatIdentifierFactoryModifierConstructorDescriptionIngestExternalResource
(IngestExternalConfiguration ingestExternalConfiguration, SecureEndpointRegistry secureEndpointRegistry, FormatIdentifierFactory formatIdentifierFactory, IngestInternalClientFactory ingestInternalClientFactory) Constructor IngestExternalResource -
Uses of FormatIdentifierFactory in fr.gouv.vitam.worker.core.plugin
Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type FormatIdentifierFactoryModifierConstructorDescriptionFormatIdentificationActionPlugin
(AdminManagementClientFactory adminManagementClientFactory, FormatIdentifierFactory formatIdentifierFactory)