Uses of Class
fr.gouv.vitam.common.model.objectgroup.ObjectGroupResponse
-
Packages that use ObjectGroupResponse Package Description fr.gouv.vitam.access.internal.api Provides module and resource interfaces and a binary data POJO for the Access Internal module.fr.gouv.vitam.access.internal.core Provides core implementation for the Access Internal module.fr.gouv.vitam.access.internal.core.identifier fr.gouv.vitam.access.internal.core.identifier.search fr.gouv.vitam.collect.internal.core.helpers fr.gouv.vitam.common.mapping.dip fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers fr.gouv.vitam.worker.core.plugin.purge fr.gouv.vitam.worker.core.utils -
-
Uses of ObjectGroupResponse in fr.gouv.vitam.access.internal.api
Methods in fr.gouv.vitam.access.internal.api that return ObjectGroupResponse Modifier and Type Method Description ObjectGroupResponse
AccessInternalModule. findOneObjectGroupByPersistentId(java.lang.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 ObjectGroupResponse Modifier and Type Method Description ObjectGroupResponse
AccessInternalModuleImpl. findOneObjectGroupByPersistentId(java.lang.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 ObjectGroupResponse Modifier and Type Method Description static java.util.Optional<VersionsModel>
PersistentIdentifierHelper. findVersion(ObjectGroupResponse objectGroupResponse, java.lang.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 ObjectGroupResponse Modifier and Type Method Description java.util.Collection<ObjectGroupResponse>
ObjectGroupMultiQuerySearchService. 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 ObjectGroupResponse Modifier and Type Method Description static ObjectGroupResponse
MetadataHelper. createObjectGroup(java.lang.String transactionId, java.lang.String fileName, java.lang.String objectId, java.lang.String newFilename, java.util.Optional<FormatIdentifierResponse> formatOpt, java.lang.String digest, java.lang.Long size)
-
Uses of ObjectGroupResponse in fr.gouv.vitam.common.mapping.dip
Methods in fr.gouv.vitam.common.mapping.dip with parameters of type ObjectGroupResponse Modifier and Type Method Description fr.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 ObjectGroupResponse Modifier and Type Method Description java.util.List<ObjectGroupToDeleteReportEntry>
DeleteGotVersionsPreparationPlugin. 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 ObjectGroupResponse Modifier and Type Method Description static 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 ObjectGroupResponse Modifier and Type Method Description static java.util.Map<java.lang.String,ObjectGroupResponse>
PluginHelper. getObjectGroups(java.lang.String[] gotIds, MetaDataClient metadataClient)
-