| 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.common.model.logbook |
Provides common public Model classes for the Logbook module.
|
| fr.gouv.vitam.functionaltest.cucumber.service | |
| fr.gouv.vitam.ihmdemo.core |
Provides IHM core classes
|
| fr.gouv.vitam.worker.core.plugin.probativevalue.pojo |
| 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 |
|---|---|
static LogbookOperation |
LogbookOperation.emptyWithEvDetData(String evDetData) |
| 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 |
|---|---|
RequestResponse<LogbookOperation> |
UserInterfaceTransactionManager.selectOperation(com.fasterxml.jackson.databind.JsonNode query,
VitamContext context) |
RequestResponse<LogbookOperation> |
UserInterfaceTransactionManager.selectOperationbyId(String operationId,
VitamContext context) |
| Modifier and Type | Method and Description |
|---|---|
LogbookOperation |
OperationWithClosestPreviousOperation.getClosestToReferenceOperation() |
LogbookOperation |
OperationWithClosestPreviousOperation.getOperation() |
| Constructor and Description |
|---|
OperationWithClosestPreviousOperation(LogbookOperation operation,
LogbookOperation closestToReferenceOperation) |
Copyright © 2019 Vitam. All rights reserved.