Uses of Interface
fr.gouv.vitam.logbook.operations.api.LogbookOperations
-
Packages that use LogbookOperations Package Description fr.gouv.vitam.logbook.administration.audit.core Provides the core classes for the Logbook Administration modulefr.gouv.vitam.logbook.administration.core Provides the core classes for the Logbook Administration modulefr.gouv.vitam.logbook.operations.core 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 LogbookOperations Constructor Description LogbookAuditAdministration(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 LogbookOperations Constructor Description LogbookAdministration(LogbookOperations logbookOperations, TimestampGenerator timestampGenerator, java.lang.Integer operationTraceabilityOverlapDelayInSeconds, java.lang.Integer operationTraceabilityMaxRenewalDelay, java.time.temporal.ChronoUnit operationTraceabilityMaxRenewalDelayUnit, int operationTraceabilityThreadPoolSize)LogbookLFCAdministration(LogbookOperations logbookOperations, LogbookLifeCycles logbookLifeCycles, ProcessingManagementClientFactory processingManagementClientFactory, WorkspaceClientFactory workspaceClientFactory, java.lang.Integer lifecycleTraceabilityTemporizationDelay, java.lang.Integer lifecycleTraceabilityMaxRenewalDelay, java.time.temporal.ChronoUnit lifecycleTraceabilityMaxRenewalDelayUnit, java.lang.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 LogbookOperations Modifier and Type Class Description classAlertLogbookOperationsDecoratorLogbookOperationsDecorator implementation.classLogbookOperationsDecoratorDecorator for LogbookOperationsclassLogbookOperationsImplLogbook Operations implementation base classFields in fr.gouv.vitam.logbook.operations.core declared as LogbookOperations Modifier and Type Field Description protected LogbookOperationsLogbookOperationsDecorator. logbookOperationsConstructors in fr.gouv.vitam.logbook.operations.core with parameters of type LogbookOperations Constructor Description AlertLogbookOperationsDecorator(LogbookOperations logbookOperations, java.util.List<LogbookEvent> alertEvents)LogbookOperationsDecorator(LogbookOperations logbookOperations)Constructor
-