Uses of Class
fr.gouv.vitam.common.serverv2.VitamStarter
-
Packages that use VitamStarter Package Description fr.gouv.vitam.access.external.rest Provides the web server application for the Access External module and the rest resources it uses.fr.gouv.vitam.access.internal.rest Provides the web server application for the Access Internal module and the rest resources it uses.fr.gouv.vitam.elastic.kibana.interceptor.rest fr.gouv.vitam.ihmdemo.appserver Provides the web server application and configuration for the IHM Demo module and the rest resource it usesfr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it usesfr.gouv.vitam.ingest.external.rest Provides the web server application for the Ingest External module and the rest resources it uses.fr.gouv.vitam.ingest.internal.upload.rest Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.fr.gouv.vitam.worker.server.rest Provides the web server application for the Worker Server module and the rest resources it uses. -
-
Uses of VitamStarter in fr.gouv.vitam.access.external.rest
Methods in fr.gouv.vitam.access.external.rest that return VitamStarter Modifier and Type Method Description VitamStarter
AccessExternalMain. getVitamServer()
Get the server -
Uses of VitamStarter in fr.gouv.vitam.access.internal.rest
Methods in fr.gouv.vitam.access.internal.rest that return VitamStarter Modifier and Type Method Description VitamStarter
AccessInternalMain. getVitamServer()
-
Uses of VitamStarter in fr.gouv.vitam.elastic.kibana.interceptor.rest
Methods in fr.gouv.vitam.elastic.kibana.interceptor.rest that return VitamStarter Modifier and Type Method Description VitamStarter
InterceptorMain. getVitamServer()
Get the server -
Uses of VitamStarter in fr.gouv.vitam.ihmdemo.appserver
Methods in fr.gouv.vitam.ihmdemo.appserver that return VitamStarter Modifier and Type Method Description VitamStarter
IhmDemoMain. getVitamServer()
-
Uses of VitamStarter in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that return VitamStarter Modifier and Type Method Description VitamStarter
IhmRecetteMain. getVitamServer()
-
Uses of VitamStarter in fr.gouv.vitam.ingest.external.rest
Methods in fr.gouv.vitam.ingest.external.rest that return VitamStarter Modifier and Type Method Description VitamStarter
IngestExternalMain. getVitamStarter()
Get the Vitam Starter -
Uses of VitamStarter in fr.gouv.vitam.ingest.internal.upload.rest
Methods in fr.gouv.vitam.ingest.internal.upload.rest that return VitamStarter Modifier and Type Method Description VitamStarter
IngestInternalMain. getVitamStarter()
Get the Vitam Starter -
Uses of VitamStarter in fr.gouv.vitam.worker.server.rest
Methods in fr.gouv.vitam.worker.server.rest that return VitamStarter Modifier and Type Method Description VitamStarter
WorkerMain. getVitamStarter()
Get the Vitam Starter
-