Uses of Enum Class
fr.gouv.vitam.common.model.administration.DataObjectVersionType
Packages that use DataObjectVersionType
Package
Description
Provides common public Model classes for the administration module.
-
Uses of DataObjectVersionType in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that return DataObjectVersionTypeModifier and TypeMethodDescriptionstatic DataObjectVersionTypeCollectHelper.fetchUsage(String usageString) Methods in fr.gouv.vitam.collect.internal.core.helpers with parameters of type DataObjectVersionTypeModifier and TypeMethodDescriptionstatic DbQualifiersModelCollectHelper.findQualifier(List<DbQualifiersModel> qualifiers, DataObjectVersionType usage) static DbVersionsModelCollectHelper.getObjectVersionsModel(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version) -
Uses of DataObjectVersionType in fr.gouv.vitam.collect.internal.core.helpers.builders
Methods in fr.gouv.vitam.collect.internal.core.helpers.builders with parameters of type DataObjectVersionTypeModifier and TypeMethodDescriptionDbVersionsModelBuilder.build(String versionId, String fileName, DataObjectVersionType usage, int version) DbObjectGroupModelBuilder.withQualifiers(String versionId, String fileName, DataObjectVersionType usage, Integer version) DbQualifiersModelBuilder.withUsage(DataObjectVersionType usage) DbQualifiersModelBuilder.withVersion(String versionId, String fileName, DataObjectVersionType usage, int version) -
Uses of DataObjectVersionType in fr.gouv.vitam.collect.internal.core.helpers.handlers
Methods in fr.gouv.vitam.collect.internal.core.helpers.handlers with parameters of type DataObjectVersionTypeModifier and TypeMethodDescriptionstatic UpdateMultiQueryQueryHandler.getQualifiersAddMultiQuery(DbObjectGroupModel objectGroupModel, DataObjectVersionType usage, int version, ObjectDto objectDto) static UpdateMultiQueryQueryHandler.getQualifiersUpdateMultiQuery(DbQualifiersModel qualifierModelToUpdate, DataObjectVersionType usage, int version, List<DbQualifiersModel> qualifiers, ObjectDto objectDto, int nbc) -
Uses of DataObjectVersionType in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service with parameters of type DataObjectVersionTypeModifier and TypeMethodDescriptionvoidCollectService.addBinaryInfoToQualifier(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version, InputStream uploadedInputStream) javax.ws.rs.core.ResponseCollectService.getBinaryByUsageAndVersion(CollectUnitModel unitModel, DataObjectVersionType usage, int version) CollectService.updateOrSaveObjectGroup(CollectUnitModel unitModel, DataObjectVersionType usage, int version, ObjectDto objectDto) -
Uses of DataObjectVersionType in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return DataObjectVersionTypeModifier and TypeMethodDescriptionstatic DataObjectVersionTypePersistentIdentifierUsage.getUsageName()static DataObjectVersionTypeReturns the enum constant of this class with the specified name.static DataObjectVersionType[]DataObjectVersionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration with parameters of type DataObjectVersionTypeModifier and TypeMethodDescriptionvoidPersistentIdentifierUsage.setUsageName(DataObjectVersionType usageName) -
Uses of DataObjectVersionType in fr.gouv.vitam.common.model.dip
Methods in fr.gouv.vitam.common.model.dip that return types with arguments of type DataObjectVersionTypeMethod parameters in fr.gouv.vitam.common.model.dip with type arguments of type DataObjectVersionTypeModifier and TypeMethodDescriptionvoidDataObjectVersions.setDataObjectVersionsPatterns(Map<DataObjectVersionType, Set<QualifierVersion>> dataObjectVersionsPatterns) Constructor parameters in fr.gouv.vitam.common.model.dip with type arguments of type DataObjectVersionTypeModifierConstructorDescriptionDataObjectVersions(Map<DataObjectVersionType, Set<QualifierVersion>> dataObjectVersionsPatterns) -
Uses of DataObjectVersionType in fr.gouv.vitam.common.model.objectgroup
Methods in fr.gouv.vitam.common.model.objectgroup that return DataObjectVersionType -
Uses of DataObjectVersionType in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that return types with arguments of type DataObjectVersionTypeModifier and TypeMethodDescriptionstatic Map<DataObjectVersionType,Set<QualifierVersion>> DataObjectVersionToPatternsConvertor.computeDataObjectVersionsPatterns(DataObjectVersions data)