Package | Description |
---|---|
fr.gouv.vitam.metadata.api.exception |
Provides exception classes used for the Metadata module.
|
fr.gouv.vitam.metadata.core |
Provides
|
fr.gouv.vitam.metadata.core.graph | |
fr.gouv.vitam.metadata.core.graph.api |
Modifier and Type | Class and Description |
---|---|
class |
MetaDataAlreadyExistException
MetaDataAlreadyExistException duplicate error
|
class |
MetaDataClientServerException
Exception indicating the Metadata server has an internal error
|
class |
MetaDataDocumentSizeException
MetaDataDocumentSizeException max size exceeded error
|
class |
MetaDataExecutionException
MetaDataExecutionException database error
|
class |
MetadataInvalidSelectException
MetaData Invalid Select Exception: will be thrown for invalid request
|
class |
MetadataInvalidUpdateException
MetadataInvalidUpdateException update failed in update operation in metatada
|
class |
MetaDataNotFoundException
MetaDataNotFoundException document not found error
|
Modifier and Type | Method and Description |
---|---|
static ElasticsearchAccessMetadata |
ElasticsearchAccessMetadataFactory.create(MetaDataConfiguration configuration)
Creation of one ElasticsearchAccess
|
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeServiceImpl.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL) |
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeService.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL)
If workflow of compute graph in progress, do not execute this method
Should be exposed in the API
|
default void |
GraphComputeService.computeGraph(MetadataCollections metadataCollections,
List<org.bson.Document> documents)
Generic method to calculate graph for unit and object group
|
default void |
GraphComputeService.preLoadCache(List<org.bson.Document> documents)
Get data from database and pre-populate unitCache
|
Copyright © 2018 Vitam. All rights reserved.