Uses of Enum Class
fr.gouv.vitam.common.model.processing.WorkFlowExecutionContext
Packages that use WorkFlowExecutionContext
Package
Description
Provides access internal client interface, factory and implementations.
Provides Collect client interface, factory and implementations.
Provides common public Model classes for the Processing module.
Provides Functional administration client interface, factory and implementations.
Provides Ingest Internal Client interface, configuration, factory and implementations.
Provides Logbook Lifecycles client interface, factory and implementations.
Provides Logbook Operations client interface, factory and implementations.
Provides Metadata client interface, factory and implementations.
Provides common Model classes for the Processing module.
Provides common Parameters classes and utility classes for the Processing module.
Provides Processing Management client interface, factory and implementations.
Provides Storage Engine client interface, factory and implementations.
Provides common classes for the Worker module.
Provides
Plugin package in worker module
Provides Workspace client factory and implementations.
-
Uses of WorkFlowExecutionContext in fr.gouv.vitam.access.internal.client
Methods in fr.gouv.vitam.access.internal.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic AccessInternalClientFactoryAccessInternalClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the AccessInternalClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionvoidBatchReportClient.createExtractedMetadataDistributionFileForAu(String processId, WorkFlowExecutionContext executionContext) voidBatchReportClientRest.createExtractedMetadataDistributionFileForAu(String processId, WorkFlowExecutionContext executionContext) voidBatchReportClient.exportUnitsToInvalidate(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) Generate units to invalidate by process Id.voidBatchReportClientRest.exportUnitsToInvalidate(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) voidBatchReportClient.generatePurgeAccessionRegisterReport(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) Generate elimination action accession register for deleted units by status and process Id.voidBatchReportClientRest.generatePurgeAccessionRegisterReport(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) voidBatchReportClient.generatePurgeDistinctObjectGroupInUnitReport(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) Generate purge district object groups for units by status and process Id.voidBatchReportClientRest.generatePurgeDistinctObjectGroupInUnitReport(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) static BatchReportClientFactoryBatchReportClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the BatchReportClientFactory instance for the given workflow execution contextvoidBatchReportClient.storeReportToWorkspace(Report reportInfo, WorkFlowExecutionContext executionContext) voidBatchReportClientRest.storeReportToWorkspace(Report reportInfo, WorkFlowExecutionContext executionContext) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return WorkFlowExecutionContextMethods in fr.gouv.vitam.batch.report.model with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionvoidReportRequestWrapper.setExecutionContext(WorkFlowExecutionContext executionContext) Constructors in fr.gouv.vitam.batch.report.model with parameters of type WorkFlowExecutionContextModifierConstructorDescriptionReportRequestWrapper(T request, WorkFlowExecutionContext executionContext) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.batch.report.rest.resource
Methods in fr.gouv.vitam.batch.report.rest.resource with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseBatchReportResource.createExtractedMetadataDistributionFileForAu(String processId, WorkFlowExecutionContext executionContext) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionvoidBatchReportServiceImpl.createExtractedMetadataDistributionFileForAu(String processId, int tenant, WorkFlowExecutionContext executionContext) voidBatchReportServiceImpl.exportUnitsToInvalidate(String processId, int tenantId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.collect.internal.client
Methods in fr.gouv.vitam.collect.internal.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic CollectInternalClientFactoryCollectInternalClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the CollectInternalClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return WorkFlowExecutionContextModifier and TypeMethodDescriptionWorkFlow.getExecutionContext()static WorkFlowExecutionContextReturns the enum constant of this class with the specified name.static WorkFlowExecutionContext[]WorkFlowExecutionContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionWorkFlow.setExecutionContext(WorkFlowExecutionContext executionContext) Constructors in fr.gouv.vitam.common.model.processing with parameters of type WorkFlowExecutionContextModifierConstructorDescriptionWorkFlow(String id, String name, String identifier, String typeProc, String comment, LifecycleState lifecycleLog, WorkFlowExecutionContext executionContext, List<Step> steps) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic AdminManagementClientFactoryAdminManagementClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the AdminManagementClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.ingest.internal.client
Methods in fr.gouv.vitam.ingest.internal.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic IngestInternalClientFactoryIngestInternalClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the IngestInternalClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionLogbookLifeCyclesClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the LogbookLifeCyclesClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionLogbookOperationsClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the LogbookOperationsClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic voidMetaDataClientFactory.changeMode(ClientConfiguration configuration, WorkFlowExecutionContext executionContext) static voidMetaDataClientFactory.changeMode(String serviceUrl, WorkFlowExecutionContext executionContext) change mode client by server urlstatic MetaDataClientFactoryMetaDataClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the MetaDataClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return WorkFlowExecutionContextMethods in fr.gouv.vitam.processing.common.model with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionvoidProcessWorkflow.setExecutionContext(WorkFlowExecutionContext executionContext) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.processing.common.parameter
Fields in fr.gouv.vitam.processing.common.parameter declared as WorkFlowExecutionContextModifier and TypeFieldDescriptionprotected WorkFlowExecutionContextAbstractWorkerParameters.executionContextMethods in fr.gouv.vitam.processing.common.parameter that return WorkFlowExecutionContextModifier and TypeMethodDescriptionWorkerParameters.getExecutionContext()Get workflow execution context (VITAM or COLLECT)Methods in fr.gouv.vitam.processing.common.parameter with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionDefaultWorkerParameters.newInstance(WorkFlowExecutionContext workFlowExecutionContext) Shallow copy of DefaultWorkerParameterstatic DefaultWorkerParametersWorkerParametersFactory.newWorkerParameters(WorkFlowExecutionContext workFlowExecutionContext) Get a new empty WorkerParameters objectstatic DefaultWorkerParametersWorkerParametersFactory.newWorkerParameters(WorkFlowExecutionContext workFlowExecutionContext, String processId, String stepUniqId, String containerName, String currentStep, List<String> objectNameList, String urlMetadata, String urlWorkspace) Get a new WorkerParameters objectWorkerParameters.setExecutionContext(WorkFlowExecutionContext executionContext) Set the workflow execution context (VITAM or COLLECT)Constructors in fr.gouv.vitam.processing.common.parameter with parameters of type WorkFlowExecutionContextModifierConstructorDescriptionprotectedDefaultWorkerParameters(WorkFlowExecutionContext workFlowExecutionContext, Map<String, String> map) Builder for REST -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionProcessingManagementClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the ProcessingManagementClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.scheduler.server.client
Methods in fr.gouv.vitam.scheduler.server.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic SchedulerClientFactorySchedulerClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the SchedulerClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.security.internal.client
Methods in fr.gouv.vitam.security.internal.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionInternalSecurityClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the InternalSecurityClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic StorageClientFactoryStorageClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the StorageClientFactory instance for the given workflow execution context -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that return WorkFlowExecutionContextMethods in fr.gouv.vitam.worker.common with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionHandlerIO.getFileFromWorkspace(WorkFlowExecutionContext executionContext, String objectName) Helper to load a file from Workspace (or local cache) and save it into local cache.
To be used when not specified within the Input parametersHandlerIO.getFilesWithParamsFromWorkspace(WorkFlowExecutionContext executionContext, String containerName, String folderName) get Map of File With Params From folder in WorkspaceHandlerIO.getInputStreamFromWorkspace(WorkFlowExecutionContext executionContext, String objectName) Helper to get an InputStream (using local cache if possible) from Workspace
To be used when not specified within the Input parameterscom.fasterxml.jackson.databind.JsonNodeHandlerIO.getJsonFromWorkspace(WorkFlowExecutionContext executionContext, String jsonFilePath) Retrieve a json file as aJsonNodefrom the workspace.HandlerIO.getNewLocalFile(WorkFlowExecutionContext executionContext, String name) HandlerIO.getWorkspaceClient(WorkFlowExecutionContext executionContext) voidHandlerIO.transferJsonToWorkspace(WorkFlowExecutionContext executionContext, String collectionName, String workspacePath, com.fasterxml.jackson.databind.JsonNode jsonNode, boolean toDelete, boolean asyncIO) Helper to convert and write a file to Workspace
-
Uses of WorkFlowExecutionContext in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that return WorkFlowExecutionContextMethods in fr.gouv.vitam.worker.core.impl with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionHandlerIOImpl.getFileFromWorkspace(WorkFlowExecutionContext executionContext, String objectName) HandlerIOImpl.getFilesWithParamsFromWorkspace(WorkFlowExecutionContext executionContext, String containerName, String folderName) HandlerIOImpl.getInputStreamFromWorkspace(WorkFlowExecutionContext executionContext, String objectName) com.fasterxml.jackson.databind.JsonNodeHandlerIOImpl.getJsonFromWorkspace(WorkFlowExecutionContext executionContext, String jsonFilePath) HandlerIOImpl.getNewLocalFile(WorkFlowExecutionContext executionContext, String name) HandlerIOImpl.getWorkspaceClient(WorkFlowExecutionContext executionContext) voidValidationErrorManager.handleValidationErrors(WorkFlowExecutionContext executionContext, Step step, org.apache.commons.collections4.MultiValuedMap<String, ValidationError> validationErrorsByObjectName, HandlerIO handlerIO) voidHandlerIOImpl.transferJsonToWorkspace(WorkFlowExecutionContext executionContext, String collectionName, String objectName, com.fasterxml.jackson.databind.JsonNode jsonNode, boolean toDelete, boolean asyncIO) Constructors in fr.gouv.vitam.worker.core.impl with parameters of type WorkFlowExecutionContextModifierConstructorDescriptionHandlerIOImpl(WorkFlowExecutionContext workFlowExecutionContext, WorkspaceClientFactory workspaceClientFactory, WorkspaceCollectClientFactory workspaceCollectClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, MetaDataClientFactory metaDataClientFactory, String containerName, String workerId, List<String> objectIds) HandlerIOImpl(WorkFlowExecutionContext workFlowExecutionContext, WorkspaceClientFactory workspaceClientFactory, WorkspaceCollectClientFactory workspaceCollectClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, String containerName, String workerId, List<String> objectIds) Constructor with workspaceClient, local root path he is used for test purposeHandlerIOImpl(WorkFlowExecutionContext workFlowExecutionContext, String containerName, String workerId, List<String> objectIds) Constructor with local root path -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionvoidCommonReportService.storeReportToWorkspace(Report reportInfo, WorkFlowExecutionContext executionContext) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionvoidPurgeReportService.exportAccessionRegisters(HandlerIO handler, String processId, WorkFlowExecutionContext executionContext) PurgeReportService.exportDistinctObjectGroups(HandlerIO handler, WorkFlowExecutionContext executionContext, String processId) -
Uses of WorkFlowExecutionContext in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client with parameters of type WorkFlowExecutionContextModifier and TypeMethodDescriptionstatic voidWorkspaceClientFactory.changeMode(String serviceUrl, WorkFlowExecutionContext executionContext) change mode client by server urlstatic voidWorkspaceCollectClientFactory.changeMode(String serviceUrl, WorkFlowExecutionContext executionContext) change mode client by server urlstatic WorkspaceClientFactoryWorkspaceClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the WorkspaceClientFactory instance