T
- templatepublic class LogbookLifeCycle<T> extends VitamDocument<LogbookLifeCycle<T>>
ES_FILTER_OUT, ID, IMPLEMENTATIONVERSION, SCORE, SEDAVERSION, TENANT_ID, VERSION
Constructor and Description |
---|
LogbookLifeCycle()
Constructor
|
LogbookLifeCycle(org.bson.Document content)
Constructor for Codec
|
LogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode content)
Constructor for Codec
|
LogbookLifeCycle(LogbookParameters parameters)
Constructor from LogbookLifeCycleParameters
|
LogbookLifeCycle(String content)
Constructor for Codec
|
Modifier and Type | Method and Description |
---|---|
List<org.bson.Document> |
events() |
String |
getId() |
static LogbookParameterName |
getIdParameterName() |
VitamDocument<LogbookLifeCycle<T>> |
newInstance(com.fasterxml.jackson.databind.JsonNode content)
Make a new instance of the document with the given json
|
checkId, getConcernedDiffLines, getTenantId, getUnifiedDiff, getVersion, toString, toStringDirect
append, clear, containsKey, containsValue, entrySet, equals, get, get, getBoolean, getBoolean, getDate, getDouble, getInteger, getInteger, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public LogbookLifeCycle()
public LogbookLifeCycle(LogbookParameters parameters)
parameters
- of type LogbookParametersIllegalArgumentException
- if argument is nullpublic LogbookLifeCycle(org.bson.Document content)
content
- in format Documentpublic LogbookLifeCycle(String content)
content
- in format Stringpublic LogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode content)
content
- in format JsonNodepublic VitamDocument<LogbookLifeCycle<T>> newInstance(com.fasterxml.jackson.databind.JsonNode content)
VitamDocument
newInstance
in class VitamDocument<LogbookLifeCycle<T>>
content
- document structure as jsonpublic static final LogbookParameterName getIdParameterName()
public final String getId()
getId
in class VitamDocument<LogbookLifeCycle<T>>
public List<org.bson.Document> events()
Copyright © 2018 Vitam. All rights reserved.