Uses of Class
fr.gouv.vitam.common.model.processing.WorkFlow
Packages that use 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
Methods in fr.gouv.vitam.access.external.client that return types with arguments of type WorkFlowModifier and TypeMethodDescriptionAdminExternalClient.getWorkflowDefinitions
(VitamContext vitamContext) AdminExternalClientMock.getWorkflowDefinitions
(VitamContext vitamContext) AdminExternalClientRest.getWorkflowDefinitions
(VitamContext vitamContext) -
Uses of WorkFlow in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return WorkFlowModifier 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
Methods in fr.gouv.vitam.ingest.external.core that return WorkFlowConstructors in fr.gouv.vitam.ingest.external.core with parameters of type WorkFlowModifierConstructorDescriptionPreUploadResume
(WorkFlow workFlow, WorkspaceFileSystem workspaceFileSystem) -
Uses of WorkFlow in fr.gouv.vitam.ingest.internal.client
Methods in fr.gouv.vitam.ingest.internal.client that return types with arguments of type WorkFlowModifier and TypeMethodDescriptionIngestInternalClient.getWorkflowDefinitions()
Retrieve all the workflow definitions.IngestInternalClientMock.getWorkflowDefinitions()
IngestInternalClient.getWorkflowDetails
(String WorkflowIdentifier) IngestInternalClientMock.getWorkflowDetails
(String WorkflowIdentifier) Methods in fr.gouv.vitam.ingest.internal.client with parameters of type WorkFlowModifier 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
Methods in fr.gouv.vitam.processing.data.core with parameters of type WorkFlowModifier 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
Methods in fr.gouv.vitam.processing.management.api that return types with arguments of type WorkFlowModifier and TypeMethodDescriptionProcessManagement.getWorkflowDefinitions()
Retrieve the loaded workflow definitions -
Uses of WorkFlow in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client that return types with arguments of type WorkFlowModifier 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
Methods in fr.gouv.vitam.processing.management.core that return types with arguments of type WorkFlowModifier and TypeMethodDescriptionProcessManagementImpl.getWorkflowDefinitions()
ProcessPopulator.populate
(InputStream workflowFileStream) populate, create workflow object (parse JSON file)Method parameters in fr.gouv.vitam.processing.management.core with type arguments of type WorkFlowModifier 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