public interface SchemaDocumentationContext
| Modifier and Type | Method and Description | 
|---|---|
Locale | 
getLocale()
Returns the current locale, never  
null. | 
Repository | 
getRepository()
Returns the EBX® repository. 
 | 
SchemaNode | 
getSchemaNode()
Returns the node to which this context is attached. 
 | 
Session | 
getSession()
Returns the current session or  
null. | 
UserMessage | 
getStaticDescription()
Returns the description that is statically defined in the data model. 
 | 
UserMessage | 
getStaticLabel()
Returns the label that is statically defined in the data model. 
 | 
SchemaNode getSchemaNode()
Repository getRepository()
Locale getLocale()
null.Session getSession()
null.
 Returns null if the method SchemaNode.getLabel(java.util.Locale)
 or SchemaNode.getDescription(java.util.Locale) is being invoked.UserMessage getStaticLabel()
UserMessage getStaticDescription()