public class PreservationScenario extends VitamDocument<PreservationScenario>
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
ES_FILTER_OUT, ID, IMPLEMENTATIONVERSION, SCORE, SEDAVERSION, TENANT_ID, VERSION
Constructor and Description |
---|
PreservationScenario() |
PreservationScenario(org.bson.Document content) |
PreservationScenario(com.fasterxml.jackson.databind.JsonNode content) |
PreservationScenario(String content) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier() |
VitamDocument<PreservationScenario> |
newInstance(com.fasterxml.jackson.databind.JsonNode content)
Make a new instance of the document with the given json
|
PreservationScenario |
setId(String id) |
PreservationScenario |
setIdentifier(String identifier) |
PreservationScenarioModel |
toModel() |
checkId, getConcernedDiffLines, getId, getTenantId, getUnifiedDiff, getVersion, toString, toStringDirect
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, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public static final String IDENTIFIER
public PreservationScenario(com.fasterxml.jackson.databind.JsonNode content)
public PreservationScenario(org.bson.Document content)
public PreservationScenario(String content)
public PreservationScenario()
public VitamDocument<PreservationScenario> newInstance(com.fasterxml.jackson.databind.JsonNode content)
VitamDocument
newInstance
in class VitamDocument<PreservationScenario>
content
- document structure as jsonpublic PreservationScenario setId(String id)
public String getIdentifier()
public PreservationScenario setIdentifier(String identifier)
public PreservationScenarioModel toModel()
Copyright © 2019 Vitam. All rights reserved.