Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.access.external.rest |
Provides the web server application for the Access External module and the rest resources it uses.
|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.ihmdemo.appserver |
Provides the web server application and configuration for the IHM Demo module and the rest resource it uses
|
fr.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 module
|
fr.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
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessDetail> |
AdminExternalClientRest.listOperationsDetails(VitamContext vitamContext,
ProcessQuery query) |
RequestResponse<ProcessDetail> |
AdminExternalClientMock.listOperationsDetails(VitamContext vitamContext,
ProcessQuery query) |
RequestResponse<ProcessDetail> |
AdminExternalClient.listOperationsDetails(VitamContext vitamContext,
ProcessQuery query)
Get the list of operations details
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AdminManagementExternalResource.listOperationsDetails(javax.ws.rs.core.HttpHeaders headers,
ProcessQuery query) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessDetail> |
OperationManagementClient.listOperationsDetails(ProcessQuery query)
Retrieve all the workflow operations
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessDetail> |
IngestInternalClientMock.listOperationsDetails(ProcessQuery query) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IngestInternalResource.listOperationsDetails(javax.ws.rs.core.HttpHeaders headers,
ProcessQuery query) |
Modifier and Type | Method and Description |
---|---|
List<ProcessDetail> |
ProcessManagement.getFilteredProcess(ProcessQuery query,
Integer tenantId)
Get filtered process workflow
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessDetail> |
ProcessingManagementClientMock.listOperationsDetails(ProcessQuery query) |
Modifier and Type | Method and Description |
---|---|
List<ProcessDetail> |
ProcessManagementImpl.getFilteredProcess(ProcessQuery query,
Integer tenantId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProcessManagementResource.findProcessWorkflows(ProcessQuery query)
get the process workflow
|
Copyright © 2018 Vitam. All rights reserved.