Uses of Class
fr.gouv.vitam.common.model.ProcessQuery
-
Packages that use ProcessQuery Package Description fr.gouv.vitam.access.external.client Providesfr.gouv.vitam.access.external.rest Provides the web server application for the Access External module and the rest resources it uses.fr.gouv.vitam.ihmdemo.appserver Provides the web server application and configuration for the IHM Demo module and the rest resource it usesfr.gouv.vitam.ingest.internal.client Provides Ingest Internal Client interface, configuration, factory and implementations.fr.gouv.vitam.ingest.internal.upload.rest Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.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.fr.gouv.vitam.processing.management.rest Provides the web server application and configuration for the Processing Management module and the rest resource it uses -
-
Uses of ProcessQuery in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client with parameters of type ProcessQuery Modifier and Type Method Description RequestResponse<ProcessDetail>
AdminExternalClient. listOperationsDetails(VitamContext vitamContext, ProcessQuery query)
Get the list of operations detailsRequestResponse<ProcessDetail>
AdminExternalClientMock. listOperationsDetails(VitamContext vitamContext, ProcessQuery query)
RequestResponse<ProcessDetail>
AdminExternalClientRest. listOperationsDetails(VitamContext vitamContext, ProcessQuery query)
-
Uses of ProcessQuery in fr.gouv.vitam.access.external.rest
Methods in fr.gouv.vitam.access.external.rest with parameters of type ProcessQuery Modifier and Type Method Description javax.ws.rs.core.Response
AdminManagementExternalResource. listOperationsDetails(javax.ws.rs.core.HttpHeaders headers, ProcessQuery query)
-
Uses of ProcessQuery in fr.gouv.vitam.ihmdemo.appserver
Methods in fr.gouv.vitam.ihmdemo.appserver with parameters of type ProcessQuery Modifier and Type Method Description javax.ws.rs.core.Response
WebApplicationResource. listOperationsDetails(javax.servlet.http.HttpServletRequest request, ProcessQuery query)
Get the workflow operations list for step by step ingest -
Uses of ProcessQuery in fr.gouv.vitam.ingest.internal.client
Methods in fr.gouv.vitam.ingest.internal.client with parameters of type ProcessQuery Modifier and Type Method Description RequestResponse<ProcessDetail>
IngestInternalClient. listOperationsDetails(ProcessQuery query)
Retrieve all the workflow operationsRequestResponse<ProcessDetail>
IngestInternalClientMock. listOperationsDetails(ProcessQuery query)
-
Uses of ProcessQuery in fr.gouv.vitam.ingest.internal.upload.rest
Methods in fr.gouv.vitam.ingest.internal.upload.rest with parameters of type ProcessQuery Modifier and Type Method Description javax.ws.rs.core.Response
IngestInternalResource. listOperationsDetails(javax.ws.rs.core.HttpHeaders headers, ProcessQuery query)
-
Uses of ProcessQuery in fr.gouv.vitam.processing.management.api
Methods in fr.gouv.vitam.processing.management.api with parameters of type ProcessQuery Modifier and Type Method Description java.util.List<ProcessDetail>
ProcessManagement. getFilteredProcess(ProcessQuery query, java.lang.Integer tenantId)
Get filtered process workflow -
Uses of ProcessQuery in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client with parameters of type ProcessQuery Modifier and Type Method Description RequestResponse<ProcessDetail>
ProcessingManagementClient. listOperationsDetails(ProcessQuery query)
Retrieve all the workflow operationsRequestResponse<ProcessDetail>
ProcessingManagementClientMock. listOperationsDetails(ProcessQuery query)
-
Uses of ProcessQuery in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core with parameters of type ProcessQuery Modifier and Type Method Description java.util.List<ProcessDetail>
ProcessManagementImpl. getFilteredProcess(ProcessQuery query, java.lang.Integer tenantId)
-
Uses of ProcessQuery in fr.gouv.vitam.processing.management.rest
Methods in fr.gouv.vitam.processing.management.rest with parameters of type ProcessQuery Modifier and Type Method Description javax.ws.rs.core.Response
ProcessManagementResource. findProcessWorkflow(ProcessQuery query)
get the process workflow
-