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 SwitchIndexResultIndexationHelper. 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.ResponseReindexationResource. 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 SwitchIndexResultLogbookOperationsClient. switchIndexes(SwitchIndexParameters switchIndexParam)Switch indexesSwitchIndexResultLogbookOperationsClientMock. 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.ResponseLogbookResource. 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 SwitchIndexResultMetaDataClient. switchIndexes(SwitchIndexParameters switchIndexParam)Switch indexesSwitchIndexResultMetaDataClientMock. switchIndexes(SwitchIndexParameters switchIndexParam)SwitchIndexResultMetaDataClientRest. 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.ResponseMetadataResource. changeIndexes(SwitchIndexParameters switchIndexParameters)Switch indexes
-