public class Griffin extends VitamDocument<Griffin>
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
ES_FILTER_OUT, ID, IMPLEMENTATIONVERSION, SCORE, SEDAVERSION, TENANT_ID, VERSION| Constructor and Description |
|---|
Griffin() |
Griffin(org.bson.Document document) |
Griffin(com.fasterxml.jackson.databind.JsonNode content) |
Griffin(String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getExecutableName() |
String |
getExecutableVersion() |
String |
getIdentifier() |
String |
getName() |
VitamDocument<Griffin> |
newInstance(com.fasterxml.jackson.databind.JsonNode content)
Make a new instance of the document with the given json
|
Griffin |
setDescription(String description) |
Griffin |
setExecutableName(String executableName) |
Griffin |
setExecutableVersion(String executableVersion) |
Griffin |
setId(String id) |
Griffin |
setIdentifier(String identifier) |
Griffin |
setName(String name) |
checkId, getConcernedDiffLines, getId, getTenantId, getUnifiedDiff, getVersion, toString, toStringDirectappend, 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, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final String IDENTIFIER
public Griffin()
public Griffin(com.fasterxml.jackson.databind.JsonNode content)
public Griffin(org.bson.Document document)
public Griffin(String content)
public VitamDocument<Griffin> newInstance(com.fasterxml.jackson.databind.JsonNode content)
VitamDocumentnewInstance in class VitamDocument<Griffin>content - document structure as jsonpublic String getIdentifier()
public String getName()
public String getDescription()
public String getExecutableVersion()
public String getExecutableName()
Copyright © 2019 Vitam. All rights reserved.