Uses of Class
fr.gouv.vitam.metadata.api.exception.MetadataScrollLimitExceededException
-
Packages that use MetadataScrollLimitExceededException 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 MetadataScrollLimitExceededException in fr.gouv.vitam.access.internal.api
Methods in fr.gouv.vitam.access.internal.api that throw MetadataScrollLimitExceededException 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 MetadataScrollLimitExceededException in fr.gouv.vitam.access.internal.core
Methods in fr.gouv.vitam.access.internal.core that throw MetadataScrollLimitExceededException 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 MetadataScrollLimitExceededException in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client that throw MetadataScrollLimitExceededException 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)
-