Uses of Class
fr.gouv.vitam.common.format.identification.model.FormatIdentifierResponse
-
Packages that use FormatIdentifierResponse Package Description fr.gouv.vitam.collect.internal.core.helpers 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.common.format.identification.siegfried Provides the Siegfried implementation for the Format Identification modulefr.gouv.vitam.worker.core.plugin.preservation.model -
-
Uses of FormatIdentifierResponse in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that return FormatIdentifierResponse Modifier and Type Method Description static FormatIdentifierResponse
CollectHelper. getFirstPronomFormat(java.util.List<FormatIdentifierResponse> formats)
Methods in fr.gouv.vitam.collect.internal.core.helpers with parameters of type FormatIdentifierResponse Modifier and Type Method Description static ObjectGroupResponse
MetadataHelper. createObjectGroup(java.lang.String transactionId, java.lang.String fileName, java.lang.String objectId, java.lang.String newFilename, FormatIdentifierResponse format, java.lang.String digest, java.lang.Long size)
Method parameters in fr.gouv.vitam.collect.internal.core.helpers with type arguments of type FormatIdentifierResponse Modifier and Type Method Description static FormatIdentifierResponse
CollectHelper. getFirstPronomFormat(java.util.List<FormatIdentifierResponse> formats)
-
Uses of FormatIdentifierResponse in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that return FormatIdentifierResponse Modifier and Type Method Description FormatIdentifierResponse
CollectService. detectFileFormat(java.io.File fileToDetect)
-
Uses of FormatIdentifierResponse in fr.gouv.vitam.common.format.identification
Methods in fr.gouv.vitam.common.format.identification that return types with arguments of type FormatIdentifierResponse Modifier and Type Method Description java.util.List<FormatIdentifierResponse>
FormatIdentifier. analysePath(java.nio.file.Path pathToFile)
Identify the format of the file identified by its path -
Uses of FormatIdentifierResponse in fr.gouv.vitam.common.format.identification.siegfried
Methods in fr.gouv.vitam.common.format.identification.siegfried that return types with arguments of type FormatIdentifierResponse Modifier and Type Method Description java.util.List<FormatIdentifierResponse>
FormatIdentifierSiegfried. analysePath(java.nio.file.Path path)
-
Uses of FormatIdentifierResponse in fr.gouv.vitam.worker.core.plugin.preservation.model
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return types with arguments of type FormatIdentifierResponse Modifier and Type Method Description java.util.Optional<FormatIdentifierResponse>
WorkflowBatchResult.OutputExtra. getBinaryFormat()
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type FormatIdentifierResponse Modifier and Type Method Description static WorkflowBatchResult.OutputExtra
WorkflowBatchResult.OutputExtra. withBinaryFormat(WorkflowBatchResult.OutputExtra outputExtra, FormatIdentifierResponse binaryFormat)
-