Uses of Class
fr.gouv.vitam.common.database.parameter.SwitchIndexParameters
-
Packages that use SwitchIndexParameters 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.client Provides Logbook Operations client interface, factory and implementations.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.rest Provides the web server application for the Metadata module and the rest resources it uses. -
-
Uses of SwitchIndexParameters in fr.gouv.vitam.common.database.server.elasticsearch
Methods in fr.gouv.vitam.common.database.server.elasticsearch with parameters of type SwitchIndexParameters Modifier and Type Method Description SwitchIndexResult
IndexationHelper. getKOResult(SwitchIndexParameters switchIndexParameters, java.lang.String message)
Get KO Result for switching order -
Uses of SwitchIndexParameters in fr.gouv.vitam.functional.administration.rest
Method parameters in fr.gouv.vitam.functional.administration.rest with type arguments of type SwitchIndexParameters Modifier and Type Method Description javax.ws.rs.core.Response
ReindexationResource. switchIndexes(@Valid java.util.List<SwitchIndexParameters> switchIndexParameters)
Switch indexes -
Uses of SwitchIndexParameters in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client with parameters of type SwitchIndexParameters Modifier and Type Method Description SwitchIndexResult
LogbookOperationsClient. switchIndexes(SwitchIndexParameters switchIndexParam)
Switch indexesSwitchIndexResult
LogbookOperationsClientMock. switchIndexes(SwitchIndexParameters switchIndexParam)
-
Uses of SwitchIndexParameters in fr.gouv.vitam.logbook.rest
Methods in fr.gouv.vitam.logbook.rest with parameters of type SwitchIndexParameters Modifier and Type Method Description javax.ws.rs.core.Response
LogbookResource. changeIndexes(SwitchIndexParameters switchIndexParameters)
Switch indexes -
Uses of SwitchIndexParameters in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client with parameters of type SwitchIndexParameters Modifier and Type Method Description SwitchIndexResult
MetaDataClient. switchIndexes(SwitchIndexParameters switchIndexParam)
Switch indexesSwitchIndexResult
MetaDataClientMock. switchIndexes(SwitchIndexParameters switchIndexParam)
SwitchIndexResult
MetaDataClientRest. switchIndexes(SwitchIndexParameters switchIndexParam)
-
Uses of SwitchIndexParameters in fr.gouv.vitam.metadata.rest
Methods in fr.gouv.vitam.metadata.rest with parameters of type SwitchIndexParameters Modifier and Type Method Description javax.ws.rs.core.Response
MetadataResource. changeIndexes(SwitchIndexParameters switchIndexParameters)
Switch indexes
-