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.access.internal.api |
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
|
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.access.internal.rest |
Provides the web server application for the Access Internal module and the rest resources it uses.
|
fr.gouv.vitam.common.external.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.ihmdemo.core |
Provides IHM core classes
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessExternalClient.exportDIP(VitamContext vitamContext,
DipExportRequest dipExportRequest) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessExternalResource.exportDIP(DipExportRequest dipExportRequest)
get units list by query
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessInternalResource.exportDIP(DipExportRequest dipExportRequest) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.exportDIP(DipExportRequest dipExportRequest)
launch a DIP operation by a DSL query
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessInternalResourceImpl.exportDIP(DipExportRequest dipExportRequest)
get Archive Unit list by query based on identifier
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
ClientMockResultHelper.getDIPSimpleResult(DipExportRequest dipExportRequest) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
WebApplicationResource.createDIPForExport(javax.servlet.http.HttpServletRequest request,
DipExportRequest criteria)
Send a queryDSL request in order to select some units and create a matching DIP
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
UserInterfaceTransactionManager.exportDIP(DipExportRequest dipExportRequest,
VitamContext context)
generate a DIP to be exported
|
Copyright © 2018 Vitam. All rights reserved.