Package | Description |
---|---|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
fr.gouv.vitam.ihmrecette.appserver |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
fr.gouv.vitam.ingest.external.core |
Provides core implementation for the Ingest External module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.ingest.internal.upload.rest |
Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.
|
fr.gouv.vitam.logbook.common.parameters |
Provides common parameters, helpers and factory classes used for the Logbook module
|
fr.gouv.vitam.logbook.common.server |
Provides Common Server classes for the Logbook module
|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
fr.gouv.vitam.logbook.operations.api |
Provides API classes for the Logbook Operations module
|
fr.gouv.vitam.logbook.operations.client |
Provides Logbook Operations client interface, factory and implementations.
|
fr.gouv.vitam.logbook.operations.core |
Provides core implementation for the Logbook Operations module.
|
fr.gouv.vitam.logbook.rest |
Provides the web server application for the Logbook module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReferentialFileUtils.addFilenameInLogbookOperation(String filename,
LogbookOperationParameters logbookParameters)
Add into a logbookOperation's evDetdata the filename information.
|
Modifier and Type | Method and Description |
---|---|
LogbookOperationParameters |
PreUploadResume.getStartedParameters() |
Constructor and Description |
---|
PreUploadResume(LogbookOperationsClientHelper helper,
LogbookTypeProcess logbookTypeProcess,
LogbookOperationParameters startedParameters,
WorkspaceFileSystem workspaceFileSystem,
String contextWithExecutionMode,
String eventType) |
Modifier and Type | Method and Description |
---|---|
void |
IngestInternalClientMock.uploadFinalLogbook(Iterable<LogbookOperationParameters> logbookParametersList) |
void |
IngestInternalClient.uploadFinalLogbook(Iterable<LogbookOperationParameters> logbookParametersList)
Finalize the ingest operation by sending back the final Logbook Operation entries from Ingest external
|
javax.ws.rs.core.Response |
IngestInternalClientMock.uploadInitialLogbook(Iterable<LogbookOperationParameters> logbookParametersList) |
javax.ws.rs.core.Response |
IngestInternalClient.uploadInitialLogbook(Iterable<LogbookOperationParameters> logbookParametersList)
Create only Logbook
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IngestInternalResource.delegateCreateLogbookOperation(Queue<LogbookOperationParameters> queue)
Allow to create a logbook by delegation
|
javax.ws.rs.core.Response |
IngestInternalResource.delegateUpdateLogbookOperation(Queue<LogbookOperationParameters> queue)
Allow to update a logbook by delegation
|
Modifier and Type | Method and Description |
---|---|
static LogbookOperationParameters |
LogbookOperationsClientHelper.copy(LogbookOperationParameters source)
Create a copy in order to allow reuse on client side
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters()
Get a new Empty LogbookOperationParameters object.
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String subtask,
String appendedDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object for subtask
|
Modifier and Type | Method and Description |
---|---|
Queue<LogbookOperationParameters> |
LogbookOperationsClientHelper.removeCreateDelegate(String key) |
Queue<LogbookOperationParameters> |
LogbookOperationsClientHelper.removeUpdateDelegate(String key) |
Modifier and Type | Method and Description |
---|---|
static String |
LogbookOperationsClientHelper.checkLogbookParameters(LogbookOperationParameters parameters)
Check validity of the input and add default date and ServerIdentity
|
static LogbookOperationParameters |
LogbookOperationsClientHelper.copy(LogbookOperationParameters source)
Create a copy in order to allow reuse on client side
|
void |
LogbookOperationsClientHelper.createDelegate(LogbookOperationParameters parameters)
Create logbook entry using delegation
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time). |
void |
LogbookOperationsClientHelper.updateDelegate(LogbookOperationParameters parameters)
Update logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookDbAccess.createBulkLogbookOperation(LogbookOperationParameters... operationItems)
Create one Logbook Operation with already multiple sub-events
|
void |
LogbookDbAccess.createLogbookOperation(LogbookOperationParameters operationItem)
Create one Logbook Operation
|
void |
LogbookDbAccess.updateBulkLogbookOperation(LogbookOperationParameters... operationItems)
Update one Logbook Operation with multiple sub-events
It adds this new entry within the very same Logbook Operaton entry in "events" array. |
void |
LogbookDbAccess.updateLogbookOperation(LogbookOperationParameters operationItem)
Update one Logbook Operation
It adds this new entry within the very same Logbook Operaton entry in "events" array. |
Modifier and Type | Method and Description |
---|---|
List<LogbookOperationParameters> |
LogbookOperation.getOperations(boolean all)
Get back LogbookOperationParameters
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookMongoDbAccessImpl.createBulkLogbookOperation(LogbookOperationParameters... operationItems) |
void |
LogbookMongoDbAccessImpl.createLogbookOperation(LogbookOperationParameters operationItem) |
void |
LogbookMongoDbAccessImpl.updateBulkLogbookOperation(LogbookOperationParameters... operationItems) |
void |
LogbookMongoDbAccessImpl.updateLogbookOperation(LogbookOperationParameters operationItem) |
Constructor and Description |
---|
LogbookOperation(LogbookOperationParameters parameters)
Constructor from LogbookOperationParameters
|
LogbookOperation(LogbookOperationParameters parameters,
boolean forUpdate)
Constructor from LogbookOperationParameters for update purpose
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperations.create(LogbookOperationParameters parameters)
Create and insert logbook operation entries
|
void |
LogbookOperations.createBulkLogbookOperation(LogbookOperationParameters[] operationArray)
Create one Logbook Operation with already multiple sub-events
|
void |
LogbookOperations.update(LogbookOperationParameters parameters)
Update and insert logbook operation entries
|
void |
LogbookOperations.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray)
Update one Logbook Operation with multiple sub-events
It adds this new entry within the very same Logbook Operaton entry in "events" array. |
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationsClient.create(LogbookOperationParameters parameters)
Create logbook entry
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time). |
void |
LogbookOperationsClient.createDelegate(LogbookOperationParameters parameters)
Create logbook entry using delegation
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time). |
void |
LogbookOperationsClient.update(LogbookOperationParameters parameters)
Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
void |
LogbookOperationsClient.updateDelegate(LogbookOperationParameters parameters)
Update logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationsClient.bulkCreate(String eventIdProc,
Iterable<LogbookOperationParameters> queue)
Bulk Create
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time). |
void |
LogbookOperationsClient.bulkUpdate(String eventIdProc,
Iterable<LogbookOperationParameters> queue)
Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationsDecorator.create(LogbookOperationParameters parameters) |
void |
LogbookOperationsImpl.create(LogbookOperationParameters parameters) |
void |
AlertLogbookOperationsDecorator.create(LogbookOperationParameters parameters) |
void |
LogbookOperationsDecorator.createBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
LogbookOperationsImpl.createBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
AlertLogbookOperationsDecorator.createBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
LogbookOperationsDecorator.update(LogbookOperationParameters parameters) |
void |
LogbookOperationsImpl.update(LogbookOperationParameters parameters) |
void |
AlertLogbookOperationsDecorator.update(LogbookOperationParameters parameters) |
void |
LogbookOperationsDecorator.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
LogbookOperationsImpl.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
AlertLogbookOperationsDecorator.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LogbookResource.createOperation(String operationId,
LogbookOperationParameters operation)
Create or Select a new operation
|
javax.ws.rs.core.Response |
LogbookResource.updateOperation(String operationId,
LogbookOperationParameters operation)
Append a new item on the given operation
|
Copyright © 2018 Vitam. All rights reserved.