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 uses
|
fr.gouv.vitam.processing.management.api |
Provides API classes for the Processing Management module
|
fr.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
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AdminManagementExternalResource.forcePause(ProcessPause info)
Pause the processes specified by ProcessPause info
|
javax.ws.rs.core.Response |
AdminManagementExternalResource.removeForcePause(ProcessPause info)
Remove the pause for the processes specified by ProcessPause info
|
Modifier and Type | Method and Description |
---|---|
RequestResponse |
AdminManagementClient.forcePause(ProcessPause info)
Pause the processes specified by ProcessPause info
|
RequestResponse |
AdminManagementClientMock.forcePause(ProcessPause info) |
RequestResponse |
AdminManagementClient.removeForcePause(ProcessPause info)
Remove the pause for the processes specified by ProcessPause info
|
RequestResponse |
AdminManagementClientMock.removeForcePause(ProcessPause info) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AdminManagementResource.forcePause(ProcessPause info)
Pause the processes specified by ProcessPause info
|
javax.ws.rs.core.Response |
AdminManagementResource.removeForcePause(ProcessPause info)
Remove the pause for the processes specified by ProcessPause info
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessManagement.forcePause(ProcessPause pause)
Add a forced pause on the tenant and/or the type of process
|
void |
ProcessManagement.removeForcePause(ProcessPause pause)
Removed the forced pause on the tenant and/or the type of process
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessPause> |
ProcessingManagementClientMock.forcePause(ProcessPause info) |
RequestResponse<ProcessPause> |
ProcessingManagementClient.forcePause(ProcessPause info)
Add a forced pause on the tenant and/or the type of process
|
RequestResponse<ProcessPause> |
ProcessingManagementClientMock.removeForcePause(ProcessPause info) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessPause> |
ProcessingManagementClientMock.forcePause(ProcessPause info) |
RequestResponse<ProcessPause> |
ProcessingManagementClient.forcePause(ProcessPause info)
Add a forced pause on the tenant and/or the type of process
|
RequestResponse<ProcessPause> |
ProcessingManagementClientMock.removeForcePause(ProcessPause info) |
RequestResponse |
ProcessingManagementClient.removeForcePause(ProcessPause info)
Removed the forced pause on the tenant and/or the type of process
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessManagementImpl.forcePause(ProcessPause pause) |
void |
ProcessManagementImpl.removeForcePause(ProcessPause pause) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProcessManagementResource.forcePause(ProcessPause info)
Pause the processes specified by ProcessPause info
|
javax.ws.rs.core.Response |
ProcessManagementResource.removeForcePause(ProcessPause info)
Remove the pause for the processes specified by ProcessPause info
|
Copyright © 2018 Vitam. All rights reserved.