Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<WorkFlow> |
AdminExternalClientRest.getWorkflowDefinitions(VitamContext vitamContext) |
RequestResponse<WorkFlow> |
AdminExternalClientMock.getWorkflowDefinitions(VitamContext vitamContext) |
RequestResponse<WorkFlow> |
AdminExternalClient.getWorkflowDefinitions(VitamContext vitamContext) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<WorkFlow> |
OperationManagementClient.getWorkflowDefinitions()
Retrieve all the workflow definitions.
|
Modifier and Type | Method and Description |
---|---|
WorkFlow |
WorkFlow.setComment(String comments)
setComment, set the comment for workflow
|
WorkFlow |
WorkFlow.setId(String id)
setId, set the id of workflow
|
WorkFlow |
WorkFlow.setIdentifier(String identifier)
setIdentifier, set the identifier of workflow
|
WorkFlow |
WorkFlow.setName(String name)
setName, set the name of workflow
|
WorkFlow |
WorkFlow.setSteps(List<Step> steps)
setSteps, set the steps to workflow
|
WorkFlow |
WorkFlow.setTypeProc(String typeProc)
setTypeProc, set the type of workflow
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<WorkFlow> |
IngestInternalClientMock.getWorkflowDefinitions() |
Modifier and Type | Method and Description |
---|---|
static WorkFlow |
ProcessPopulator.populate(String workflowFile)
populate, create workflow object (parse JSON file)
|
Modifier and Type | Method and Description |
---|---|
static void |
ProcessPopulator.loadWorkflows(Map<String,WorkFlow> poolWorkflows)
loadWorkflows, find and load all workflows
|
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.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 |
---|---|
Map<String,WorkFlow> |
ProcessManagement.getWorkflowDefinitions()
Retrieve the loaded workflow definitions
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<WorkFlow> |
ProcessingManagementClientMock.getWorkflowDefinitions() |
RequestResponse<WorkFlow> |
ProcessingManagementClient.getWorkflowDefinitions()
Retrieve all the workflow definitions.
|
Modifier and Type | Method and Description |
---|---|
Map<String,WorkFlow> |
ProcessManagementImpl.getWorkflowDefinitions() |
Copyright © 2018 Vitam. All rights reserved.