Uses of Class
fr.gouv.vitam.common.model.processing.ProcessDetail
Packages that use ProcessDetail
Package
Description
Provides
Provides Ingest Internal Client interface, configuration, factory and implementations.
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 ProcessDetail in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client that return types with arguments of type ProcessDetailModifier and TypeMethodDescriptionAdminExternalClient.listOperationsDetails
(VitamContext vitamContext, ProcessQuery query) Get the list of operations detailsAdminExternalClientMock.listOperationsDetails
(VitamContext vitamContext, ProcessQuery query) AdminExternalClientRest.listOperationsDetails
(VitamContext vitamContext, ProcessQuery query) -
Uses of ProcessDetail in fr.gouv.vitam.ingest.internal.client
Methods in fr.gouv.vitam.ingest.internal.client that return types with arguments of type ProcessDetailModifier and TypeMethodDescriptionIngestInternalClient.listOperationsDetails
(ProcessQuery query) Retrieve all the workflow operationsIngestInternalClientMock.listOperationsDetails
(ProcessQuery query) -
Uses of ProcessDetail in fr.gouv.vitam.processing.management.api
Methods in fr.gouv.vitam.processing.management.api that return types with arguments of type ProcessDetailModifier and TypeMethodDescriptionProcessManagement.getFilteredProcess
(ProcessQuery query, Integer tenantId) Get filtered process workflow -
Uses of ProcessDetail in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client that return types with arguments of type ProcessDetailModifier and TypeMethodDescriptionProcessingManagementClient.listOperationsDetails
(ProcessQuery query) Retrieve all the workflow operationsProcessingManagementClientMock.listOperationsDetails
(ProcessQuery query) -
Uses of ProcessDetail in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core that return types with arguments of type ProcessDetailModifier and TypeMethodDescriptionProcessManagementImpl.getFilteredProcess
(ProcessQuery query, Integer tenantId) -
Uses of ProcessDetail in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that return types with arguments of type ProcessDetailModifier and TypeMethodDescriptionLightweightWorkflowLock.listConcurrentWorkflows
(List<String> workflowIds, String currentProcessId) Returns all concurrent non completed (running / paused) workflows.