Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientException
-
Packages that use LogbookClientException Package Description fr.gouv.vitam.access.internal.client Provides access internal client interface, factory and implementations.fr.gouv.vitam.logbook.common.exception Provides Client common Exception classes for the Logbook modulefr.gouv.vitam.logbook.lifecycles.client Provides Logbook Lifecycles client interface, factory and implementations.fr.gouv.vitam.logbook.operations.client Provides Logbook Operations client interface, factory and implementations.fr.gouv.vitam.worker.core.plugin.lfc_traceability -
-
Uses of LogbookClientException in fr.gouv.vitam.access.internal.client
Methods in fr.gouv.vitam.access.internal.client that throw LogbookClientException Modifier and Type Method Description RequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient. selectObjectGroupLifeCycleById(java.lang.String idObject, com.fasterxml.jackson.databind.JsonNode queryDsl)selectObjectGroupLifeCycleByIdRequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient. selectOperation(com.fasterxml.jackson.databind.JsonNode select)selectOperationRequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient. selectOperationById(java.lang.String processId, com.fasterxml.jackson.databind.JsonNode queryDsl)selectOperationbyIdRequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient. selectUnitLifeCycleById(java.lang.String idUnit, com.fasterxml.jackson.databind.JsonNode queryDsl)selectUnitLifeCycleById -
Uses of LogbookClientException in fr.gouv.vitam.logbook.common.exception
Subclasses of LogbookClientException in fr.gouv.vitam.logbook.common.exception Modifier and Type Class Description classLogbookClientAlreadyExistsExceptionException is thrown when the object to be created already existsclassLogbookClientBadRequestExceptionException indicating a resource given as parameter is malformed.classLogbookClientNotFoundExceptionException indicating a resource requested by a client was not found on the server.classLogbookClientServerExceptionException indicating the Logbook server has an internal error. -
Uses of LogbookClientException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. getRawObjectGroupLifeCycleById(java.lang.String id)returns the raw object group life cyclejava.util.List<com.fasterxml.jackson.databind.JsonNode>LogbookLifeCyclesClient. getRawObjectGroupLifeCycleByIds(java.util.List<java.lang.String> ids)returns the raw object group life cyclejava.util.List<com.fasterxml.jackson.databind.JsonNode>LogbookLifeCyclesClient. getRawObjectGroupLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int limit)Gets a list of raw object group life cycles by last persisted datecom.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. getRawUnitLifeCycleById(java.lang.String id)returns the raw unit life cyclejava.util.List<com.fasterxml.jackson.databind.JsonNode>LogbookLifeCyclesClient. getRawUnitLifeCycleByIds(java.util.List<java.lang.String> ids)returns the raw unit life cyclesjava.util.List<com.fasterxml.jackson.databind.JsonNode>LogbookLifeCyclesClient. getRawUnitLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int limit)Gets a list of raw unit life cycles by last persisted dateRequestResponseLogbookLifeCyclesClient. objectGroupLifeCyclesByOperationIterator(java.lang.String operationId, LifeCycleStatusCode lifeCycleStatus, com.fasterxml.jackson.databind.JsonNode query)com.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. selectObjectGroupLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)returns the object group life cyclescom.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. selectObjectGroupLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)returns the object group life cyclecom.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. selectObjectGroupLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl, LifeCycleStatusCode lifeCycleStatus)returns the object group life cyclecom.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. selectUnitLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)returns the unit life cyclecom.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. selectUnitLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)returns the unit life cyclecom.fasterxml.jackson.databind.JsonNodeLogbookLifeCyclesClient. selectUnitLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl, LifeCycleStatusCode lifeCycleStatus)returns the unit life cycle in progressRequestResponseLogbookLifeCyclesClient. unitLifeCyclesByOperationIterator(java.lang.String operationId, LifeCycleStatusCode lifeCycleStatus, com.fasterxml.jackson.databind.JsonNode query) -
Uses of LogbookClientException in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client that throw LogbookClientException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeLogbookOperationsClient. selectOperation(com.fasterxml.jackson.databind.JsonNode select)com.fasterxml.jackson.databind.JsonNodeLogbookOperationsClientMock. selectOperation(com.fasterxml.jackson.databind.JsonNode select)com.fasterxml.jackson.databind.JsonNodeLogbookOperationsClient. selectOperationById(java.lang.String id)com.fasterxml.jackson.databind.JsonNodeLogbookOperationsClientMock. selectOperationById(java.lang.String id) -
Uses of LogbookClientException in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability that throw LogbookClientException Modifier and Type Method Description protected abstract java.util.List<com.fasterxml.jackson.databind.JsonNode>PrepareLfcTraceabilityActionPlugin. getRawLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int limit, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory)protected java.util.List<com.fasterxml.jackson.databind.JsonNode>PrepareObjectGroupLfcTraceabilityActionPlugin. getRawLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int limit, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory)protected java.util.List<com.fasterxml.jackson.databind.JsonNode>PrepareUnitLfcTraceabilityActionPlugin. getRawLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int limit, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory)protected StatusCodePrepareLfcTraceabilityActionPlugin. selectAndExportLifecyclesWithMetadata(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, java.lang.String eventType, HandlerIO handlerIO)
-