Uses of Class
fr.gouv.vitam.common.model.objectgroup.ObjectGroupResponse
-
Packages that use ObjectGroupResponse Package Description fr.gouv.vitam.common.mapping.dip fr.gouv.vitam.worker.core.plugin.purge fr.gouv.vitam.worker.core.utils -
-
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.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)
-