Package lumis.portal.ai.bigdata
Interface KnowledgeStandardDocument.Knowledge.Publication.Context
-
- Enclosing interface:
- KnowledgeStandardDocument.Knowledge.Publication
public static interface KnowledgeStandardDocument.Knowledge.Publication.Context
API that provides access to contexts fields.- Since:
- 16.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Returns the published context identifier.void
setId(java.lang.String id)
Sets the given URL in this context.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the published context identifier.- Returns:
- the published context identifier.
- Since:
- 16.1.0
- See Also:
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS_CONTEXT_ID
-
setId
void setId(java.lang.String id)
Sets the given URL in this context.- Parameters:
id
- the identifier value to set.- Since:
- 16.1.0
- See Also:
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS_CONTEXT_ID
-
-