Uses of Class
fr.gouv.vitam.metadata.api.exception.MetadataScrollThresholdExceededException
-
Packages that use MetadataScrollThresholdExceededException 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.metadata.client Provides Metadata client interface, factory and implementations. -
-
Uses of MetadataScrollThresholdExceededException in fr.gouv.vitam.access.internal.api
Methods in fr.gouv.vitam.access.internal.api that throw MetadataScrollThresholdExceededException Modifier and Type Method Description javax.ws.rs.core.ResponseAccessInternalModule. streamObjects(com.fasterxml.jackson.databind.JsonNode applyAccessContractRestrictionForObjectForSelect)javax.ws.rs.core.ResponseAccessInternalModule. streamUnits(com.fasterxml.jackson.databind.JsonNode applyAccessContractRestrictionForUnitForSelect) -
Uses of MetadataScrollThresholdExceededException in fr.gouv.vitam.access.internal.core
Methods in fr.gouv.vitam.access.internal.core that throw MetadataScrollThresholdExceededException Modifier and Type Method Description javax.ws.rs.core.ResponseAccessInternalModuleImpl. streamObjects(com.fasterxml.jackson.databind.JsonNode query)javax.ws.rs.core.ResponseAccessInternalModuleImpl. streamUnits(com.fasterxml.jackson.databind.JsonNode query) -
Uses of MetadataScrollThresholdExceededException in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client that throw MetadataScrollThresholdExceededException Modifier and Type Method Description javax.ws.rs.core.ResponseMetaDataClient. streamObjects(com.fasterxml.jackson.databind.JsonNode selectQuery)javax.ws.rs.core.ResponseMetaDataClientRest. streamObjects(com.fasterxml.jackson.databind.JsonNode selectQuery)javax.ws.rs.core.ResponseMetaDataClient. streamUnits(com.fasterxml.jackson.databind.JsonNode selectQuery)javax.ws.rs.core.ResponseMetaDataClientRest. streamUnits(com.fasterxml.jackson.databind.JsonNode selectQuery)
-