Uses of Class
fr.gouv.vitam.logbook.common.parameters.LogbookOperationParameters
Package
Description
Provides
Provides the web server application for the Access External module and the rest resources it uses.
Provides Functional administration client interface, factory and implementations.
Provides common classes for the Functional Administration module.
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides Ingest Internal Client interface, configuration, factory and implementations.
Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.
Provides common parameters, helpers and factory classes used for the Logbook module
Provides Common Server classes for the Logbook module
Provides Logbook collection classes
Provides API classes for the Logbook Operations module
Provides Logbook Operations client interface, factory and implementations.
Provides core implementation for the Logbook Operations module.
Provides the web server application for the Logbook module and the rest resources it uses.
-
Uses of LogbookOperationParameters in fr.gouv.vitam.access.external.client
Modifier and TypeMethodDescriptionAdminExternalClient.createExternalOperation
(VitamContext vitamContext, LogbookOperationParameters logbookOperationparams) Create external logbook operation entry
AdminExternalClientMock.createExternalOperation
(VitamContext vitamContext, LogbookOperationParameters logbookOperationparams) AdminExternalClientRest.createExternalOperation
(VitamContext vitamContext, LogbookOperationParameters logbookOperationparams) -
Uses of LogbookOperationParameters in fr.gouv.vitam.access.external.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminManagementExternalResource.createExternalOperation
(LogbookOperationParameters operation) Posts a new logbook entry to Vitam -
Uses of LogbookOperationParameters in fr.gouv.vitam.functional.administration.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response.Status
AdminManagementClient.createExternalOperation
(LogbookOperationParameters logbookOperationparams) Create external logbook operation entry
javax.ws.rs.core.Response.Status
AdminManagementClientMock.createExternalOperation
(LogbookOperationParameters logbookOperationparams) -
Uses of LogbookOperationParameters in fr.gouv.vitam.functional.administration.common
Modifier and TypeMethodDescriptionstatic void
ReferentialFileUtils.addFilenameInLogbookOperation
(String filename, LogbookOperationParameters logbookParameters) Add into a logbookOperation's evDetdata the filename information. -
Uses of LogbookOperationParameters in fr.gouv.vitam.functional.administration.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminManagementResource.addExternalOperation
(LogbookOperationParameters operation) Create a new logbook operation entry in Vitam -
Uses of LogbookOperationParameters in fr.gouv.vitam.ihmrecette.appserver
Modifier and TypeMethodDescriptionvoid
WebApplicationResourceDelete.deleteAccessionRegister
(List<String> collectionKO, LogbookOperationParameters parameters, LogbookOperationsClientHelper helper) void
WebApplicationResourceDelete.deleteAccessionRegisterSummary
(List<String> collectionKO, LogbookOperationParameters parameters, LogbookOperationsClientHelper helper) void
WebApplicationResourceDelete.deleteLogbookoperations
(List<String> collectionKO, LogbookOperationParameters parameters, LogbookOperationsClientHelper helper) void
WebApplicationResourceDelete.deleteMetadaOg
(Integer tenantId, List<String> collectionKO, LogbookOperationParameters parameters, LogbookOperationsClientHelper helper) void
WebApplicationResourceDelete.deleteMetadaUnit
(Integer tenantId, List<String> collectionKO, LogbookOperationParameters parameters, LogbookOperationsClientHelper helper) void
WebApplicationResourceDelete.deleteRules
(List<String> collectionKO, LogbookOperationParameters parameters, LogbookOperationsClientHelper helper) -
Uses of LogbookOperationParameters in fr.gouv.vitam.ingest.internal.client
Modifier and TypeMethodDescriptionvoid
IngestInternalClient.uploadInitialLogbook
(Iterable<LogbookOperationParameters> logbookParametersList) Create only Logbookvoid
IngestInternalClientMock.uploadInitialLogbook
(Iterable<LogbookOperationParameters> logbookParametersList) -
Uses of LogbookOperationParameters in fr.gouv.vitam.ingest.internal.upload.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
IngestInternalResource.delegateCreateLogbookOperation
(Queue<LogbookOperationParameters> queue) Allow to create a logbook by delegationjavax.ws.rs.core.Response
IngestInternalResource.delegateUpdateLogbookOperation
(Queue<LogbookOperationParameters> queue) Allow to update a logbook by delegation -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.common.parameters
Modifier and TypeMethodDescriptionstatic final LogbookOperationParameters
LogbookOperationsClientHelper.copy
(LogbookOperationParameters source) Create a copy in order to allow reuse on client sidestatic LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters()
Get a new Empty LogbookOperationParameters object.static LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String outcomeDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters objectstatic LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String subtask, String appendedDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters object for subtaskstatic LogbookOperationParameters
LogbookParametersFactory.newLogbookOperationParameters()
Get a new Empty LogbookOperationParameters object.Modifier and TypeMethodDescriptionLogbookOperationsClientHelper.removeCreateDelegate
(String key) LogbookOperationsClientHelper.removeUpdateDelegate
(String key) Modifier and TypeMethodDescriptionstatic String
LogbookOperationsClientHelper.checkLogbookParameters
(LogbookOperationParameters parameters) Check validity of the input and add default date and ServerIdentitystatic final LogbookOperationParameters
LogbookOperationsClientHelper.copy
(LogbookOperationParameters source) Create a copy in order to allow reuse on client sidevoid
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) -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.common.server
Modifier and TypeMethodDescriptionvoid
LogbookDbAccess.createLogbookOperation
(String operationId, LogbookOperationParameters... operationItems) Create one Logbook Operation with already multiple sub-eventsvoid
LogbookDbAccess.updateLogbookOperation
(String operationId, 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. -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.common.server.database.collections
Modifier and TypeMethodDescriptionLogbookOperation.getOperations
(boolean all) Get back LogbookOperationParametersModifier and TypeMethodDescriptionvoid
LogbookMongoDbAccessImpl.createLogbookOperation
(String operationId, LogbookOperationParameters... operationItems) void
LogbookMongoDbAccessImpl.updateLogbookOperation
(String operationId, LogbookOperationParameters... operationItems) ModifierConstructorDescriptionLogbookOperation
(LogbookOperationParameters parameters) Constructor from LogbookOperationParameters -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.operations.api
Modifier and TypeMethodDescriptionvoid
LogbookOperations.create
(String operationId, LogbookOperationParameters... parameters) Create and insert logbook operation entriesvoid
LogbookOperations.update
(String operationId, LogbookOperationParameters... parameters) Update and insert logbook operation entries -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.operations.client
Modifier and TypeMethodDescriptionvoid
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
LogbookOperationsClientMock.create
(LogbookOperationParameters... parameters) void
LogbookOperationsClient.update
(LogbookOperationParameters... parameters) Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookOperationsClientMock.update
(LogbookOperationParameters... parameters) Modifier and TypeMethodDescriptionvoid
LogbookOperationsClient.create
(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
LogbookOperationsClientMock.create
(String eventIdProc, Iterable<LogbookOperationParameters> queue) void
LogbookOperationsClient.update
(String eventIdProc, Iterable<LogbookOperationParameters> queue) Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookOperationsClientMock.update
(String eventIdProc, Iterable<LogbookOperationParameters> queue) -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.operations.core
Modifier and TypeMethodDescriptionvoid
AlertLogbookOperationsDecorator.create
(String operationId, LogbookOperationParameters... parameters) void
LogbookOperationsDecorator.create
(String operationId, LogbookOperationParameters... parameters) void
LogbookOperationsImpl.create
(String operationId, LogbookOperationParameters... parameters) void
AlertLogbookOperationsDecorator.update
(String operationId, LogbookOperationParameters... parameters) void
LogbookOperationsDecorator.update
(String operationId, LogbookOperationParameters... parameters) void
LogbookOperationsImpl.update
(String operationId, LogbookOperationParameters... parameters) -
Uses of LogbookOperationParameters in fr.gouv.vitam.logbook.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
LogbookResource.createOperation
(String operationId, LogbookOperationParameters[] operations) Create or Select a new operationjavax.ws.rs.core.Response
LogbookResource.updateOperation
(String operationId, LogbookOperationParameters... operations) Append a new item on the given operation