public class LogbookService extends Object
Constructor and Description |
---|
LogbookService() |
Modifier and Type | Method and Description |
---|---|
void |
checkFinalStatusLogbook(AccessExternalClient accessClient,
int tenantId,
String contractId,
String applicationSessionId,
String operationId,
String status)
check on logbook if the global status is OK (status of the last event, if last event is correct)
|
RequestResponse<LogbookOperation> |
getLogbookOperation(AccessExternalClient accessClient,
int tenantId,
String contractId,
String applicationSessionId,
String operationId)
Get a Logbook operation by its id
|
public RequestResponse<LogbookOperation> getLogbookOperation(AccessExternalClient accessClient, int tenantId, String contractId, String applicationSessionId, String operationId) throws VitamClientException
accessClient
- access clienttenantId
- tenant idcontractId
- access contract idapplicationSessionId
- application session idoperationId
- logbook operation idVitamClientException
- exceptionpublic void checkFinalStatusLogbook(AccessExternalClient accessClient, int tenantId, String contractId, String applicationSessionId, String operationId, String status) throws VitamClientException
accessClient
- access clienttenantId
- tenant idcontractId
- access contract idapplicationSessionId
- application session idoperationId
- logbook operation idstatus
- expected statusVitamClientException
- exceptionCopyright © 2018 Vitam. All rights reserved.