Uses of Class
fr.gouv.vitam.common.model.administration.DataObjectVersionType
-
Packages that use DataObjectVersionType Package Description fr.gouv.vitam.collect.internal.core.helpers fr.gouv.vitam.collect.internal.core.helpers.builders fr.gouv.vitam.collect.internal.core.helpers.handlers fr.gouv.vitam.collect.internal.core.service fr.gouv.vitam.common.model.administration Provides common public Model classes for the administration module.fr.gouv.vitam.common.model.dip fr.gouv.vitam.common.model.objectgroup fr.gouv.vitam.worker.core.utils -
-
Uses of DataObjectVersionType in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that return DataObjectVersionType Modifier and Type Method Description static DataObjectVersionTypeCollectHelper. fetchUsage(java.lang.String usageString)Methods in fr.gouv.vitam.collect.internal.core.helpers with parameters of type DataObjectVersionType Modifier and Type Method Description static DbQualifiersModelCollectHelper. findQualifier(java.util.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 DataObjectVersionType Modifier and Type Method Description DbVersionsModelDbVersionsModelBuilder. build(java.lang.String versionId, java.lang.String fileName, DataObjectVersionType usage, int version)DbObjectGroupModelBuilderDbObjectGroupModelBuilder. withQualifiers(java.lang.String versionId, java.lang.String fileName, DataObjectVersionType usage, java.lang.Integer version)DbQualifiersModelBuilderDbQualifiersModelBuilder. withUsage(DataObjectVersionType usage)DbQualifiersModelBuilderDbQualifiersModelBuilder. withVersion(java.lang.String versionId, java.lang.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 DataObjectVersionType Modifier and Type Method Description static UpdateMultiQueryQueryHandler. getQualifiersAddMultiQuery(DbObjectGroupModel objectGroupModel, DataObjectVersionType usage, int version, ObjectDto objectDto)static UpdateMultiQueryQueryHandler. getQualifiersUpdateMultiQuery(DbQualifiersModel qualifierModelToUpdate, DataObjectVersionType usage, int version, java.util.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 DataObjectVersionType Modifier and Type Method Description voidCollectService. addBinaryInfoToQualifier(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version, java.io.InputStream uploadedInputStream)javax.ws.rs.core.ResponseCollectService. getBinaryByUsageAndVersion(CollectUnitModel unitModel, DataObjectVersionType usage, int version)ObjectDtoCollectService. 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 DataObjectVersionType Modifier and Type Method Description static DataObjectVersionTypeDataObjectVersionType. fromName(java.lang.String name)DataObjectVersionTypePersistentIdentifierUsage. getUsageName()static DataObjectVersionTypeDataObjectVersionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataObjectVersionType[]DataObjectVersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration with parameters of type DataObjectVersionType Modifier and Type Method Description voidPersistentIdentifierUsage. 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 DataObjectVersionType Modifier and Type Method Description java.util.Map<DataObjectVersionType,java.util.Set<QualifierVersion>>DataObjectVersions. getDataObjectVersionsPatterns()Method parameters in fr.gouv.vitam.common.model.dip with type arguments of type DataObjectVersionType Modifier and Type Method Description voidDataObjectVersions. setDataObjectVersionsPatterns(java.util.Map<DataObjectVersionType,java.util.Set<QualifierVersion>> dataObjectVersionsPatterns)Constructor parameters in fr.gouv.vitam.common.model.dip with type arguments of type DataObjectVersionType Constructor Description DataObjectVersions(java.util.Map<DataObjectVersionType,java.util.Set<QualifierVersion>> dataObjectVersionsPatterns) -
Uses of DataObjectVersionType in fr.gouv.vitam.common.model.objectgroup
Methods in fr.gouv.vitam.common.model.objectgroup that return DataObjectVersionType Modifier and Type Method Description DataObjectVersionTypeVersionsModel. getQualifier() -
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 DataObjectVersionType Modifier and Type Method Description static java.util.Map<DataObjectVersionType,java.util.Set<QualifierVersion>>DataObjectVersionToPatternsConvertor. computeDataObjectVersionsPatterns(DataObjectVersions data)
-