Package | Description |
---|---|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.processing.common.utils |
Provides common utility classes for the Processing module.
|
fr.gouv.vitam.processing.data.core |
Provides core interface and implementation for the Processing Data module.
|
fr.gouv.vitam.processing.engine.core.monitoring |
Provides core interface and implementation for the Processing Monitoring 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.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
OperationManagementClient.executeOperationProcess(String operationId,
String workflow,
String contextId,
String actionId)
executeOperationProcess : execute an operation processing
|
Modifier and Type | Method and Description |
---|---|
static void |
ProcessPopulator.loadWorkflows(Map<String,WorkFlow> poolWorkflows)
loadWorkflows, find and load all workflows
|
static WorkFlow |
ProcessPopulator.populate(String workflowFile)
populate, create workflow object (parse JSON file)
|
static void |
ProcessPopulator.reloadWorkflows(Map<String,WorkFlow> poolWorkflows,
Long fromDate)
reloadWorkflows, find and load new (added) workflow objects
|
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessDataAccess.findOneProcessWorkflow(String processId,
Integer tenantId)
Gets Process Workflow by ID
|
ProcessWorkflow |
ProcessDataAccessImpl.findOneProcessWorkflow(String processId,
Integer tenantId) |
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessMonitoringImpl.findOneProcessWorkflow(String operationId,
Integer tenantId) |
ProcessWorkflow |
ProcessMonitoring.findOneProcessWorkflow(String id,
Integer tenantId)
Gets Process Workflow by operation Id
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProcessingManagementClientMock.executeCheckTraceabilityWorkFlow(String checkOperationId,
com.fasterxml.jackson.databind.JsonNode query,
String workflow,
String contextId,
String actionId) |
javax.ws.rs.core.Response |
ProcessingManagementClient.executeCheckTraceabilityWorkFlow(String checkOperationId,
com.fasterxml.jackson.databind.JsonNode query,
String workflow,
String contextId,
String actionId) |
Modifier and Type | Method and Description |
---|---|
ItemStatus |
ProcessManagementImpl.cancel(String operationId,
Integer tenantId) |
Copyright © 2018 Vitam. All rights reserved.