Interface NodeTemplateContext
public interface NodeTemplateContext
Gets the data required for the node value renderer.
- Since:
 - 1.2.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the current node context.com.orchestranetworks.service.SessionReturns the current user session. 
- 
Method Details
- 
getNodeContext
NodeContext getNodeContext()Returns the current node context. - 
getSession
com.orchestranetworks.service.Session getSession()Returns the current user session. 
 -