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.collect.external.external.rest Provides the web server application for the Collect External module and the rest resources it uses.fr.gouv.vitam.elastic.kibana.interceptor.rest fr.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.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest that return VitamStarter Modifier and Type Method Description VitamStarter
CollectExternalMain. getVitamServer()
Get the Vitam Starter -
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.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
-