Package fr.gouv.vitam.metadata.client
Interface MetaDataClient
- All Superinterfaces:
- AutoCloseable,- BasicClient,- MockOrRestClient,- VitamAutoCloseable
- All Known Implementing Classes:
- MetaDataClientMock,- MetaDataClientRest
Metadata client interface
- 
Field SummaryFields inherited from interface fr.gouv.vitam.common.client.BasicClientSTATUS_URL
- 
Method SummaryModifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>atomicUpdateBulk(List<com.fasterxml.jackson.databind.JsonNode> updateQueries) Bulk Update units by a list of update query (DSL)javax.ws.rs.core.ResponseclearESScrollFilter(String scrollId) computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl) Compute graph of all Units/Got that match the given query dsl The returned number of treated object group is an estimation, as object group can be computed several timescomputeGraph(GraphComputeResponse.GraphComputeAction action, Set<String> ids) Compute graph of all document match ids.com.fasterxml.jackson.databind.JsonNodeCreates the AccessionRegisterSymbolics from ElasticSearch aggregations and nested aggregation request.voiddeleteObjectGroupBulk(Collection<String> listIds) Delete Object Group BulkvoiddeleteUnitsBulk(Collection<String> listIds) delete UnitsBulkvoidexportReclassificationChildNodes(Set<String> ids, String unitsToUpdateJsonLineFileName, String objectGroupsToUpdateJsonLineFileName) Export all units and object groups that are a descendants of the provided units to workspace for graph update.RequestResponse<com.fasterxml.jackson.databind.JsonNode>getObjectGroupByIdRaw(String objectGroupId) Search object group by path unit idRequestResponse<com.fasterxml.jackson.databind.JsonNode>getObjectGroupsByIdsRaw(Collection<String> objectGroupIds) Select raw object group by idscom.fasterxml.jackson.databind.JsonNodegetPurgedPersistentIdentifiers(String persistentIdentifier, PurgedCollectionType type) RequestResponse<com.fasterxml.jackson.databind.JsonNode>getUnitByIdRaw(String unitId) Search units by path unit idRequestResponse<com.fasterxml.jackson.databind.JsonNode>getUnitsByIdsRaw(Collection<String> unitIds) Select raw unis by idscom.fasterxml.jackson.databind.JsonNodeinsertObjectGroup(com.fasterxml.jackson.databind.JsonNode insertQuery) com.fasterxml.jackson.databind.JsonNodeinsertObjectGroups(List<com.fasterxml.jackson.databind.JsonNode> insertQuery) com.fasterxml.jackson.databind.JsonNodeinsertUnitBulk(BulkUnitInsertRequest request) javax.ws.rs.core.ResponseAPI to process obsolete compute inherited rules service for metadatas.javax.ws.rs.core.ResponseAPI to process purge expired DIP files service for metadatas.javax.ws.rs.core.ResponseAPI to process purge expired tranfering SIP files service for metadatas.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for metadatas.RequestResponse<com.fasterxml.jackson.databind.JsonNode>Reconstruct Persistent Identifiersbooleanbooleancom.fasterxml.jackson.databind.JsonNodereindex(IndexParameters indexParam) Reindex a collection with parametersjavax.ws.rs.core.ResponseAPI to process audit data consistency Mongo and ES service for metadatas.selectAccessionRegisterOnObjectByOperationId(String operationId) selectAccessionRegisterOnUnitByOperationId(String operationId) com.fasterxml.jackson.databind.JsonNodeselectObjectGroups(com.fasterxml.jackson.databind.JsonNode selectQuery) Search objectgroups by select query (DSL)com.fasterxml.jackson.databind.JsonNodeselectObjectGrouptbyId(com.fasterxml.jackson.databind.JsonNode selectQuery, String objectGroupId) Search Object Group by query (DSL) and path objectGroup idcom.fasterxml.jackson.databind.JsonNodeselectUnitbyId(com.fasterxml.jackson.databind.JsonNode selectQuery, String unitId) Search units by query (DSL) and path unit idcom.fasterxml.jackson.databind.JsonNodeselectUnits(com.fasterxml.jackson.databind.JsonNode selectQuery) Search units by select query (DSL)List<RequestResponseOK<com.fasterxml.jackson.databind.JsonNode>>selectUnitsBulk(List<com.fasterxml.jackson.databind.JsonNode> selectQueryBulk) Bulk Search units by a list of select query (DSL)com.fasterxml.jackson.databind.JsonNodeselectUnitsWithInheritedRules(com.fasterxml.jackson.databind.JsonNode selectQuery) Select units with inherited rules by select query (DSL)javax.ws.rs.core.ResponseAPI to access and launch the Vitam store graph service for metadatas.javax.ws.rs.core.ResponsestreamObjects(com.fasterxml.jackson.databind.JsonNode selectQuery) javax.ws.rs.core.ResponsestreamUnits(com.fasterxml.jackson.databind.JsonNode selectQuery) switchIndexes(SwitchIndexParameters switchIndexParam) Switch indexesvoidupdateObjectGroupById(com.fasterxml.jackson.databind.JsonNode updateQuery, String objectGroupId) Update ObjectGroupRequestResponse<com.fasterxml.jackson.databind.JsonNode>updateUnitBulk(com.fasterxml.jackson.databind.JsonNode updateQuery) Update units Bulk.com.fasterxml.jackson.databind.JsonNodeupdateUnitById(com.fasterxml.jackson.databind.JsonNode updateQuery, String unitId) Update units by query (DSL) and path unit idRequestResponse<com.fasterxml.jackson.databind.JsonNode>updateUnitsRulesBulk(List<String> unitsIds, RuleActions actions, Map<String, DurationData> rulesToDurationData) Update units rules Bulk.Methods inherited from interface fr.gouv.vitam.common.client.MockOrRestClientcheckStatus, checkStatus, close, consumeAnyEntityAndClose, getResourcePath, getServiceUrl
- 
Method Details- 
insertUnitBulkcom.fasterxml.jackson.databind.JsonNode insertUnitBulk(BulkUnitInsertRequest request) throws InvalidParseOperationException, MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataClientServerException 
- 
selectUnitscom.fasterxml.jackson.databind.JsonNode selectUnits(com.fasterxml.jackson.databind.JsonNode selectQuery) throws MetaDataExecutionException, MetaDataDocumentSizeException, InvalidParseOperationException, MetaDataClientServerException Search units by select query (DSL)- Parameters:
- selectQuery- : select query- SelectMultiQueryas String
 Null is not allowed
- Returns:
- Json object {$hint:{},$result:[{},{}]}
- Throws:
- MetaDataExecutionException- thrown when internal Server Error (fatal technical exception thrown)
- InvalidParseOperationException
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataClientServerException
 
- 
selectUnitsBulkList<RequestResponseOK<com.fasterxml.jackson.databind.JsonNode>> selectUnitsBulk(List<com.fasterxml.jackson.databind.JsonNode> selectQueryBulk) throws MetaDataExecutionException, MetaDataDocumentSizeException, InvalidParseOperationException, MetaDataClientServerException Bulk Search units by a list of select query (DSL)- Parameters:
- List-- : select query - SelectMultiQueryas String
 Null is not allowed
 List can be empty
- Returns:
- RequestResponse object {$hint:{},$result:[{},{}]} containing a list of RequestResponse (RequestResponseOK or VitamError) as JsonNode linked to each selectQuery
- Throws:
- MetaDataExecutionException- thrown when internal Server Error (fatal technical exception thrown)
- InvalidParseOperationException
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataClientServerException
 
- 
selectUnitbyIdcom.fasterxml.jackson.databind.JsonNode selectUnitbyId(com.fasterxml.jackson.databind.JsonNode selectQuery, String unitId) throws MetaDataExecutionException, MetaDataDocumentSizeException, InvalidParseOperationException, MetaDataClientServerException Search units by query (DSL) and path unit id- Parameters:
- selectQuery- : select query- Selectas JsonNode
 Null is not allowed
- unitId- : unit id
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{},{}]}
- Throws:
- MetaDataExecutionException- thrown when internal Server Error (fatal technical exception thrown)
- InvalidParseOperationException
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataClientServerException
 
- 
selectObjectGrouptbyIdcom.fasterxml.jackson.databind.JsonNode selectObjectGrouptbyId(com.fasterxml.jackson.databind.JsonNode selectQuery, String objectGroupId) throws MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, InvalidParseOperationException, MetadataInvalidSelectException, MetaDataClientServerException Search Object Group by query (DSL) and path objectGroup id- Parameters:
- selectQuery- : select query- Selectas JsonNode
 Null is not allowed
- objectGroupId- : objectGroup id
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{},{}]}
- Throws:
- MetaDataExecutionException- thrown when internal Server Error (fatal technical exception thrown)
- InvalidParseOperationException- thrown when the Query is badly formatted or objectGroupId is empty
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataNotFoundException
- MetadataInvalidSelectException- thrown when objectGroupId or selectQuery id is null or blank
- MetaDataClientServerException
 
- 
updateUnitByIdcom.fasterxml.jackson.databind.JsonNode updateUnitById(com.fasterxml.jackson.databind.JsonNode updateQuery, String unitId) throws MetaDataNotFoundException, MetaDataExecutionException, MetaDataDocumentSizeException, InvalidParseOperationException, MetaDataClientServerException Update units by query (DSL) and path unit id- Parameters:
- updateQuery- update query- Selectas JsonNode
 Null is not allowed
- unitId- unit id
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{},{}]}
- Throws:
- MetaDataExecutionException- thrown when internal Server Error (fatal technical exception thrown)
- InvalidParseOperationException
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataNotFoundException
- MetaDataClientServerException
 
- 
insertObjectGroupcom.fasterxml.jackson.databind.JsonNode insertObjectGroup(com.fasterxml.jackson.databind.JsonNode insertQuery) throws InvalidParseOperationException, MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataClientServerException - Parameters:
- insertQuery- as String
- Returns:
- response as JsonNode contains the request result
- Throws:
- InvalidParseOperationException
- MetaDataExecutionException
- MetaDataNotFoundException
- MetaDataDocumentSizeException
- MetaDataClientServerException
 
- 
updateObjectGroupByIdvoid updateObjectGroupById(com.fasterxml.jackson.databind.JsonNode updateQuery, String objectGroupId) throws InvalidParseOperationException, MetaDataClientServerException, MetaDataExecutionException Update ObjectGroup- Parameters:
- updateQuery-
- objectGroupId-
- Throws:
- InvalidParseOperationException
- MetaDataClientServerException
- MetaDataExecutionException
 
- 
insertObjectGroupscom.fasterxml.jackson.databind.JsonNode insertObjectGroups(List<com.fasterxml.jackson.databind.JsonNode> insertQuery) throws InvalidParseOperationException, MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataClientServerException 
- 
selectAccessionRegisterOnUnitByOperationIdList<UnitPerOriginatingAgency> selectAccessionRegisterOnUnitByOperationId(String operationId) throws MetaDataClientServerException - Parameters:
- operationId-
- Returns:
- the list of UnitsPerOriginatingAgency
- Throws:
- MetaDataClientServerException
 
- 
selectAccessionRegisterOnObjectByOperationIdList<ObjectGroupPerOriginatingAgency> selectAccessionRegisterOnObjectByOperationId(String operationId) throws MetaDataClientServerException - Parameters:
- operationId-
- Returns:
- the list of ObjectGroupPerOriginatingAgency
- Throws:
- MetaDataClientServerException
 
- 
selectObjectGroupscom.fasterxml.jackson.databind.JsonNode selectObjectGroups(com.fasterxml.jackson.databind.JsonNode selectQuery) throws MetaDataExecutionException, MetaDataDocumentSizeException, InvalidParseOperationException, MetaDataClientServerException Search objectgroups by select query (DSL)- Parameters:
- selectQuery- : select query- SelectMultiQueryas String
 Null is not allowed
- Returns:
- Json object {$hint:{},$result:[{},{}]}
- Throws:
- MetaDataExecutionException- thrown when internal Server Error (fatal technical exception thrown)
- InvalidParseOperationException
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataClientServerException
 
- 
refreshUnits- Returns:
- True if the Units index is refreshed
- Throws:
- MetaDataClientServerException
 
- 
refreshObjectGroups- Returns:
- True if the ObjectGroups index is refreshed
- Throws:
- MetaDataClientServerException
 
- 
reindexcom.fasterxml.jackson.databind.JsonNode reindex(IndexParameters indexParam) throws InvalidParseOperationException, MetaDataClientServerException, MetaDataNotFoundException Reindex a collection with parameters- Parameters:
- indexParam- reindexation parameters
- Returns:
- JsonObject containing information about the newly created index
- Throws:
- MetaDataClientServerException
- MetaDataNotFoundException- in case the index does not exist
- InvalidParseOperationException
 
- 
switchIndexesSwitchIndexResult switchIndexes(SwitchIndexParameters switchIndexParam) throws InvalidParseOperationException, MetaDataClientServerException, MetaDataNotFoundException Switch indexes- Parameters:
- switchIndexParam- switch index parameters
- Returns:
- JsonObject containing information about the newly created index
- Throws:
- MetaDataClientServerException
- MetaDataNotFoundException- in case the index does not exist
- InvalidParseOperationException
 
- 
getUnitByIdRawRequestResponse<com.fasterxml.jackson.databind.JsonNode> getUnitByIdRaw(String unitId) throws VitamClientException Search units by path unit id- Parameters:
- unitId- : unit id
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{}]} or vitam error
- Throws:
- VitamClientException
 
- 
getUnitsByIdsRawRequestResponse<com.fasterxml.jackson.databind.JsonNode> getUnitsByIdsRaw(Collection<String> unitIds) throws VitamClientException Select raw unis by ids- Parameters:
- unitIds- : unit ids
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{}]} or vitam error
- Throws:
- VitamClientException
 
- 
getObjectGroupByIdRawRequestResponse<com.fasterxml.jackson.databind.JsonNode> getObjectGroupByIdRaw(String objectGroupId) throws VitamClientException Search object group by path unit id- Parameters:
- objectGroupId- : objectGroup id
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{}]} or vitam error
- Throws:
- VitamClientException
 
- 
getObjectGroupsByIdsRawRequestResponse<com.fasterxml.jackson.databind.JsonNode> getObjectGroupsByIdsRaw(Collection<String> objectGroupIds) throws VitamClientException Select raw object group by ids- Parameters:
- objectGroupIds- : object group ids
 null and blank is not allowed
- Returns:
- Json object {$hint:{},$result:[{}]} or vitam error
- Throws:
- VitamClientException
 
- 
computeGraphGraphComputeResponse computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl) throws VitamClientException Compute graph of all Units/Got that match the given query dsl The returned number of treated object group is an estimation, as object group can be computed several times- Parameters:
- queryDsl-
- Returns:
- GraphComputeResponse
- Throws:
- VitamClientException
 
- 
computeGraphGraphComputeResponse computeGraph(GraphComputeResponse.GraphComputeAction action, Set<String> ids) throws VitamClientException Compute graph of all document match ids. The document can be UNIT, OBJECTGROUP, or UNIT AND OBJECTGROUP In case of UNIT AND OBJECTGROUP, the ids set is id of UNITs- Parameters:
- action-
- ids-
- Returns:
- GraphComputeResponse
- Throws:
- VitamClientException
 
- 
reconstructPersistentIdentifiersRequestResponse<com.fasterxml.jackson.databind.JsonNode> reconstructPersistentIdentifiers(PersistentIdentifierReconstructionRequest requestItem) throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerException Reconstruct Persistent Identifiers- Parameters:
- requestItem-
- Returns:
- Throws:
- MetaDataNotFoundException
- InvalidParseOperationException
- MetaDataClientServerException
 
- 
getPurgedPersistentIdentifierscom.fasterxml.jackson.databind.JsonNode getPurgedPersistentIdentifiers(String persistentIdentifier, @Nullable PurgedCollectionType type) throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerException 
- 
updateUnitBulkRequestResponse<com.fasterxml.jackson.databind.JsonNode> updateUnitBulk(com.fasterxml.jackson.databind.JsonNode updateQuery) throws InvalidParseOperationException, MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataClientServerException Update units Bulk.- Parameters:
- updateQuery-
- Returns:
- Throws:
- InvalidParseOperationException
- MetaDataExecutionException
- MetaDataNotFoundException
- MetaDataDocumentSizeException
- MetaDataClientServerException
 
- 
atomicUpdateBulkRequestResponse<com.fasterxml.jackson.databind.JsonNode> atomicUpdateBulk(List<com.fasterxml.jackson.databind.JsonNode> updateQueries) throws InvalidParseOperationException, MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataClientServerException Bulk Update units by a list of update query (DSL)- Parameters:
- updateQueries- : update query- UpdateMultiQueryas String Null is not allowed List can be empty
- Returns:
- RequestResponse object {$hint:{},$result:[{},{}]} containing a list of RequestResponse (RequestResponseOK or VitamError) as JsonNode linked to each updateQuery
- Throws:
- InvalidParseOperationException
- MetaDataExecutionException
- MetaDataNotFoundException
- MetaDataDocumentSizeException
- MetaDataClientServerException
 
- 
updateUnitsRulesBulkRequestResponse<com.fasterxml.jackson.databind.JsonNode> updateUnitsRulesBulk(List<String> unitsIds, RuleActions actions, Map<String, DurationData> rulesToDurationData) throws InvalidParseOperationException, MetaDataExecutionException, MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataClientServerExceptionUpdate units rules Bulk.- Parameters:
- unitsIds- the bulk unit ids to update
- actions-
- Returns:
- Throws:
- InvalidParseOperationException
- MetaDataExecutionException
- MetaDataNotFoundException
- MetaDataDocumentSizeException
- MetaDataClientServerException
 
- 
exportReclassificationChildNodesvoid exportReclassificationChildNodes(Set<String> ids, String unitsToUpdateJsonLineFileName, String objectGroupsToUpdateJsonLineFileName) throws VitamClientException, MetaDataExecutionException Export all units and object groups that are a descendants of the provided units to workspace for graph update.- Parameters:
- ids- the unit ids for which all descendant nodes (units and object groups) are to be updated.
- Throws:
- VitamClientException
- MetaDataExecutionException
 
- 
selectUnitsWithInheritedRulescom.fasterxml.jackson.databind.JsonNode selectUnitsWithInheritedRules(com.fasterxml.jackson.databind.JsonNode selectQuery) throws MetaDataDocumentSizeException, InvalidParseOperationException, MetaDataClientServerException, MetaDataExecutionException Select units with inherited rules by select query (DSL)- Parameters:
- selectQuery- : select query
- Returns:
- Json object
- Throws:
- InvalidParseOperationException
- MetaDataDocumentSizeException- thrown when Query document Size is Too Large
- MetaDataClientServerException
- MetaDataExecutionException
 
- 
createAccessionRegisterSymboliccom.fasterxml.jackson.databind.JsonNode createAccessionRegisterSymbolic() throws MetaDataClientServerException, MetaDataExecutionExceptionCreates the AccessionRegisterSymbolics from ElasticSearch aggregations and nested aggregation request. Because the AccessionRegisterSymbolic is not available from this package, it is a JsonNode which is returned.- Returns:
- a list of AccessionRegisterSymbolic as JsonNode
- Throws:
- MetaDataClientServerException
- MetaDataExecutionException
 
- 
deleteUnitsBulkvoid deleteUnitsBulk(Collection<String> listIds) throws MetaDataExecutionException, MetaDataClientServerException delete UnitsBulk- Parameters:
- listIds- list of id to delete
- Throws:
- MetaDataExecutionException- MetaDataExecutionException
- MetaDataClientServerException- MetaDataClientServerException
 
- 
deleteObjectGroupBulkvoid deleteObjectGroupBulk(Collection<String> listIds) throws MetaDataExecutionException, InvalidParseOperationException, MetaDataClientServerException Delete Object Group Bulk- Parameters:
- listIds- list of id to delete
- Throws:
- MetaDataExecutionException- MetaDataExecutionException
- MetaDataClientServerException- MetaDataClientServerException
- InvalidParseOperationException
 
- 
storeGraphjavax.ws.rs.core.Response storeGraph() throws MetaDataNotFoundException, MetaDataDocumentSizeException, MetaDataExecutionException, InvalidParseOperationException, MetaDataClientServerExceptionAPI to access and launch the Vitam store graph service for metadatas.- Returns:
- Throws:
- MetaDataExecutionException- MetaDataExecutionException
- MetaDataClientServerException- MetaDataClientServerException
- MetaDataNotFoundException
- MetaDataDocumentSizeException
- InvalidParseOperationException
 
- 
reconstructCollectionList<ReconstructionResponseItem> reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerException API to access and launch the Vitam reconstruction service for metadatas.- Parameters:
- reconstructionItems- list of reconstruction request items
- Returns:
- Throws:
- MetaDataClientServerException- MetaDataClientServerException
- MetaDataNotFoundException
- InvalidParseOperationException
 
- 
processObsoleteComputedInheritedRulesjavax.ws.rs.core.Response processObsoleteComputedInheritedRules() throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerExceptionAPI to process obsolete compute inherited rules service for metadatas.- Returns:
- Throws:
- MetaDataClientServerException- MetaDataClientServerException InvalidParseOperationException
- MetaDataNotFoundException
- InvalidParseOperationException
 
- 
purgeExpiredDipFilesjavax.ws.rs.core.Response purgeExpiredDipFiles() throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerExceptionAPI to process purge expired DIP files service for metadatas.- Returns:
- Throws:
- MetaDataClientServerException- MetaDataClientServerException InvalidParseOperationException
- MetaDataNotFoundException
- InvalidParseOperationException
 
- 
purgeExpiredTransfersSIPFilesjavax.ws.rs.core.Response purgeExpiredTransfersSIPFiles() throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerExceptionAPI to process purge expired tranfering SIP files service for metadatas.- Returns:
- Throws:
- MetaDataClientServerException- MetaDataClientServerException InvalidParseOperationException
- MetaDataNotFoundException
- InvalidParseOperationException
 
- 
runAuditDataConsistencyMongoEsjavax.ws.rs.core.Response runAuditDataConsistencyMongoEs() throws MetaDataNotFoundException, InvalidParseOperationException, MetaDataClientServerExceptionAPI to process audit data consistency Mongo and ES service for metadatas.- Returns:
- Throws:
- MetaDataClientServerException- MetaDataClientServerException InvalidParseOperationException
- MetaDataNotFoundException
- InvalidParseOperationException
 
- 
streamUnitsjavax.ws.rs.core.Response streamUnits(com.fasterxml.jackson.databind.JsonNode selectQuery) throws MetaDataClientServerException, MetadataScrollThresholdExceededException, MetadataScrollLimitExceededException 
- 
streamObjectsjavax.ws.rs.core.Response streamObjects(com.fasterxml.jackson.databind.JsonNode selectQuery) throws MetaDataClientServerException, MetadataScrollThresholdExceededException, MetadataScrollLimitExceededException 
- 
clearESScrollFilter- Throws:
- MetaDataClientServerException
 
 
-