Uses of Class
fr.gouv.vitam.logbook.lifecycles.client.LogbookLifeCyclesClientFactory
Packages that use LogbookLifeCyclesClientFactory
Package
Description
Provides core implementation for the Access Internal module.
Provides the web server application for the Access Internal module and the rest resources it uses.
Provides Logbook Lifecycles client interface, factory and implementations.
Provides common classes for the Worker module.
Provides Handler classes for the Worker Core module
Provides
Plugin package in worker module
-
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.access.internal.core
Constructors in fr.gouv.vitam.access.internal.core with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionAccessInternalModuleImpl
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, StorageClientFactory storageClientFactory, WorkspaceClientFactory workspaceClientFactory, AdminManagementClientFactory adminManagementClientFactory, MetaDataClientFactory metaDataClientFactory) -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.access.internal.rest
Constructors in fr.gouv.vitam.access.internal.rest with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionBusinessApplication
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, StorageClientFactory storageClientFactory, WorkspaceClientFactory workspaceClientFactory, AdminManagementClientFactory adminManagementClientFactory, MetaDataClientFactory metaDataClientFactory, ProcessingManagementClientFactory processingManagementClientFactory) -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that return LogbookLifeCyclesClientFactoryModifier and TypeMethodDescriptionstatic final LogbookLifeCyclesClientFactory
LogbookLifeCyclesClientFactory.getInstance()
Get the LogbookLifeCyclesClientFactory instanceLogbookLifeCyclesClientFactory.getInstance
(WorkFlowExecutionContext executionContext) Get the LogbookLifeCyclesClientFactory instance for the given workflow execution context -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.metadata.core.reconstruction.service
Constructors in fr.gouv.vitam.metadata.core.reconstruction.service with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionMetadataReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService recoverBackupService, LogbookLifeCyclesClientFactory logbookLifecycleClientFactory, StorageClientFactory storageClientFactory, OffsetRepository offsetRepository, ElasticsearchMetadataIndexManager indexManager, MetadataReconstructionMetricsCache reconstructionMetricsCache) Constructor for tests -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that return LogbookLifeCyclesClientFactory -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.core.handler
Constructors in fr.gouv.vitam.worker.core.handler with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionCheckDataObjectPackageActionHandler
(MetaDataClientFactory metaDataClientFactory, AdminManagementClientFactory adminManagementClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, SedaUtilsFactory sedaUtilsFactory, CheckNoObjectsActionHandler checkNoObjectsActionHandler, CheckObjectsNumberActionHandler checkObjectsNumberActionHandler, ExtractSedaActionHandler extractSedaActionHandler, CheckObjectUnitConsistencyActionHandler checkObjectUnitConsistencyActionHandler) -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that return LogbookLifeCyclesClientFactoryConstructors in fr.gouv.vitam.worker.core.impl with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionHandlerIOImpl
(WorkFlowExecutionContext workFlowExecutionContext, WorkspaceClientFactory workspaceClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, String containerName, String workerId, List<String> objectIds) Constructor with workspaceClient, local root path he is used for test purpose -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.core.plugin
Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionStoreMetaDataObjectGroupActionPlugin
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, StorageClientFactory storageClientFactory) -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type LogbookLifeCyclesClientFactoryModifier and TypeMethodDescriptionprotected abstract InputStream
PrepareLfcTraceabilityActionPlugin.exportRawLifecyclesByLastPersistedDate
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LocalDateTime selectionStartDate, LocalDateTime selectionEndDate, int lifecycleTraceabilityMaxEntries) protected InputStream
PrepareObjectGroupLfcTraceabilityActionPlugin.exportRawLifecyclesByLastPersistedDate
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LocalDateTime startDate, LocalDateTime endDate, int maxEntries) protected InputStream
PrepareUnitLfcTraceabilityActionPlugin.exportRawLifecyclesByLastPersistedDate
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LocalDateTime startDate, LocalDateTime endDate, int maxEntries) -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.core.plugin.probativevalue
Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionProbativeCreateReportEntry
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, StorageClientFactory storageClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, TimeStampService timeStampService) -
Uses of LogbookLifeCyclesClientFactory in fr.gouv.vitam.worker.core.plugin.purge
Constructors in fr.gouv.vitam.worker.core.plugin.purge with parameters of type LogbookLifeCyclesClientFactoryModifierConstructorDescriptionprotected
PurgeUnitCollectPlugin
(String actionId, PurgeDeleteCollectService purgeDeleteCollectService, PurgeReportService purgeReportService, LogbookLifeCyclesClientFactory llfcClientFactory) Test only constructorprotected
PurgeUnitPlugin
(String actionId, PurgeReportService purgeReportService, LogbookLifeCyclesClientFactory llfcClientFactory) Test only constructorprotected
PurgeUnitVitamPlugin
(String actionId, PurgeDeleteService purgeDeleteService, PurgeReportService purgeReportService, LogbookLifeCyclesClientFactory llfcClientFactory) Test only constructor