Uses of Class
fr.gouv.vitam.common.format.identification.FormatIdentifierFactory
-
Packages that use FormatIdentifierFactory Package Description fr.gouv.vitam.collect.internal.core.service fr.gouv.vitam.common.format.identification Provides common interface, factory and implementations for the Format Identification modulefr.gouv.vitam.ingest.external.core Provides core implementation for the Ingest External module.fr.gouv.vitam.ingest.external.rest Provides the web server application for the Ingest External module and the rest resources it uses.fr.gouv.vitam.worker.core.plugin 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 FormatIdentifierFactory Constructor Description CollectService(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 FormatIdentifierFactory Modifier and Type Method Description static 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 FormatIdentifierFactory Constructor Description IngestExternalImpl(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 FormatIdentifierFactory Constructor Description IngestExternalResource(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 FormatIdentifierFactory Constructor Description FormatIdentificationActionPlugin(AdminManagementClientFactory adminManagementClientFactory, FormatIdentifierFactory formatIdentifierFactory)
-