Uses of Interface
fr.gouv.vitam.logbook.operations.api.LogbookOperations
Packages that use LogbookOperations
Package
Description
Provides the core classes for the Logbook Administration module
Provides the core classes for the Logbook Administration module
Provides core implementation for the Logbook Operations module.
-
Uses of LogbookOperations in fr.gouv.vitam.logbook.administration.audit.core
Constructors in fr.gouv.vitam.logbook.administration.audit.core with parameters of type LogbookOperationsModifierConstructorDescriptionLogbookAuditAdministration
(LogbookOperations logbookOperations) LogbookAuditAdministration
(LogbookOperations logbookOperations, AlertService alertService) -
Uses of LogbookOperations in fr.gouv.vitam.logbook.administration.core
Constructors in fr.gouv.vitam.logbook.administration.core with parameters of type LogbookOperationsModifierConstructorDescriptionLogbookAdministration
(LogbookOperations logbookOperations, TimestampGenerator timestampGenerator, Integer operationTraceabilityOverlapDelayInSeconds, Integer operationTraceabilityMaxRenewalDelay, ChronoUnit operationTraceabilityMaxRenewalDelayUnit, int operationTraceabilityThreadPoolSize) LogbookLFCAdministration
(LogbookOperations logbookOperations, LogbookLifeCycles logbookLifeCycles, ProcessingManagementClientFactory processingManagementClientFactory, WorkspaceClientFactory workspaceClientFactory, Integer lifecycleTraceabilityTemporizationDelay, Integer lifecycleTraceabilityMaxRenewalDelay, ChronoUnit lifecycleTraceabilityMaxRenewalDelayUnit, Integer lifecycleTraceabilityMaxEntries) LogbookLFCAdministration constructorLogbookOperationTraceabilityHelper
(LogbookOperations logbookOperations, GUID operationID, int temporizationDelayInSeconds, int traceabilityExpirationInSeconds) -
Uses of LogbookOperations in fr.gouv.vitam.logbook.operations.core
Classes in fr.gouv.vitam.logbook.operations.core that implement LogbookOperationsModifier and TypeClassDescriptionclass
LogbookOperationsDecorator implementation.class
Decorator for LogbookOperationsclass
Logbook Operations implementation base classFields in fr.gouv.vitam.logbook.operations.core declared as LogbookOperationsModifier and TypeFieldDescriptionprotected LogbookOperations
LogbookOperationsDecorator.logbookOperations
Constructors in fr.gouv.vitam.logbook.operations.core with parameters of type LogbookOperationsModifierConstructorDescriptionAlertLogbookOperationsDecorator
(LogbookOperations logbookOperations, List<LogbookEvent> alertEvents) LogbookOperationsDecorator
(LogbookOperations logbookOperations) Constructor