Uses of Class
fr.gouv.vitam.metadata.core.database.collections.Result
Packages that use Result
Package
Description
Provides
Provides utility classes for the Metadata module
-
Uses of Result in fr.gouv.vitam.metadata.core.database.collections
Subclasses of Result in fr.gouv.vitam.metadata.core.database.collectionsModifier and TypeClassDescriptionclassResult LRU in memory versionclassResult Error onlyMethods in fr.gouv.vitam.metadata.core.database.collections that return ResultModifier and TypeMethodDescriptionAdd one document into final resultAd one Id to CurrentIdsResult.clear()Clear the Resultstatic ResultMongoDbMetadataHelper.createOneResult(BuilderToken.FILTERARGS type) Deprecated.static ResultMongoDbMetadataHelper.createOneResult(BuilderToken.FILTERARGS type, Collection<String> set) Deprecated.protected Result<MetadataDocument<?>>DbRequest.exactDepthUnitQuery(Query realQuery, Result<MetadataDocument<?>> previous, int exactDepth, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one Unit Query using exact DepthDbRequest.execRequest(RequestParserMultiple requestParser, List<OntologyModel> ontologies) The request should be already analyzed.protected Result<MetadataDocument<?>>DbRequest.executeQuery(RequestParserMultiple requestParser, RequestToAbstract requestToMongodb, int rank, Result<MetadataDocument<?>> previous, DynamicParserTokens parserTokens) Execute one requestprotected Result<MetadataDocument<?>>DbRequest.lastDeleteFilterProjection(DeleteToMongodb requestToMongodb, Result<MetadataDocument<?>> last) Finalize the queries with last True Deleteprotected Result<MetadataDocument<?>>DbRequest.lastSelectFilterProjection(SelectToMongodb requestToMongodb, Result<MetadataDocument<?>> last, boolean checkConsistency) Finalize the queries with last True Selectprotected Result<MetadataDocument<?>>DbRequest.objectGroupQuery(Query realQuery, Result<MetadataDocument<?>> previous, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, String scrollId, Integer scrollTimeout, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one relative Depth ObjectGroup QueryPut from argumentprotected Result<MetadataDocument<?>>DbRequest.relativeDepthUnitQuery(Query realQuery, Result<MetadataDocument<?>> previous, int relativeDepth, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one relative Depth Unit Queryprotected Result<MetadataDocument<?>>DbRequest.sameDepthUnitQuery(Query realQuery, Result<MetadataDocument<?>> previous, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one relative Depth Unit Queryprotected final Result<MetadataDocument<?>>ElasticsearchAccessMetadata.search(MetadataCollections collection, Integer tenantId, co.elastic.clients.elasticsearch._types.query_dsl.Query query, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, Integer limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, boolean trackTotalHits) Result.setScrollId(String scrollId) Add ScrollId to ResultResult.setTotal(long total) Result.setUpdatedResult(long nb) Methods in fr.gouv.vitam.metadata.core.database.collections with parameters of type ResultModifier and TypeMethodDescriptionprotected Result<MetadataDocument<?>>DbRequest.exactDepthUnitQuery(Query realQuery, Result<MetadataDocument<?>> previous, int exactDepth, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one Unit Query using exact Depthprotected Result<MetadataDocument<?>>DbRequest.executeQuery(RequestParserMultiple requestParser, RequestToAbstract requestToMongodb, int rank, Result<MetadataDocument<?>> previous, DynamicParserTokens parserTokens) Execute one requestprotected Result<MetadataDocument<?>>DbRequest.lastDeleteFilterProjection(DeleteToMongodb requestToMongodb, Result<MetadataDocument<?>> last) Finalize the queries with last True Deleteprotected Result<MetadataDocument<?>>DbRequest.lastSelectFilterProjection(SelectToMongodb requestToMongodb, Result<MetadataDocument<?>> last, boolean checkConsistency) Finalize the queries with last True Selectprotected Result<MetadataDocument<?>>DbRequest.objectGroupQuery(Query realQuery, Result<MetadataDocument<?>> previous, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, String scrollId, Integer scrollTimeout, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one relative Depth ObjectGroup QueryPut from argumentResultError.putFrom(Result<MetadataDocument<?>> from) protected Result<MetadataDocument<?>>DbRequest.relativeDepthUnitQuery(Query realQuery, Result<MetadataDocument<?>> previous, int relativeDepth, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one relative Depth Unit Queryprotected Result<MetadataDocument<?>>DbRequest.sameDepthUnitQuery(Query realQuery, Result<MetadataDocument<?>> previous, Integer tenantId, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation> facets, String scrollId, Integer scrollTimeout, DynamicParserTokens parserTokens, boolean trackTotalHits) Execute one relative Depth Unit Query -
Uses of Result in fr.gouv.vitam.metadata.core.utils
Methods in fr.gouv.vitam.metadata.core.utils with parameters of type ResultModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.node.ArrayNodeMetadataJsonResponseUtils.populateJSONObjectResponse(Result result, RequestParserMultiple selectRequest) create Json responsestatic com.fasterxml.jackson.databind.node.ArrayNodecreate Json response with diff information