Uses of Interface
fr.gouv.vitam.logbook.common.parameters.LogbookParameters
Package
Description
Provides common parameters, helpers and factory classes used for the Logbook module
Provides Logbook collection classes
-
Uses of LogbookParameters in fr.gouv.vitam.logbook.common.parameters
Modifier and TypeClassDescriptionclass
Parameters for the logbook life cycles object groupclass
Common abstract class for LogbookLifeCycle Units and ObjectGroups Parametersclass
Parameters for the logbook operationclass
Parameters for the logbook operationModifier and TypeMethodDescriptionLogbookParameters.putParameterValue
(LogbookParameterName parameterName, String parameterValue) Put parameterValue on mapParamaters with parameterName key
If parameterKey already exists, the override it (no check)LogbookParameters.setBeginningLog
(String handlerId, String subTaskId, String additionalMessage, String... params) Update the current LogbookParameters with status and messageLogbookParameters.setFinalStatus
(String handlerId, String subTaskId, StatusCode code, String additionalMessage, String... params) Update the current LogbookParameters with status and messageLogbookParameters.setFromParameters
(LogbookParameters parameters) Set from another LogbookParametersSet from map using String as KeyLogbookParameters.setStatus
(StatusCode outcome) Set the outcome statusLogbookParameters.setTypeProcess
(LogbookTypeProcess process) Set the process typeModifier and TypeMethodDescriptionLogbookParameters.setFromParameters
(LogbookParameters parameters) Set from another LogbookParametersModifier and TypeMethodDescriptionvoid
LogbookOperationParameters.setEvents
(Set<LogbookParameters> events) Set event list -
Uses of LogbookParameters in fr.gouv.vitam.logbook.common.server.database.collections
ModifierConstructorDescriptionLogbookLifeCycle
(LogbookParameters parameters) Constructor from LogbookLifeCycleParameters