Uses of Class
fr.gouv.vitam.common.model.processing.WorkFlow
Package
Description
Provides
Provides common public Model classes for the Processing module.
Provides core implementation for the Ingest External module.
Provides Ingest Internal Client interface, configuration, factory and implementations.
Provides core interface and implementation for the Processing Data module.
Provides API classes for the Processing Management module
Provides Processing Management client interface, factory and implementations.
Provides core implementation for the Processing Management module.
-
Uses of WorkFlow in fr.gouv.vitam.access.external.client
Modifier and TypeMethodDescriptionAdminExternalClient.getWorkflowDefinitions
(VitamContext vitamContext) AdminExternalClientMock.getWorkflowDefinitions
(VitamContext vitamContext) AdminExternalClientRest.getWorkflowDefinitions
(VitamContext vitamContext) -
Uses of WorkFlow in fr.gouv.vitam.common.model.processing
Modifier and TypeMethodDescriptionstatic WorkFlow
WorkFlow.setComment
(String comments) setComment, set the comment for workflowsetId, set the id of workflowWorkFlow.setIdentifier
(String identifier) setIdentifier, set the identifier of workflowWorkFlow.setLifecycleLog
(LifecycleState lifecycleLog) setName, set the name of workflowsetSteps, set the steps to workflowWorkFlow.setTypeProc
(String typeProc) setTypeProc, set the type of workflow -
Uses of WorkFlow in fr.gouv.vitam.ingest.external.core
ModifierConstructorDescriptionPreUploadResume
(WorkFlow workFlow, WorkspaceFileSystem workspaceFileSystem) -
Uses of WorkFlow in fr.gouv.vitam.ingest.internal.client
Modifier and TypeMethodDescriptionIngestInternalClient.getWorkflowDefinitions()
Retrieve all the workflow definitions.IngestInternalClientMock.getWorkflowDefinitions()
IngestInternalClient.getWorkflowDetails
(String WorkflowIdentifier) IngestInternalClientMock.getWorkflowDetails
(String WorkflowIdentifier) Modifier and TypeMethodDescriptionvoid
IngestInternalClient.initWorkflow
(WorkFlow workFlow) initWorkflow : init workFlow Processvoid
IngestInternalClientMock.initWorkflow
(WorkFlow contextId) void
IngestInternalClient.upload
(InputStream inputStream, javax.ws.rs.core.MediaType archiveType, WorkFlow workflow, String action) Upload compressed SIP as streamvoid
IngestInternalClientMock.upload
(InputStream inputStream, javax.ws.rs.core.MediaType archiveType, WorkFlow workflowIdentifier, String action) -
Uses of WorkFlow in fr.gouv.vitam.processing.data.core
Modifier and TypeMethodDescriptionProcessDataAccess.initProcessWorkflow
(WorkFlow workflow, String containerName) Allows a process to be initializedProcessDataAccessImpl.initProcessWorkflow
(WorkFlow workflow, String containerName) -
Uses of WorkFlow in fr.gouv.vitam.processing.management.api
Modifier and TypeMethodDescriptionProcessManagement.getWorkflowDefinitions()
Retrieve the loaded workflow definitions -
Uses of WorkFlow in fr.gouv.vitam.processing.management.client
Modifier and TypeMethodDescriptionProcessingManagementClient.getWorkflowDefinitions()
Retrieve all the workflow definitions.ProcessingManagementClientMock.getWorkflowDefinitions()
ProcessingManagementClient.getWorkflowDetails
(String WorkflowIdentifier) ProcessingManagementClientMock.getWorkflowDetails
(String WorkflowIdentifier) -
Uses of WorkFlow in fr.gouv.vitam.processing.management.core
Modifier and TypeMethodDescriptionProcessManagementImpl.getWorkflowDefinitions()
ProcessPopulator.populate
(InputStream workflowFileStream) populate, create workflow object (parse JSON file)Modifier and TypeMethodDescriptionstatic void
ProcessPopulator.loadWorkflow
(Map<String, WorkFlow> poolWorkflows) loadWorkflow, find and load all workflowsstatic void
ProcessPopulator.reloadWorkflow
(Map<String, WorkFlow> poolWorkflows, Long fromDate) reloadWorkflow, find and load new (added) workflow objects