Package lumis.portal.ai.bigdata
Class KnowledgeStandardDocument
- java.lang.Object
-
- lumis.portal.bigdata.Document
-
- lumis.portal.ai.bigdata.KnowledgeStandardDocument
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Map<java.lang.String,java.io.Serializable>
public class KnowledgeStandardDocument extends Document
Piece of knowledge standard document.- Since:
- 16.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
KnowledgeStandardDocument.Knowledge
API that provides access to standard fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KnowledgeStandardDocument.Knowledge
getKnowledge()
Returns an API for accessing the standard fields in this document.-
Methods inherited from class lumis.portal.bigdata.Document
clear, containsKey, containsValue, entrySet, get, get, getDocumentType, getId, isEmpty, keySet, newFieldValueProxy, put, put, putAll, remove, setId, size, values
-
-
-
-
Method Detail
-
getKnowledge
public KnowledgeStandardDocument.Knowledge getKnowledge()
Returns an API for accessing the standard fields in this document.If a document field value is modified without using this API, the object previously returned by this method (or its child objects) may no longer reflect the correct data in the document. In this case this method should be called again to obtain another Standard object to be used.
- Returns:
- the standard fields access API.
- Since:
- 16.1.0
- See Also:
KnowledgeStandardDocumentType.KnowledgeFields
-
-