Uses of Class
fr.gouv.vitam.common.model.objectgroup.ObjectGroupResponse
Packages that use ObjectGroupResponse
Package
Description
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
Provides core implementation for the Access Internal module.
-
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.api
Methods in fr.gouv.vitam.access.internal.api that return ObjectGroupResponseModifier and TypeMethodDescriptionAccessInternalModule.findOneObjectGroupByPersistentId
(String persistentId, com.fasterxml.jackson.databind.JsonNode query) -
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.core
Methods in fr.gouv.vitam.access.internal.core that return ObjectGroupResponseModifier and TypeMethodDescriptionAccessInternalModuleImpl.findOneObjectGroupByPersistentId
(String persistentId, com.fasterxml.jackson.databind.JsonNode query) -
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.core.identifier
Methods in fr.gouv.vitam.access.internal.core.identifier with parameters of type ObjectGroupResponseModifier and TypeMethodDescriptionstatic Optional<VersionsModel>
PersistentIdentifierHelper.findVersion
(ObjectGroupResponse objectGroupResponse, String persistentIdentifier) -
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.core.identifier.search
Methods in fr.gouv.vitam.access.internal.core.identifier.search that return types with arguments of type ObjectGroupResponseModifier and TypeMethodDescriptionObjectGroupMultiQuerySearchService.search
(SelectMultiQuery multiQuery) -
Uses of ObjectGroupResponse in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that return ObjectGroupResponseModifier and TypeMethodDescriptionstatic ObjectGroupResponse
MetadataHelper.createObjectGroup
(String transactionId, String fileName, String objectId, String newFilename, Optional<FormatIdentifierResponse> formatOpt, String digest, Long size) -
Uses of ObjectGroupResponse in fr.gouv.vitam.common.mapping.dip
Methods in fr.gouv.vitam.common.mapping.dip with parameters of type ObjectGroupResponseModifier and TypeMethodDescriptionfr.gouv.culture.archivesdefrance.seda.v2.DataObjectPackageType
ObjectGroupMapper.map
(ObjectGroupResponse objectGroupResponse) Map the object objectGroupResponse generated from queryDsl Response To a jaxb object DataObjectPackageType This help convert DslQueryResponse to xml using jaxb -
Uses of ObjectGroupResponse in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers
Methods in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers with parameters of type ObjectGroupResponseModifier and TypeMethodDescriptionDeleteGotVersionsPreparationPlugin.generateGotWithDetails
(ObjectGroupResponse objectGroup, DeleteGotVersionsRequest deleteGotVersionsRequest) -
Uses of ObjectGroupResponse in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge with parameters of type ObjectGroupResponseModifier and TypeMethodDescriptionstatic PurgeObjectGroupParams
PurgeObjectGroupParams.fromObjectGroup
(ObjectGroupResponse objectGroup) -
Uses of ObjectGroupResponse in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that return types with arguments of type ObjectGroupResponseModifier and TypeMethodDescriptionstatic Map<String,
ObjectGroupResponse> PluginHelper.getObjectGroups
(String[] gotIds, MetaDataClient metadataClient)