Package | Description |
---|---|
fr.gouv.vitam.common.database.server.elasticsearch |
Elasticsearch server package in Vitam
|
fr.gouv.vitam.functional.administration.rest |
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
|
fr.gouv.vitam.logbook.operations.api |
Provides API classes for the Logbook Operations module
|
fr.gouv.vitam.logbook.operations.client |
Provides Logbook Operations client interface, factory and implementations.
|
fr.gouv.vitam.logbook.operations.core |
Provides core implementation for the Logbook Operations module.
|
fr.gouv.vitam.logbook.rest |
Provides the web server application for the Logbook module and the rest resources it uses.
|
fr.gouv.vitam.metadata.api |
Provides API classes for the Metadata module
|
fr.gouv.vitam.metadata.client |
Provides Metadata client interface, factory and implementations.
|
fr.gouv.vitam.metadata.core |
Provides
|
fr.gouv.vitam.metadata.rest |
Provides the web server application for the Metadata module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
static IndexationResult |
IndexationHelper.getFullKOResult(IndexParameters indexParameters,
String message)
Get KO Result for reindexation orders
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ReindexationResource.reindex(List<IndexParameters> indexParameters)
Reindex a collection
|
Modifier and Type | Method and Description |
---|---|
IndexationResult |
LogbookOperations.reindex(IndexParameters indexParameters)
Reindex one or more collections
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
LogbookOperationsClient.reindex(IndexParameters indexParam)
Reindex a collection with parameters
|
Modifier and Type | Method and Description |
---|---|
IndexationResult |
LogbookOperationsImpl.reindex(IndexParameters indexParameters) |
IndexationResult |
LogbookOperationsDecorator.reindex(IndexParameters indexParameters) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LogbookResource.reindex(IndexParameters indexParameters)
Reindex a collection
|
Modifier and Type | Method and Description |
---|---|
IndexationResult |
MetaData.reindex(IndexParameters indexParam)
Reindex one or more collections
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
MetaDataClientRest.reindex(IndexParameters indexParam) |
com.fasterxml.jackson.databind.JsonNode |
MetaDataClient.reindex(IndexParameters indexParam)
Reindex a collection with parameters
|
com.fasterxml.jackson.databind.JsonNode |
MetaDataClientMock.reindex(IndexParameters indexParam) |
Modifier and Type | Method and Description |
---|---|
IndexationResult |
MetaDataImpl.reindex(IndexParameters indexParam) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MetadataResource.reindex(IndexParameters indexParameters)
Reindex a collection
|
Copyright © 2018 Vitam. All rights reserved.