Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
fr.gouv.vitam.ingest.external.core |
Provides core implementation for the Ingest External module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
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> |
AdminExternalClientMock.getWorkflowDefinitions(VitamContext vitamContext) |
RequestResponse<WorkFlow> |
AdminExternalClient.getWorkflowDefinitions(VitamContext vitamContext) |
RequestResponse<WorkFlow> |
AdminExternalClientRest.getWorkflowDefinitions(VitamContext vitamContext) |
Modifier and Type | Method and Description |
---|---|
static WorkFlow |
WorkFlow.of(String id,
String identifier,
String evTypeProc) |
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.setLifecycleLog(LifecycleState lifecycleLog) |
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 |
---|---|
WorkFlow |
PreUploadResume.getWorkFlow() |
Constructor and Description |
---|
PreUploadResume(LogbookOperationsClientHelper helper,
WorkFlow workFlow,
LogbookOperationParameters startedParameters,
WorkspaceFileSystem workspaceFileSystem) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<WorkFlow> |
IngestInternalClient.getWorkflowDefinitions()
Retrieve all the workflow definitions.
|
RequestResponse<WorkFlow> |
IngestInternalClientMock.getWorkflowDefinitions() |
Optional<WorkFlow> |
IngestInternalClient.getWorkflowDetails(String WorkflowIdentifier) |
Optional<WorkFlow> |
IngestInternalClientMock.getWorkflowDetails(String WorkflowIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
IngestInternalClient.initWorkflow(WorkFlow workFlow)
initWorkflow : init workFlow Process
|
void |
IngestInternalClientMock.initWorkflow(WorkFlow contextId) |
void |
IngestInternalClient.upload(InputStream inputStream,
javax.ws.rs.core.MediaType archiveType,
WorkFlow workflow,
String action)
Upload compressed SIP as stream
|
void |
IngestInternalClientMock.upload(InputStream inputStream,
javax.ws.rs.core.MediaType archiveType,
WorkFlow workflowIdentifier,
String action) |
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessDataAccessImpl.initProcessWorkflow(WorkFlow workflow,
String containerName) |
ProcessWorkflow |
ProcessDataAccess.initProcessWorkflow(WorkFlow workflow,
String containerName)
Allows a process to be initialized
|
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.
|
Optional<WorkFlow> |
ProcessingManagementClientMock.getWorkflowDetails(String WorkflowIdentifier) |
Optional<WorkFlow> |
ProcessingManagementClient.getWorkflowDetails(String WorkflowIdentifier) |
Modifier and Type | Method and Description |
---|---|
Map<String,WorkFlow> |
ProcessManagementImpl.getWorkflowDefinitions() |
static Optional<WorkFlow> |
ProcessPopulator.populate(InputStream workflowFileStream)
populate, create workflow object (parse JSON file)
|
static Optional<WorkFlow> |
ProcessPopulator.populate(String workflowFile) |
Modifier and Type | Method and Description |
---|---|
static void |
ProcessPopulator.loadWorkflow(Map<String,WorkFlow> poolWorkflows)
loadWorkflow, find and load all workflows
|
static void |
ProcessPopulator.reloadWorkflow(Map<String,WorkFlow> poolWorkflows,
Long fromDate)
reloadWorkflow, find and load new (added) workflow objects
|
Copyright © 2019 Vitam. All rights reserved.