Class 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
    • 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