Interface NodeTemplateContext
-
public interface NodeTemplateContextGets the data required for the node value renderer.- Since:
- 1.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeContextgetNodeContext()Returns the current node context.com.orchestranetworks.service.SessiongetSession()Returns the current user session.
-
-
-
Method Detail
-
getNodeContext
NodeContext getNodeContext()
Returns the current node context.
-
getSession
com.orchestranetworks.service.Session getSession()
Returns the current user session.
-
-