Uses of Class
fr.gouv.vitam.common.model.ProcessPause
Packages that use 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
Methods in fr.gouv.vitam.access.external.rest with parameters of type ProcessPauseModifier 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
Methods in fr.gouv.vitam.functional.administration.client with parameters of type ProcessPauseModifier 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
Methods in fr.gouv.vitam.functional.administration.rest with parameters of type ProcessPauseModifier 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
Methods in fr.gouv.vitam.processing.management.api with parameters of type ProcessPauseModifier 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
Methods in fr.gouv.vitam.processing.management.client that return types with arguments of type ProcessPauseModifier 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) Methods in fr.gouv.vitam.processing.management.client with parameters of type ProcessPauseModifier 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
Methods in fr.gouv.vitam.processing.management.core with parameters of type ProcessPauseModifier and TypeMethodDescriptionvoid
ProcessManagementImpl.forcePause
(ProcessPause pause) void
ProcessManagementImpl.removeForcePause
(ProcessPause pause) -
Uses of ProcessPause in fr.gouv.vitam.processing.management.rest
Methods in fr.gouv.vitam.processing.management.rest with parameters of type ProcessPauseModifier 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