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)Constructor -
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 operationTraceabilityOverlapDelay)ConstructorLogbookLFCAdministration(LogbookOperations logbookOperations, ProcessingManagementClientFactory processingManagementClientFactory, WorkspaceClientFactory workspaceClientFactory, java.lang.Integer lifecycleTraceabilityTemporizationDelay, java.lang.Integer lifecycleTraceabilityMaxEntries)LogbookLFCAdministration constructorLogbookOperationTraceabilityHelper(LogbookOperations logbookOperations, GUID operationID, int temporizationDelayInSeconds) -
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
-