Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.functionaltest.cucumber.service | |
fr.gouv.vitam.ihmdemo.core |
Provides IHM core classes
|
fr.gouv.vitam.ihmrecette.appserver.performance |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<LogbookOperation> |
AccessExternalClient.selectOperationbyId(VitamContext vitamContext,
String operationId,
com.fasterxml.jackson.databind.JsonNode select)
selectOperationbyId
|
RequestResponse<LogbookOperation> |
AccessExternalClient.selectOperations(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select)
selectOperation
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<LogbookOperation> |
ClientMockResultHelper.getLogbookOperationRequestResponse() |
static List<LogbookOperation> |
ClientMockResultHelper.getLogbookOperations() |
static RequestResponse<LogbookOperation> |
ClientMockResultHelper.getLogbookOperationsRequestResponse() |
Modifier and Type | Method and Description |
---|---|
RequestResponse<LogbookOperation> |
LogbookService.getLogbookOperation(AccessExternalClient accessClient,
int tenantId,
String contractId,
String applicationSessionId,
String operationId)
Get a Logbook operation by its id
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<LogbookOperation> |
UserInterfaceTransactionManager.selectOperation(com.fasterxml.jackson.databind.JsonNode query,
VitamContext context) |
static RequestResponse<LogbookOperation> |
UserInterfaceTransactionManager.selectOperationbyId(String operationId,
VitamContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReportGenerator.generateReport(String operationId,
LogbookOperation logbookOperation) |
Copyright © 2018 Vitam. All rights reserved.