Uses of Class
fr.gouv.vitam.common.model.ProcessPause
Package
Description
Provides the web server application for the Access External module and the rest resources it uses.
Provides Functional administration client interface, factory and implementations.
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
Provides API classes for the Processing Management module
Provides Processing Management client interface, factory and implementations.
Provides core implementation for the Processing Management module.
Provides the web server application and configuration for the Processing Management module and the rest resource it uses
-
Uses of ProcessPause in fr.gouv.vitam.access.external.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminManagementExternalResource.forcePause
(ProcessPause info) Pause the processes specified by ProcessPause infojavax.ws.rs.core.Response
AdminManagementExternalResource.removeForcePause
(ProcessPause info) Remove the pause for the processes specified by ProcessPause info -
Uses of ProcessPause in fr.gouv.vitam.functional.administration.client
Modifier and TypeMethodDescriptionAdminManagementClient.forcePause
(ProcessPause info) Pause the processes specified by ProcessPause infoAdminManagementClientMock.forcePause
(ProcessPause info) AdminManagementClient.removeForcePause
(ProcessPause info) Remove the pause for the processes specified by ProcessPause infoAdminManagementClientMock.removeForcePause
(ProcessPause info) -
Uses of ProcessPause in fr.gouv.vitam.functional.administration.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminManagementResource.forcePause
(ProcessPause info) Pause the processes specified by ProcessPause infojavax.ws.rs.core.Response
AdminManagementResource.removeForcePause
(ProcessPause info) Remove the pause for the processes specified by ProcessPause info -
Uses of ProcessPause in fr.gouv.vitam.processing.management.api
Modifier and TypeMethodDescriptionvoid
ProcessManagement.forcePause
(ProcessPause pause) Add a forced pause on the tenant and/or the type of processvoid
ProcessManagement.removeForcePause
(ProcessPause pause) Removed the forced pause on the tenant and/or the type of process -
Uses of ProcessPause in fr.gouv.vitam.processing.management.client
Modifier and TypeMethodDescriptionProcessingManagementClient.forcePause
(ProcessPause info) Add a forced pause on the tenant and/or the type of processProcessingManagementClientMock.forcePause
(ProcessPause info) ProcessingManagementClient.removeForcePause
(ProcessPause info) Removed the forced pause on the tenant and/or the type of processProcessingManagementClientMock.removeForcePause
(ProcessPause info) Modifier and TypeMethodDescriptionProcessingManagementClient.forcePause
(ProcessPause info) Add a forced pause on the tenant and/or the type of processProcessingManagementClientMock.forcePause
(ProcessPause info) ProcessingManagementClient.removeForcePause
(ProcessPause info) Removed the forced pause on the tenant and/or the type of processProcessingManagementClientMock.removeForcePause
(ProcessPause info) -
Uses of ProcessPause in fr.gouv.vitam.processing.management.core
Modifier and TypeMethodDescriptionvoid
ProcessManagementImpl.forcePause
(ProcessPause pause) void
ProcessManagementImpl.removeForcePause
(ProcessPause pause) -
Uses of ProcessPause in fr.gouv.vitam.processing.management.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProcessManagementResource.forcePause
(ProcessPause info) Pause the processes specified by ProcessPause infojavax.ws.rs.core.Response
ProcessManagementResource.removeForcePause
(ProcessPause info) Remove the pause for the processes specified by ProcessPause info