Uses of Class
fr.gouv.vitam.common.database.parameter.IndexParameters
-
Packages that use IndexParameters Package Description fr.gouv.vitam.common.database.server.elasticsearch Elasticsearch server package in Vitamfr.gouv.vitam.functional.administration.rest Provides the web server application and configuration for the Functional administration module and the rest resource it usesfr.gouv.vitam.logbook.operations.api Provides API classes for the Logbook Operations modulefr.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.client Provides Metadata client interface, factory and implementations.fr.gouv.vitam.metadata.core Providesfr.gouv.vitam.metadata.rest Provides the web server application for the Metadata module and the rest resources it uses. -
-
Uses of IndexParameters in fr.gouv.vitam.common.database.server.elasticsearch
Methods in fr.gouv.vitam.common.database.server.elasticsearch with parameters of type IndexParameters Modifier and Type Method Description ReindexationResult
IndexationHelper. getFullKOResult(IndexParameters indexParameters, java.lang.String message)
Get KO Result for reindexation orders -
Uses of IndexParameters in fr.gouv.vitam.functional.administration.rest
Method parameters in fr.gouv.vitam.functional.administration.rest with type arguments of type IndexParameters Modifier and Type Method Description javax.ws.rs.core.Response
ReindexationResource. reindex(@Valid java.util.List<IndexParameters> indexParameters)
Reindex a collection -
Uses of IndexParameters in fr.gouv.vitam.logbook.operations.api
Methods in fr.gouv.vitam.logbook.operations.api with parameters of type IndexParameters Modifier and Type Method Description ReindexationResult
LogbookOperations. reindex(IndexParameters indexParameters)
Reindex one or more collections -
Uses of IndexParameters in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client with parameters of type IndexParameters Modifier and Type Method Description ReindexationResult
LogbookOperationsClient. reindex(IndexParameters indexParam)
Reindex a collection with parametersReindexationResult
LogbookOperationsClientMock. reindex(IndexParameters indexParam)
-
Uses of IndexParameters in fr.gouv.vitam.logbook.operations.core
Methods in fr.gouv.vitam.logbook.operations.core with parameters of type IndexParameters Modifier and Type Method Description ReindexationResult
LogbookOperationsDecorator. reindex(IndexParameters indexParameters)
ReindexationResult
LogbookOperationsImpl. reindex(IndexParameters indexParameters)
-
Uses of IndexParameters in fr.gouv.vitam.logbook.rest
Methods in fr.gouv.vitam.logbook.rest with parameters of type IndexParameters Modifier and Type Method Description javax.ws.rs.core.Response
LogbookResource. reindex(IndexParameters indexParameters)
Reindex a collection -
Uses of IndexParameters in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client with parameters of type IndexParameters Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
MetaDataClient. reindex(IndexParameters indexParam)
Reindex a collection with parameterscom.fasterxml.jackson.databind.JsonNode
MetaDataClientMock. reindex(IndexParameters indexParam)
com.fasterxml.jackson.databind.JsonNode
MetaDataClientRest. reindex(IndexParameters indexParam)
-
Uses of IndexParameters in fr.gouv.vitam.metadata.core
Methods in fr.gouv.vitam.metadata.core with parameters of type IndexParameters Modifier and Type Method Description ReindexationResult
MetaDataImpl. reindex(IndexParameters indexParameters)
-
Uses of IndexParameters in fr.gouv.vitam.metadata.rest
Methods in fr.gouv.vitam.metadata.rest with parameters of type IndexParameters Modifier and Type Method Description javax.ws.rs.core.Response
MetadataResource. reindex(IndexParameters indexParameters)
Reindex a collection
-