Package | Description |
---|---|
fr.gouv.vitam.logbook.common.parameters |
Provides common parameters, helpers and factory classes used for the Logbook module
|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
Modifier and Type | Class and Description |
---|---|
class |
LogbookLifeCycleObjectGroupParameters
Parameters for the logbook life cycles object group
|
class |
LogbookLifeCycleParameters
Common abstract class for LogbookLifeCycle Units and ObjectGroups Parameters
|
class |
LogbookLifeCycleUnitParameters
Parameters for the logbook operation
|
class |
LogbookOperationParameters
Parameters for the logbook operation
|
Modifier and Type | Method and Description |
---|---|
LogbookParameters |
LogbookParameters.putParameterValue(LogbookParameterName parameterName,
String parameterValue)
Put parameterValue on mapParamaters with parameterName key
If parameterKey already exists, the override it (no check) |
LogbookParameters |
LogbookParameters.setBeginningLog(String handlerId,
String subTaskId,
String additionalMessage,
String... params)
Update the current LogbookParameters with status and message
|
LogbookParameters |
LogbookParameters.setFinalStatus(String handlerId,
String subTaskId,
StatusCode code,
String additionalMessage,
String... params)
Update the current LogbookParameters with status and message
|
LogbookParameters |
LogbookParameters.setFromParameters(LogbookParameters parameters)
Set from another LogbookParameters
|
LogbookParameters |
LogbookParameters.setMap(Map<String,String> map)
Set from map using String as Key
|
LogbookParameters |
LogbookParameters.setStatus(StatusCode outcome)
Set the outcome status
|
LogbookParameters |
LogbookParameters.setTypeProcess(LogbookTypeProcess process)
Set the process type
|
Modifier and Type | Method and Description |
---|---|
LogbookParameters |
LogbookParameters.setFromParameters(LogbookParameters parameters)
Set from another LogbookParameters
|
Constructor and Description |
---|
LogbookLifeCycle(LogbookParameters parameters)
Constructor from LogbookLifeCycleParameters
|
Copyright © 2018 Vitam. All rights reserved.