Uses of Class
fr.gouv.vitam.common.model.objectgroup.DbFormatIdentificationModel
-
Packages that use DbFormatIdentificationModel Package Description fr.gouv.vitam.common.model.objectgroup fr.gouv.vitam.worker.core.plugin.preservation.model -
-
Uses of DbFormatIdentificationModel in fr.gouv.vitam.common.model.objectgroup
Methods in fr.gouv.vitam.common.model.objectgroup that return DbFormatIdentificationModel Modifier and Type Method Description DbFormatIdentificationModel
DbVersionsModel. getFormatIdentificationModel()
Methods in fr.gouv.vitam.common.model.objectgroup with parameters of type DbFormatIdentificationModel Modifier and Type Method Description static DbVersionsModel
DbVersionsModel. newVersionsFrom(DbVersionsModel that, DbFormatIdentificationModel format)
void
DbVersionsModel. setFormatIdentificationModel(DbFormatIdentificationModel formatIdentificationModel)
Constructors in fr.gouv.vitam.common.model.objectgroup with parameters of type DbFormatIdentificationModel Constructor Description DbVersionsModel(java.lang.String id, java.lang.String dataObjectProfile, java.lang.String dataObjectVersion, java.lang.String dataObjectGroupId, DbFormatIdentificationModel formatIdentificationModel, DbFileInfoModel fileInfoModel, MetadataModel metadata, long size, java.lang.String uri, java.lang.String messageDigest, java.lang.String algorithm, DbStorageModel storage, PhysicalDimensionsModel physicalDimensionsModel, java.lang.String physicalId, OtherMetadata otherMetadata, java.lang.String opi)
-
Uses of DbFormatIdentificationModel in fr.gouv.vitam.worker.core.plugin.preservation.model
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return DbFormatIdentificationModel Modifier and Type Method Description DbFormatIdentificationModel
OutputPreservation. getFormatIdentification()
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type DbFormatIdentificationModel Modifier and Type Method Description void
OutputPreservation. setFormatIdentification(DbFormatIdentificationModel formatIdentification)
-