Uses of Class
fr.gouv.vitam.common.format.identification.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
ModifierConstructorDescriptionCollectService
(MetadataRepository metadataRepository, WorkspaceClientFactory workspaceCollectClientFactory, FormatIdentifierFactory formatIdentifierFactory) -
Uses of FormatIdentifierFactory in fr.gouv.vitam.common.format.identification
Modifier and TypeMethodDescriptionstatic FormatIdentifierFactory
FormatIdentifierFactory.getInstance()
Get the FormatIdentifierFactory instance -
Uses of FormatIdentifierFactory in fr.gouv.vitam.ingest.external.core
ModifierConstructorDescriptionIngestExternalImpl
(IngestExternalConfiguration config, FormatIdentifierFactory formatIdentifierFactory, IngestInternalClientFactory ingestInternalClientFactory, ManifestDigestValidator manifestDigestValidator) -
Uses of FormatIdentifierFactory in fr.gouv.vitam.ingest.external.rest
ModifierConstructorDescriptionIngestExternalResource
(IngestExternalConfiguration ingestExternalConfiguration, SecureEndpointRegistry secureEndpointRegistry, FormatIdentifierFactory formatIdentifierFactory, IngestInternalClientFactory ingestInternalClientFactory) Constructor IngestExternalResource -
Uses of FormatIdentifierFactory in fr.gouv.vitam.worker.core.plugin
ModifierConstructorDescriptionFormatIdentificationActionPlugin
(AdminManagementClientFactory adminManagementClientFactory, FormatIdentifierFactory formatIdentifierFactory)