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.functional.administration.core.rules 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.security.internal.rest.resource Provides core classes of functional administration rules modulefr.gouv.vitam.security.internal.rest.service Provides core classes of functional administration rules modulefr.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. linkedCheckTraceability(com.fasterxml.jackson.databind.JsonNode query)
Linked check traceabilityRequestResponse<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, boolean isSliced, boolean isCrossTenant)
selectOperationRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient. selectOperationById(java.lang.String processId)
selectOperationbyIdRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient. selectOperationById(java.lang.String processId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean isSliced, boolean isCrossTenant)
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.functional.administration.core.rules
Methods in fr.gouv.vitam.functional.administration.core.rules that throw LogbookClientException Modifier and Type Method Description void
RulesManagerFileImpl. importFile(java.io.InputStream rulesFileStream, java.lang.String filename)
void
LogbookRuleImportManager. initializeUnitRuleUpdateWorkflowLogbook(GUID updateOperationGUID, GUID reqId)
void
LogbookRuleImportManager. initStpImportRulesLogbookOperation(GUID eip)
java.util.Map<java.lang.String,FileRulesModel>
RulesManagerFileImpl. processRuleParsing(java.io.File file, java.lang.String filename, GUID eip)
void
LogbookRuleImportManager. updateCheckFileRulesLogbookOperation(StatusCode statusCode, java.util.Set<java.lang.String> usedUpdatedRuleIds, java.util.Set<java.lang.String> notUsedDeletedRuleIds, java.util.Set<java.lang.String> nonDeletableUsedRuleIds, java.util.Set<java.lang.String> usedRuleIdsWithDurationModeUpdate, GUID evIdentifierProcess)
void
LogbookRuleImportManager. updateCheckFileRulesLogbookOperationWhenCheckBeforeImportIsKo(java.lang.String subEvenType, GUID evIdentifierProcess)
void
LogbookRuleImportManager. updateCommitFileRulesLogbookOperationOkOrKo(StatusCode statusCode, GUID evIdentifierProcess, int nbDeleted, int nbUpdated, int nbInserted)
void
LogbookRuleImportManager. updateStpImportRulesLogbookOperation(GUID eip, StatusCode status, java.lang.String filename)
void
LogbookRuleImportManager. updateUnitRuleUpdateWorkflowLogbook(GUID updateOperationGUID, GUID reqId)
-
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 class
LogbookClientAlreadyExistsException
Exception is thrown when the object to be created already existsclass
LogbookClientBadRequestException
Exception indicating a resource given as parameter is malformed.class
LogbookClientNotFoundException
Exception indicating a resource requested by a client was not found on the server.class
LogbookClientServerException
Exception 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 java.io.InputStream
LogbookLifeCyclesClient. exportRawObjectGroupLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int maxEntries)
Exports raw object group lifecycles by last persisted date range Warning: If maxEntries limit reached, lifecycles with exact same last persisted date will also be exported.java.io.InputStream
LogbookLifeCyclesClient. exportRawUnitLifecyclesByLastPersistedDate(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int maxEntries)
Exports raw unit lifecycles by last persisted date range.com.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. 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 cyclecom.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. 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 cyclesCloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCyclesClient. objectGroupLifeCyclesByOperationIterator(java.lang.String operationId, LifeCycleStatusCode lifeCycleStatus, com.fasterxml.jackson.databind.JsonNode query)
com.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectObjectGroupLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the object group life cyclescom.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectObjectGroupLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl, LifeCycleStatusCode lifeCycleStatus)
com.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectObjectGroupLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the object group life cyclecom.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectObjectGroupLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl, LifeCycleStatusCode lifeCycleStatus)
returns the object group life cyclecom.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectUnitLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the unit life cyclecom.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectUnitLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the unit life cyclecom.fasterxml.jackson.databind.JsonNode
LogbookLifeCyclesClient. selectUnitLifeCycleById(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl, LifeCycleStatusCode lifeCycleStatus)
returns the unit life cycle in progressCloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCyclesClient. 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.JsonNode
LogbookOperationsClient. selectOperation(com.fasterxml.jackson.databind.JsonNode select)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClient. selectOperation(com.fasterxml.jackson.databind.JsonNode select, boolean isSliced, boolean isCrossTenant)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClientMock. selectOperation(com.fasterxml.jackson.databind.JsonNode select)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClientMock. selectOperation(com.fasterxml.jackson.databind.JsonNode select, boolean isSliced, boolean isCrossTenant)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClient. selectOperationById(java.lang.String id)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClient. selectOperationById(java.lang.String processId, com.fasterxml.jackson.databind.JsonNode query, boolean isSliced, boolean isCrossTenant)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClientMock. selectOperationById(java.lang.String id)
com.fasterxml.jackson.databind.JsonNode
LogbookOperationsClientMock. selectOperationById(java.lang.String processId, com.fasterxml.jackson.databind.JsonNode query, boolean isSliced, boolean isCrossTenant)
-
Uses of LogbookClientException in fr.gouv.vitam.security.internal.rest.resource
Methods in fr.gouv.vitam.security.internal.rest.resource that throw LogbookClientException Modifier and Type Method Description void
PersonalCertificateResource. checkPersonalCertificate(byte[] certificate, java.lang.String permission)
Check personal certificate -
Uses of LogbookClientException in fr.gouv.vitam.security.internal.rest.service
Methods in fr.gouv.vitam.security.internal.rest.service that throw LogbookClientException Modifier and Type Method Description void
PersonalCertificateService. checkPersonalCertificateExistence(byte[] certificate, java.lang.String permission)
Checks if the personal certificate if valid. -
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.io.InputStream
PrepareLfcTraceabilityActionPlugin. exportRawLifecyclesByLastPersistedDate(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, java.time.LocalDateTime selectionStartDate, java.time.LocalDateTime selectionEndDate, int lifecycleTraceabilityMaxEntries)
protected java.io.InputStream
PrepareObjectGroupLfcTraceabilityActionPlugin. exportRawLifecyclesByLastPersistedDate(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int maxEntries)
protected java.io.InputStream
PrepareUnitLfcTraceabilityActionPlugin. exportRawLifecyclesByLastPersistedDate(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, int maxEntries)
protected StatusCode
PrepareLfcTraceabilityActionPlugin. selectAndExportLifecyclesWithMetadata(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, java.lang.String eventType, HandlerIO handlerIO)
-