Package | Description |
---|---|
fr.gouv.vitam.processing.common.model |
Provides common Model 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.data.core.management | |
fr.gouv.vitam.processing.engine.core.monitoring |
Provides core interface and implementation for the Processing Monitoring module.
|
fr.gouv.vitam.processing.management.api |
Provides API classes for the Processing Management module
|
fr.gouv.vitam.processing.management.core |
Provides core implementation for the Processing Management module.
|
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessWorkflow.setContextId(String contextId) |
ProcessWorkflow |
ProcessWorkflow.setLogbookTypeProcess(LogbookTypeProcess logbookTypeProcess) |
ProcessWorkflow |
ProcessWorkflow.setMessageIdentifier(String messageIdentifier) |
ProcessWorkflow |
ProcessWorkflow.setOperationId(String operationId) |
ProcessWorkflow |
ProcessWorkflow.setProcessCompletedDate(LocalDateTime processCompletedDate) |
ProcessWorkflow |
ProcessWorkflow.setProcessDate(Date processDate) |
ProcessWorkflow |
ProcessWorkflow.setProdService(String prodService) |
ProcessWorkflow |
ProcessWorkflow.setState(ProcessState state)
Get the state of the workflow process
|
ProcessWorkflow |
ProcessWorkflow.setStatus(StatusCode status)
set the status of the workflow
|
ProcessWorkflow |
ProcessWorkflow.setStepByStep(boolean stepByStep) |
ProcessWorkflow |
ProcessWorkflow.setSteps(List<ProcessStep> steps) |
ProcessWorkflow |
ProcessWorkflow.setTenantId(Integer tenantId) |
ProcessWorkflow |
ProcessWorkflow.setWorkflowId(String workflowId) |
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) |
ProcessWorkflow |
ProcessDataAccess.initProcessWorkflow(WorkFlow workflow,
String containerName,
LogbookTypeProcess logbookTypeProcess,
Integer tenantId,
String contextId)
Allows a process to be initialized
|
ProcessWorkflow |
ProcessDataAccessImpl.initProcessWorkflow(WorkFlow workflow,
String containerName,
LogbookTypeProcess logbookTypeProcess,
Integer tenantId,
String contextId) |
Modifier and Type | Method and Description |
---|---|
List<ProcessWorkflow> |
ProcessDataAccess.findAllProcessWorkflow(Integer tenantId)
Retrieves All the workflow process for monitoring purpose The final business scope of this feature is likely to
be redefined, to match the future need
|
List<ProcessWorkflow> |
ProcessDataAccessImpl.findAllProcessWorkflow(Integer tenantId) |
Map<Integer,Map<String,ProcessWorkflow>> |
ProcessDataAccess.getWorkFlowList()
getter of WorkflowList
|
Map<Integer,Map<String,ProcessWorkflow>> |
ProcessDataAccessImpl.getWorkFlowList() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessDataAccess.addToWorkflowList(ProcessWorkflow processWorkflow)
Add process to Workflow
Only use on application starting to load persisted workflow (state are PAUSED or FAILED only) |
void |
ProcessDataAccessImpl.addToWorkflowList(ProcessWorkflow processWorkflow) |
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessDataManagement.getProcessWorkflow(String folderName,
String asyncId)
Retrieve a workflow instance on process container
|
ProcessWorkflow |
WorkspaceProcessDataManagement.getProcessWorkflow(String folderName,
String asyncId) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProcessWorkflow> |
ProcessDataManagement.getProcessWorkflowFor(Integer tenantId,
String folderName)
Get process workflow map for tenantId and folderName (server id from serverIdentity)
|
Map<String,ProcessWorkflow> |
WorkspaceProcessDataManagement.getProcessWorkflowFor(Integer tenantId,
String folderName) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessDataManagement.persistProcessWorkflow(String folderName,
String asyncId,
ProcessWorkflow processWorkflow)
Put process workflow instance in workspace
|
void |
WorkspaceProcessDataManagement.persistProcessWorkflow(String folderName,
String asyncId,
ProcessWorkflow processWorkflow) |
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 |
---|---|
List<ProcessWorkflow> |
ProcessMonitoringImpl.findAllProcessWorkflow(Integer tenantId) |
List<ProcessWorkflow> |
ProcessMonitoring.findAllProcessWorkflow(Integer tenantId)
Get all proccess
|
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessManagement.findOneProcessWorkflow(String operationId,
Integer tenantId)
find the workflow process according to the operation_id and the tenant_id
|
ProcessWorkflow |
ProcessManagement.init(WorkerParameters workerParameters,
String workflowId,
LogbookTypeProcess logbookTypeProcess,
Integer tenantId,
String contextId)
Init a new process workflow
|
Modifier and Type | Method and Description |
---|---|
List<ProcessWorkflow> |
ProcessManagement.findAllProcessWorkflow(Integer tenantId)
Retrieve All the workflow process for monitoring purpose The final business scope of this feature is likely to be
redefined, to match the future need
|
Map<Integer,Map<String,ProcessWorkflow>> |
ProcessManagement.getWorkFlowList() |
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessManagementImpl.findOneProcessWorkflow(String operationId,
Integer tenantId) |
ProcessWorkflow |
ProcessManagementImpl.init(WorkerParameters workerParameters,
String workflowId,
LogbookTypeProcess logbookTypeProcess,
Integer tenantId,
String contextId) |
Modifier and Type | Method and Description |
---|---|
List<ProcessWorkflow> |
ProcessManagementImpl.findAllProcessWorkflow(Integer tenantId) |
Map<Integer,Map<String,ProcessWorkflow>> |
ProcessManagementImpl.getWorkFlowList() |
Modifier and Type | Method and Description |
---|---|
StateMachine |
StateMachineFactory.create(ProcessWorkflow processWorkflow,
ProcessEngine processEngine) |
Constructor and Description |
---|
StateMachine(ProcessWorkflow processWorkflow,
ProcessEngine processEngine) |
Copyright © 2018 Vitam. All rights reserved.