Uses of Interface
fr.gouv.vitam.logbook.lifecycles.client.LogbookLifeCyclesClient
-
Packages that use LogbookLifeCyclesClient Package Description fr.gouv.vitam.logbook.lifecycles.client Provides Logbook Lifecycles client interface, factory and implementations.fr.gouv.vitam.worker.common Provides common classes for the Worker module.fr.gouv.vitam.worker.common.utils Provides common utility classes for the Worker module.fr.gouv.vitam.worker.core.impl Providesfr.gouv.vitam.worker.core.plugin Plugin package in worker modulefr.gouv.vitam.worker.core.plugin.massprocessing.management -
-
Uses of LogbookLifeCyclesClient in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that return LogbookLifeCyclesClient Modifier and Type Method Description LogbookLifeCyclesClient
LogbookLifeCyclesClientFactory. getClient()
Get the default type logbook client -
Uses of LogbookLifeCyclesClient in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that return LogbookLifeCyclesClient Modifier and Type Method Description LogbookLifeCyclesClient
HandlerIO. getLifecyclesClient()
-
Uses of LogbookLifeCyclesClient in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils with parameters of type LogbookLifeCyclesClient Modifier and Type Method Description void
ArchiveUnitLifecycleUpdateUtils. commitLifecycle(java.lang.String processId, java.lang.String archiveUnitId, LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to commit lifecyclevoid
ArchiveUnitLifecycleUpdateUtils. logLifecycle(WorkerParameters params, java.lang.String auGuid, StatusCode code, java.lang.String evDetData, LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to log lifecycles unit -
Uses of LogbookLifeCyclesClient in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that return LogbookLifeCyclesClient Modifier and Type Method Description LogbookLifeCyclesClient
HandlerIOImpl. getLifecyclesClient()
-
Uses of LogbookLifeCyclesClient in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin with parameters of type LogbookLifeCyclesClient Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNode
StoreMetadataObjectActionHandler. getRawLogbookLifeCycleById(java.lang.String idDocument, DataCategory dataCategory, LogbookLifeCyclesClient logbookClient)
retrieve the Raw LFC for the metadata document (Unit or Got) -
Uses of LogbookLifeCyclesClient in fr.gouv.vitam.worker.core.plugin.massprocessing.management
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing.management with parameters of type LogbookLifeCyclesClient Modifier and Type Method Description protected void
MassUpdateUnitsRulesProcess. saveUnitWithLfc(MetaDataClient mdClient, LogbookLifeCyclesClient lfcClient, StorageClient storageClient, HandlerIO handler, WorkerParameters params, java.lang.String guid, java.lang.String fileName)
Store Unit with LFC by storing UNIT+LFC in workspace then storing in offers.
-