Uses of Class
fr.gouv.vitam.common.model.objectgroup.ObjectGroupResponse
-
-
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 ObjectGroupResponseMetadataHelper. 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.DataObjectPackageTypeObjectGroupMapper. 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 PurgeObjectGroupParamsPurgeObjectGroupParams. 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)
-