public class AccessService extends Object
| Constructor and Description |
|---|
AccessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkResultsForParticularData(List<com.fasterxml.jackson.databind.JsonNode> results,
int resultNumber,
cucumber.api.DataTable dataTable)
Check in the given result the expected datas
|
String |
findUnitGUIDByTitleAndOperationId(AccessExternalClient accessClient,
int tenantId,
String contractId,
String applicationSessionId,
String operationId,
String auTitle)
Search an AU by its tile (unique in sip) and operationId (of the sip operation)
|
public String findUnitGUIDByTitleAndOperationId(AccessExternalClient accessClient, int tenantId, String contractId, String applicationSessionId, String operationId, String auTitle) throws InvalidCreateOperationException, VitamClientException
accessClient - access clienttenantId - tenant idcontractId - access contract idapplicationSessionId - application session idoperationId - logbook operation idauTitle - au titleInvalidCreateOperationException - exceptionVitamClientException - exceptionpublic void checkResultsForParticularData(List<com.fasterxml.jackson.databind.JsonNode> results, int resultNumber, cucumber.api.DataTable dataTable) throws Throwable
results - all resultsresultNumber - index of resultdataTable - expected datasThrowableCopyright © 2018 Vitam. All rights reserved.