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.handler |
Provides Handler classes for the Worker Core module
|
fr.gouv.vitam.worker.core.impl |
Provides
|
fr.gouv.vitam.worker.core.plugin |
Plugin package in worker module
|
Modifier and Type | Method and Description |
---|---|
LogbookLifeCyclesClient |
LogbookLifeCyclesClientFactory.getClient()
Get the default type logbook client
|
Modifier and Type | Method and Description |
---|---|
LogbookLifeCyclesClient |
HandlerIO.getLifecyclesClient() |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveUnitUpdateUtils.commitLifecycle(String processId,
String archiveUnitId,
LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to commit lifecycle
|
void |
ArchiveUnitUpdateUtils.logLifecycle(WorkerParameters params,
String auGuid,
StatusCode code,
String evDetData,
LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to log lifecycles unit
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
ExtractSedaActionHandler.extractSEDA(LogbookLifeCyclesClient logbookLifeCycleClient,
WorkerParameters params,
ItemStatus globalCompositeItemStatus,
UnitType workflowUnitType)
Split Element from InputStream and write it to workspace
|
protected List<com.fasterxml.jackson.databind.JsonNode> |
ListUnitLifecycleTraceabilityActionHandler.getRawLifecyclesByLastPersistedDate(LocalDateTime startDate,
LocalDateTime endDate,
LogbookLifeCyclesClient logbookLifeCyclesClient,
int limit) |
protected abstract List<com.fasterxml.jackson.databind.JsonNode> |
ListLifecycleTraceabilityActionHandler.getRawLifecyclesByLastPersistedDate(LocalDateTime startDate,
LocalDateTime endDate,
LogbookLifeCyclesClient logbookLifeCyclesClient,
int limit) |
protected List<com.fasterxml.jackson.databind.JsonNode> |
ListObjectGroupLifecycleTraceabilityActionHandler.getRawLifecyclesByLastPersistedDate(LocalDateTime startDate,
LocalDateTime endDate,
LogbookLifeCyclesClient logbookLifeCyclesClient,
int limit) |
Modifier and Type | Method and Description |
---|---|
LogbookLifeCyclesClient |
HandlerIOImpl.getLifecyclesClient() |
Constructor and Description |
---|
LifecycleFromWorker(LogbookLifeCyclesClient logbookLfcClient) |
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.databind.JsonNode |
StoreMetadataObjectActionHandler.getRawLogbookLifeCycleById(String idDocument,
DataCategory dataCategory,
LogbookLifeCyclesClient logbookClient)
retrieve the Raw LFC for the metadata document (Unit or Got)
|
Copyright © 2018 Vitam. All rights reserved.