Uses of Class
fr.gouv.vitam.batch.report.client.BatchReportClientFactory
Packages that use BatchReportClientFactory
Package
Description
Provides common classes for the Worker module.
Provides
Plugin package in worker module
Provides classes for the Audit Workflow.
-
Uses of BatchReportClientFactory in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client that return BatchReportClientFactoryModifier and TypeMethodDescriptionstatic BatchReportClientFactoryBatchReportClientFactory.getInstance()Get the BatchReportClientFactory instancestatic BatchReportClientFactoryBatchReportClientFactory.getInstance(WorkFlowExecutionContext executionContext) Get the BatchReportClientFactory instance for the given workflow execution context -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that return BatchReportClientFactory -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that return BatchReportClientFactory -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin
Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type BatchReportClientFactoryModifierConstructorDescriptionprotectedCommonReportService(ReportType reportType, BatchReportClientFactory batchReportClientFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.audit
Constructors in fr.gouv.vitam.worker.core.plugin.audit with parameters of type BatchReportClientFactoryModifierConstructorDescriptionAuditReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers
Constructors in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers with parameters of type BatchReportClientFactoryModifierConstructorDescriptionDeleteGotVersionsAccessionRegisterUpdatePlugin(AdminManagementClientFactory adminManagementClientFactory, BatchReportClientFactory batchReportClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.services
Constructors in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.services with parameters of type BatchReportClientFactoryModifierConstructorDescriptionDeleteGotVersionsReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.elimination.report
Constructors in fr.gouv.vitam.worker.core.plugin.elimination.report with parameters of type BatchReportClientFactoryModifierConstructorDescriptionEliminationActionReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.evidence.report
Constructors in fr.gouv.vitam.worker.core.plugin.evidence.report with parameters of type BatchReportClientFactoryModifierConstructorDescriptionEvidenceAuditReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.preservation
Constructors in fr.gouv.vitam.worker.core.plugin.preservation with parameters of type BatchReportClientFactoryModifierConstructorDescriptionPreservationExtractionAUPlugin(BatchReportClientFactory batchReportClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.preservation.service
Constructors in fr.gouv.vitam.worker.core.plugin.preservation.service with parameters of type BatchReportClientFactoryModifierConstructorDescriptionPreservationReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.traceability.service
Constructors in fr.gouv.vitam.worker.core.plugin.traceability.service with parameters of type BatchReportClientFactoryModifierConstructorDescriptionTraceabilityReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of BatchReportClientFactory in fr.gouv.vitam.worker.core.plugin.transfer.reply
Constructors in fr.gouv.vitam.worker.core.plugin.transfer.reply with parameters of type BatchReportClientFactoryModifierConstructorDescriptionTransferReplyReportService(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory)