Uses of Class
fr.gouv.vitam.common.model.objectgroup.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
Modifier and TypeMethodDescriptionAccessInternalModule.findOneObjectGroupByPersistentId
(String persistentId, com.fasterxml.jackson.databind.JsonNode query) -
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.core
Modifier and TypeMethodDescriptionAccessInternalModuleImpl.findOneObjectGroupByPersistentId
(String persistentId, com.fasterxml.jackson.databind.JsonNode query) -
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.core.identifier
Modifier and TypeMethodDescriptionstatic Optional<VersionsModel>
PersistentIdentifierHelper.findVersion
(ObjectGroupResponse objectGroupResponse, String persistentIdentifier) -
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.core.identifier.search
Modifier and TypeMethodDescriptionObjectGroupMultiQuerySearchService.search
(SelectMultiQuery multiQuery) -
Uses of ObjectGroupResponse in fr.gouv.vitam.collect.internal.core.helpers
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDeleteGotVersionsPreparationPlugin.generateGotWithDetails
(ObjectGroupResponse objectGroup, DeleteGotVersionsRequest deleteGotVersionsRequest) -
Uses of ObjectGroupResponse in fr.gouv.vitam.worker.core.plugin.purge
Modifier and TypeMethodDescriptionstatic PurgeObjectGroupParams
PurgeObjectGroupParams.fromObjectGroup
(ObjectGroupResponse objectGroup) -
Uses of ObjectGroupResponse in fr.gouv.vitam.worker.core.utils
Modifier and TypeMethodDescriptionstatic Map<String,
ObjectGroupResponse> PluginHelper.getObjectGroups
(String[] gotIds, MetaDataClient metadataClient)