Uses of Class
fr.gouv.vitam.common.model.processing.WorkFlow
-
Packages that use WorkFlow Package Description fr.gouv.vitam.access.external.client Providesfr.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 modulefr.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. -
-
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 WorkFlow Modifier and Type Method Description RequestResponse<WorkFlow>AdminExternalClient. getWorkflowDefinitions(VitamContext vitamContext)RequestResponse<WorkFlow>AdminExternalClientMock. getWorkflowDefinitions(VitamContext vitamContext)RequestResponse<WorkFlow>AdminExternalClientRest. getWorkflowDefinitions(VitamContext vitamContext) -
Uses of WorkFlow in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return WorkFlow Modifier and Type Method Description static WorkFlowWorkFlow. of(java.lang.String id, java.lang.String identifier, java.lang.String evTypeProc)WorkFlowWorkFlow. setComment(java.lang.String comments)setComment, set the comment for workflowWorkFlowWorkFlow. setId(java.lang.String id)setId, set the id of workflowWorkFlowWorkFlow. setIdentifier(java.lang.String identifier)setIdentifier, set the identifier of workflowWorkFlowWorkFlow. setLifecycleLog(LifecycleState lifecycleLog)WorkFlowWorkFlow. setName(java.lang.String name)setName, set the name of workflowWorkFlowWorkFlow. setSteps(java.util.List<Step> steps)setSteps, set the steps to workflowWorkFlowWorkFlow. setTypeProc(java.lang.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 WorkFlow Modifier and Type Method Description WorkFlowPreUploadResume. getWorkFlow()Constructors in fr.gouv.vitam.ingest.external.core with parameters of type WorkFlow Constructor Description PreUploadResume(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 WorkFlow Modifier and Type Method Description RequestResponse<WorkFlow>IngestInternalClient. getWorkflowDefinitions()Retrieve all the workflow definitions.RequestResponse<WorkFlow>IngestInternalClientMock. getWorkflowDefinitions()java.util.Optional<WorkFlow>IngestInternalClient. getWorkflowDetails(java.lang.String WorkflowIdentifier)java.util.Optional<WorkFlow>IngestInternalClientMock. getWorkflowDetails(java.lang.String WorkflowIdentifier)Methods in fr.gouv.vitam.ingest.internal.client with parameters of type WorkFlow Modifier and Type Method Description voidIngestInternalClient. initWorkflow(WorkFlow workFlow)initWorkflow : init workFlow ProcessvoidIngestInternalClientMock. initWorkflow(WorkFlow contextId)voidIngestInternalClient. upload(java.io.InputStream inputStream, javax.ws.rs.core.MediaType archiveType, WorkFlow workflow, java.lang.String action)Upload compressed SIP as streamvoidIngestInternalClientMock. upload(java.io.InputStream inputStream, javax.ws.rs.core.MediaType archiveType, WorkFlow workflowIdentifier, java.lang.String action) -
Uses of WorkFlow in fr.gouv.vitam.processing.data.core
Methods in fr.gouv.vitam.processing.data.core with parameters of type WorkFlow Modifier and Type Method Description ProcessWorkflowProcessDataAccess. initProcessWorkflow(WorkFlow workflow, java.lang.String containerName)Allows a process to be initializedProcessWorkflowProcessDataAccessImpl. initProcessWorkflow(WorkFlow workflow, java.lang.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 WorkFlow Modifier and Type Method Description java.util.Map<java.lang.String,WorkFlow>ProcessManagement. 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 WorkFlow Modifier and Type Method Description RequestResponse<WorkFlow>ProcessingManagementClient. getWorkflowDefinitions()Retrieve all the workflow definitions.RequestResponse<WorkFlow>ProcessingManagementClientMock. getWorkflowDefinitions()java.util.Optional<WorkFlow>ProcessingManagementClient. getWorkflowDetails(java.lang.String WorkflowIdentifier)java.util.Optional<WorkFlow>ProcessingManagementClientMock. getWorkflowDetails(java.lang.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 WorkFlow Modifier and Type Method Description java.util.Map<java.lang.String,WorkFlow>ProcessManagementImpl. getWorkflowDefinitions()static java.util.Optional<WorkFlow>ProcessPopulator. populate(java.io.InputStream workflowFileStream)populate, create workflow object (parse JSON file)static java.util.Optional<WorkFlow>ProcessPopulator. populate(java.lang.String workflowFile)Method parameters in fr.gouv.vitam.processing.management.core with type arguments of type WorkFlow Modifier and Type Method Description static voidProcessPopulator. loadWorkflow(java.util.Map<java.lang.String,WorkFlow> poolWorkflows)loadWorkflow, find and load all workflowsstatic voidProcessPopulator. reloadWorkflow(java.util.Map<java.lang.String,WorkFlow> poolWorkflows, java.lang.Long fromDate)reloadWorkflow, find and load new (added) workflow objects
-