Class Griffin
java.lang.Object
org.bson.Document
fr.gouv.vitam.common.database.server.mongodb.VitamDocument<Griffin>
fr.gouv.vitam.functional.administration.common.Griffin
- All Implemented Interfaces:
Serializable
,Map<String,
,Object> org.bson.conversions.Bson
Griffin class
- 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, VERSION
Fields inherited from interface org.bson.conversions.Bson
DEFAULT_CODEC_REGISTRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
newInstance
(com.fasterxml.jackson.databind.JsonNode content) Make a new instance of the document with the given jsonsetDescription
(String description) setExecutableName
(String executableName) setExecutableVersion
(String executableVersion) setIdentifier
(String identifier) Methods inherited from class fr.gouv.vitam.common.database.server.mongodb.VitamDocument
checkId, getConcernedDiffLines, getId, getOriginalDiffLines, getTenantId, getUnifiedDiff, getVersion, toString, toStringDirect
Methods 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, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.bson.conversions.Bson
toBsonDocument
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
Griffin
public Griffin() -
Griffin
public Griffin(com.fasterxml.jackson.databind.JsonNode content) -
Griffin
public Griffin(org.bson.Document document) -
Griffin
-
-
Method Details
-
newInstance
Description copied from class:VitamDocument
Make a new instance of the document with the given json- Specified by:
newInstance
in classVitamDocument<Griffin>
- Parameters:
content
- document structure as json- Returns:
- new document with the json as content
-
setId
-
getIdentifier
-
setIdentifier
-
getName
-
setName
-
getDescription
-
setDescription
-
getExecutableVersion
-
setExecutableVersion
-
getExecutableName
-
setExecutableName
-