Uses of Class
fr.gouv.vitam.common.exception.BadRequestException
Package
Description
Provides access internal client interface, factory and implementations.
Database server package in vitam
Elasticsearch server package in Vitam
Provides Functional administration client interface, factory and implementations.
Provides common server classes for the Functional Administration module
Provides IHM core classes
Provides Ingest Internal Client interface, configuration, factory and implementations.
Provides
Provides
Provides Processing Management client interface, factory and implementations.
-
Uses of BadRequestException in fr.gouv.vitam.access.internal.client
Modifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient.selectObjects
(com.fasterxml.jackson.databind.JsonNode selectQuery) Select Objects group based on DSL queryRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient.selectObjectsByObjectPersistentIdentifier
(String persistentIdentifier, com.fasterxml.jackson.databind.JsonNode selectQuery) Select Objects by persistent identifierRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient.selectUnits
(com.fasterxml.jackson.databind.JsonNode selectQuery) Select Unitsjavax.ws.rs.core.Response
AccessInternalClient.selectUnitsByUnitPersistentIdentifier
(String persistentIdentifier, com.fasterxml.jackson.databind.JsonNode selectQuery) Select Units by persistent identifierRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient.selectUnitsWithInheritedRules
(com.fasterxml.jackson.databind.JsonNode selectQuery) Select units with inherited rules by select query (DSL) -
Uses of BadRequestException in fr.gouv.vitam.common.database.server
Modifier and TypeMethodDescriptionDbRequestSingle.execute
(Insert request, Integer version, DocumentValidator documentValidator) DbRequestSingle.execute
(Update request, DocumentValidator documentValidator) DbRequestSingle.executeQueryWithoutRestrictionOnCurrentTenant
(Select request) -
Uses of BadRequestException in fr.gouv.vitam.common.database.server.elasticsearch
Modifier and TypeMethodDescriptionfinal co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>
ElasticsearchAccess.search
(ElasticsearchIndexAlias indexAlias, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] esProjection, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, Integer limit) final co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>
ElasticsearchAccess.search
(ElasticsearchIndexAlias indexAlias, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] esProjection, 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) final co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>
ElasticsearchAccess.searchCrossIndices
(Set<ElasticsearchIndexAlias> indexAliases, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] esProjection, 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) -
Uses of BadRequestException in fr.gouv.vitam.functional.administration.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response.Status
AdminManagementClient.createExternalOperation
(LogbookOperationParameters logbookOperationparams) Create external logbook operation entry
javax.ws.rs.core.Response.Status
AdminManagementClientMock.createExternalOperation
(LogbookOperationParameters logbookOperationparams) -
Uses of BadRequestException in fr.gouv.vitam.functional.administration.common.server
Modifier and TypeMethodDescriptionMongoDbAccessAdminImpl.deleteDocument
(com.fasterxml.jackson.databind.JsonNode delete, FunctionalAdminCollections collection) MongoDbAccessReferential.deleteDocument
(com.fasterxml.jackson.databind.JsonNode delete, FunctionalAdminCollections collection) protected final co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>
ElasticsearchAccessFunctionalAdmin.search
(FunctionalAdminCollections collection, co.elastic.clients.elasticsearch._types.query_dsl.Query query) MongoDbAccessAdminImpl.updateData
(com.fasterxml.jackson.databind.JsonNode update, FunctionalAdminCollections collection) MongoDbAccessAdminImpl.updateData
(com.fasterxml.jackson.databind.JsonNode update, FunctionalAdminCollections collection, Integer version) MongoDbAccessReferential.updateData
(com.fasterxml.jackson.databind.JsonNode update, FunctionalAdminCollections collection) Update with queryDslMongoDbAccessReferential.updateData
(com.fasterxml.jackson.databind.JsonNode update, FunctionalAdminCollections collection, Integer version) Update with queryDsl -
Uses of BadRequestException in fr.gouv.vitam.functional.administration.core.accession.register
Modifier and TypeMethodDescriptionvoid
ReferentialAccessionRegisterImpl.createOrUpdateAccessionRegister
(AccessionRegisterDetailModel registerDetail) void
ReferentialAccessionRegisterImpl.migrateAccessionRegister
(AccessionRegisterDetailModel accessionRegister, List<String> fieldsToUpdate) -
Uses of BadRequestException in fr.gouv.vitam.functional.administration.core.audit
-
Uses of BadRequestException in fr.gouv.vitam.ihmdemo.core
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
UserInterfaceTransactionManager.extractInformationFromTimestamp
(String timestamp) Extract information from timestamp -
Uses of BadRequestException in fr.gouv.vitam.ingest.internal.client
Modifier and TypeMethodDescriptionIngestInternalClient.getOperationProcessStatus
(String id) getOperationProcessStatus: get operation process status** -
Uses of BadRequestException in fr.gouv.vitam.metadata.core
Modifier and TypeMethodDescriptionMetaDataImpl.selectObjectGroupById
(com.fasterxml.jackson.databind.JsonNode selectQuery, String objectGroupId) MetaDataImpl.selectObjectGroupsByQuery
(com.fasterxml.jackson.databind.JsonNode selectQuery) MetaDataImpl.selectUnitsById
(com.fasterxml.jackson.databind.JsonNode selectQuery, String unitId) MetaDataImpl.selectUnitsByQuery
(com.fasterxml.jackson.databind.JsonNode selectQuery) -
Uses of BadRequestException in fr.gouv.vitam.metadata.core.database.collections
Modifier 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 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.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 Queryprotected 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) -
Uses of BadRequestException in fr.gouv.vitam.metadata.core.rules
Modifier and TypeMethodDescriptionMetadataRuleService.selectUnitsWithInheritedRules
(com.fasterxml.jackson.databind.JsonNode selectQuery) Select units by DSL and computes inherited rules for matching units -
Uses of BadRequestException in fr.gouv.vitam.processing.management.client
Modifier and TypeMethodDescriptionProcessingManagementClient.getOperationProcessStatus
(String id) getOperationProcessStatus: get operation process status**void
ProcessingManagementClient.initVitamProcess
(ProcessingEntry entry) initVitamProcess woth processing entryvoid
ProcessingManagementClient.initVitamProcess
(String container, String workflowId) initVitamProcess