Uses of Class
fr.gouv.vitam.common.model.ProcessPause
-
Packages that use ProcessPause 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.functional.administration.client Provides Functional administration client interface, factory and implementations.fr.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.processing.management.api Provides API classes for the Processing Management modulefr.gouv.vitam.processing.management.client Provides Processing Management client interface, factory and implementations.fr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module.fr.gouv.vitam.processing.management.rest 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 ProcessPause Modifier and Type Method Description javax.ws.rs.core.ResponseAdminManagementExternalResource. forcePause(ProcessPause info)Pause the processes specified by ProcessPause infojavax.ws.rs.core.ResponseAdminManagementExternalResource. 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 ProcessPause Modifier and Type Method Description RequestResponseAdminManagementClient. forcePause(ProcessPause info)Pause the processes specified by ProcessPause infoRequestResponseAdminManagementClientMock. forcePause(ProcessPause info)RequestResponseAdminManagementClient. removeForcePause(ProcessPause info)Remove the pause for the processes specified by ProcessPause infoRequestResponseAdminManagementClientMock. 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 ProcessPause Modifier and Type Method Description javax.ws.rs.core.ResponseAdminManagementResource. forcePause(ProcessPause info)Pause the processes specified by ProcessPause infojavax.ws.rs.core.ResponseAdminManagementResource. 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 ProcessPause Modifier and Type Method Description voidProcessManagement. forcePause(ProcessPause pause)Add a forced pause on the tenant and/or the type of processvoidProcessManagement. 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 ProcessPause Modifier and Type Method Description RequestResponse<ProcessPause>ProcessingManagementClient. forcePause(ProcessPause info)Add a forced pause on the tenant and/or the type of processRequestResponse<ProcessPause>ProcessingManagementClientMock. forcePause(ProcessPause info)RequestResponse<ProcessPause>ProcessingManagementClient. removeForcePause(ProcessPause info)Removed the forced pause on the tenant and/or the type of processRequestResponse<ProcessPause>ProcessingManagementClientMock. removeForcePause(ProcessPause info)Methods in fr.gouv.vitam.processing.management.client with parameters of type ProcessPause Modifier and Type Method Description RequestResponse<ProcessPause>ProcessingManagementClient. forcePause(ProcessPause info)Add a forced pause on the tenant and/or the type of processRequestResponse<ProcessPause>ProcessingManagementClientMock. forcePause(ProcessPause info)RequestResponse<ProcessPause>ProcessingManagementClient. removeForcePause(ProcessPause info)Removed the forced pause on the tenant and/or the type of processRequestResponse<ProcessPause>ProcessingManagementClientMock. 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 ProcessPause Modifier and Type Method Description voidProcessManagementImpl. forcePause(ProcessPause pause)voidProcessManagementImpl. 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 ProcessPause Modifier and Type Method Description javax.ws.rs.core.ResponseProcessManagementResource. forcePause(ProcessPause info)Pause the processes specified by ProcessPause infojavax.ws.rs.core.ResponseProcessManagementResource. removeForcePause(ProcessPause info)Remove the pause for the processes specified by ProcessPause info
-