Package | Description |
---|---|
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.logbook.common.exception |
Provides common Exception classes for the Logbook module
|
fr.gouv.vitam.logbook.lifecycles.client |
Provides Logbook Lifecycles client interface, factory and implementations.
|
fr.gouv.vitam.logbook.operations.client |
Provides Logbook Operations client interface, factory and implementations.
|
fr.gouv.vitam.worker.core.handler |
Provides Handler classes for the Worker Core module
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectObjectGroupLifeCycleById(String idObject,
com.fasterxml.jackson.databind.JsonNode queryDsl)
selectObjectGroupLifeCycleById
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectOperation(com.fasterxml.jackson.databind.JsonNode select)
selectOperation
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectOperationById(String processId,
com.fasterxml.jackson.databind.JsonNode queryDsl)
selectOperationbyId
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectUnitLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)
selectUnitLifeCycleById
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectUnitLifeCycleById(String idUnit,
com.fasterxml.jackson.databind.JsonNode queryDsl)
selectUnitLifeCycleById
|
Modifier and Type | Class and Description |
---|---|
class |
LogbookClientAlreadyExistsException
Exception is thrown when the object to be created already exists
|
class |
LogbookClientBadRequestException
Exception indicating a resource given as parameter is malformed.
|
class |
LogbookClientNotFoundException
Exception indicating a resource requested by a client was not found on the server.
|
class |
LogbookClientServerException
Exception indicating the Logbook server has an internal error.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.getRawObjectGroupLifeCycleById(String id)
returns the raw object group life cycle
|
List<com.fasterxml.jackson.databind.JsonNode> |
LogbookLifeCyclesClient.getRawObjectGroupLifecyclesByLastPersistedDate(LocalDateTime startDate,
LocalDateTime endDate,
int limit)
Gets a list of raw object group life cycles by last persisted date
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.getRawUnitLifeCycleById(String id)
returns the raw unit life cycle
|
List<com.fasterxml.jackson.databind.JsonNode> |
LogbookLifeCyclesClient.getRawUnitLifecyclesByLastPersistedDate(LocalDateTime startDate,
LocalDateTime endDate,
int limit)
Gets a list of raw unit life cycles by last persisted date
|
RequestResponse |
LogbookLifeCyclesClient.objectGroupLifeCyclesByOperationIterator(String operationId,
LifeCycleStatusCode lifeCycleStatus,
com.fasterxml.jackson.databind.JsonNode query)
returns VitamRequestIterator on ObjectGroupLifecycles for this operation.
Example of code using it:
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.selectObjectGroupLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the object group life cycles
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.selectObjectGroupLifeCycleById(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the object group life cycle
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.selectObjectGroupLifeCycleById(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl,
LifeCycleStatusCode lifeCycleStatus)
returns the object group life cycle
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.selectUnitLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the unit life cycle
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.selectUnitLifeCycleById(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
returns the unit life cycle
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesClient.selectUnitLifeCycleById(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl,
LifeCycleStatusCode lifeCycleStatus)
returns the unit life cycle in progress
|
RequestResponse |
LogbookLifeCyclesClient.unitLifeCyclesByOperationIterator(String operationId,
LifeCycleStatusCode lifeCycleStatus,
com.fasterxml.jackson.databind.JsonNode query)
returns VitamRequestIterator on UnitLifeCycles for this operation.
Example of code using it:
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
LogbookOperationsClient.selectOperation(com.fasterxml.jackson.databind.JsonNode select) |
com.fasterxml.jackson.databind.JsonNode |
LogbookOperationsClient.selectOperationById(String id) |
Modifier and Type | Method and Description |
---|---|
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) |
protected void |
ListLifecycleTraceabilityActionHandler.selectAndExportLifecycles(int temporizationDelayInSeconds,
int lifecycleTraceabilityMaxEntries,
String workspaceMetadataFolder,
String eventType,
HandlerIO handlerIO) |
Copyright © 2018 Vitam. All rights reserved.