Uses of Class
fr.gouv.vitam.common.model.objectgroup.DbObjectGroupModel
-
-
Uses of DbObjectGroupModel in fr.gouv.vitam.collect.internal.helpers
Methods in fr.gouv.vitam.collect.internal.helpers with parameters of type DbObjectGroupModel Modifier and Type Method Description static DbVersionsModelCollectHelper. getObjectVersionsModel(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version) -
Uses of DbObjectGroupModel in fr.gouv.vitam.collect.internal.helpers.builders
Methods in fr.gouv.vitam.collect.internal.helpers.builders that return DbObjectGroupModel Modifier and Type Method Description DbObjectGroupModelDbObjectGroupModelBuilder. build() -
Uses of DbObjectGroupModel in fr.gouv.vitam.collect.internal.helpers.handlers
Methods in fr.gouv.vitam.collect.internal.helpers.handlers with parameters of type DbObjectGroupModel Modifier and Type Method Description static com.fasterxml.jackson.databind.node.ObjectNodeQueryHandler. insertObjectMultiQuery(DbObjectGroupModel dbObjectGroupModel) -
Uses of DbObjectGroupModel in fr.gouv.vitam.collect.internal.service
Methods in fr.gouv.vitam.collect.internal.service that return DbObjectGroupModel Modifier and Type Method Description DbObjectGroupModelTransactionService. getDbObjectGroup(ArchiveUnitModel archiveUnitModel)Methods in fr.gouv.vitam.collect.internal.service with parameters of type DbObjectGroupModel Modifier and Type Method Description voidTransactionService. addBinaryInfoToQualifier(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version, java.io.InputStream uploadedInputStream)voidTransactionService. addQualifierToObjectGroups(DbObjectGroupModel objectGroup, DataObjectVersionType usage, int version, ObjectGroupDto objectGroupDto)voidTransactionService. addVersionToObjectGroups(DbQualifiersModel qualifierModelToUpdate, DbObjectGroupModel objectGroup, DataObjectVersionType usage, int version, java.util.List<DbQualifiersModel> qualifiers, ObjectGroupDto objectGroupDto)
-