Class LogbookLifeCycleObjectGroup
java.lang.Object
org.bson.Document
fr.gouv.vitam.common.database.server.mongodb.VitamDocument<LogbookLifeCycle<T>>
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycle<LogbookLifeCycleObjectGroupParameters>
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycleObjectGroup
- All Implemented Interfaces:
Serializable,Map<String,,Object> org.bson.conversions.Bson
public class LogbookLifeCycleObjectGroup
extends LogbookLifeCycle<LogbookLifeCycleObjectGroupParameters>
Logbook LifeCycle ObjectGroup item
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.database.server.mongodb.VitamDocument
ES_FILTER_OUT, ID, IMPLEMENTATIONVERSION, SCORE, SEDAVERSION, TENANT_ID, VERSIONFields inherited from interface org.bson.conversions.Bson
DEFAULT_CODEC_REGISTRY -
Constructor Summary
ConstructorsConstructorDescriptionuse for jackson serializationLogbookLifeCycleObjectGroup(com.fasterxml.jackson.databind.JsonNode content) Constructor for CodecConstructor from LogbookLifeCycleParametersLogbookLifeCycleObjectGroup(String content) Constructor for CodecLogbookLifeCycleObjectGroup(org.bson.Document content) Constructor for Codec -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(com.fasterxml.jackson.databind.JsonNode content) Make a new instance of the document with the given jsonMethods inherited from class fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycle
events, getIdMethods inherited from class fr.gouv.vitam.common.database.server.mongodb.VitamDocument
checkId, getConcernedDiffLines, getOriginalDiffLines, getTenantId, getUnifiedDiff, getVersion, toString, toStringDirectMethods inherited from class org.bson.Document
append, clear, containsKey, containsValue, entrySet, equals, get, get, get, getBoolean, getBoolean, getDate, getDouble, getEmbedded, getEmbedded, getInteger, getInteger, getList, getList, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bson.conversions.Bson
toBsonDocumentMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
LogbookLifeCycleObjectGroup
public LogbookLifeCycleObjectGroup()use for jackson serialization -
LogbookLifeCycleObjectGroup
Constructor from LogbookLifeCycleParameters- Parameters:
parameters- of type LogbookLifeCycleObjectGroupParameters- Throws:
IllegalArgumentException- if argument is null
-
LogbookLifeCycleObjectGroup
public LogbookLifeCycleObjectGroup(org.bson.Document content) Constructor for Codec- Parameters:
content- in format Document
-
LogbookLifeCycleObjectGroup
Constructor for Codec- Parameters:
content- in format String
-
LogbookLifeCycleObjectGroup
public LogbookLifeCycleObjectGroup(com.fasterxml.jackson.databind.JsonNode content) Constructor for Codec- Parameters:
content- in format JsonNode
-
-
Method Details
-
newInstance
public VitamDocument<LogbookLifeCycle<LogbookLifeCycleObjectGroupParameters>> newInstance(com.fasterxml.jackson.databind.JsonNode content) Description copied from class:VitamDocumentMake a new instance of the document with the given json- Overrides:
newInstancein classLogbookLifeCycle<LogbookLifeCycleObjectGroupParameters>- Parameters:
content- document structure as json- Returns:
- new document with the json as content
-