Uses of Class
com.tailf.navu.NavuNode
Packages that use NavuNode
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Annotations and proxy helper classes for callbacks.
Service callback specific context and utilities.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
Utility package for traversing the NAVU tree (or a subset thereof)
using the NAVU API.
NCS Java machine management and control of Services, Neds,
callbacks and Applications
-
Uses of NavuNode in com.tailf.dp
Methods in com.tailf.dp with parameters of type NavuNodeModifier and TypeMethodDescriptionDpNanoServiceCallback.create
(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) Nano Create callback method.DpServiceCallback.create
(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) Create callback method.DpNanoServiceCallback.delete
(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) Nano Delete callback method. -
Uses of NavuNode in com.tailf.dp.annotations
Methods in com.tailf.dp.annotations with parameters of type NavuNodeModifier and TypeMethodDescriptionNanoServiceCallbackProxy.create
(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) ServiceCallbackProxy.create
(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) NanoServiceCallbackProxy.delete
(NanoServiceContext context, NavuNode service, NavuNode root, Properties opaque, Properties componentProperties) ServiceCallbackProxy.delete
(ServiceContext context, NavuNode root, Properties opaque) ServiceCallbackProxy.update
(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) -
Uses of NavuNode in com.tailf.dp.services
Methods in com.tailf.dp.services that return NavuNodeModifier and TypeMethodDescriptionServiceContext.getRootNode()
Returns the path root as a NavuNode with the NavuContext attached to the ongoing Maapi transaction.ServiceContextImpl.getRootNode()
Returns the path root as a NavuNode with the NavuContext attached to the ongoing Maapi transaction.NanoServiceContextImpl.getServiceNode()
ServiceContext.getServiceNode()
Returns the current service path as a NavuNode with the NavuContext attached to the ongoing Maapi transaction.ServiceContextImpl.getServiceNode()
Returns the current service path as a NavuNode with the NavuContext attached to the ongoing Maapi transaction.NanoServiceContext.getStateNode()
NanoServiceContextImpl.getStateNode()
Methods in com.tailf.dp.services with parameters of type NavuNodeModifier and TypeMethodDescriptionstatic void
ServiceLog.debug
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level debug.static void
ServiceLog.error
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level error.static void
ServiceLog.info
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level info.static void
ServiceLog.trace
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level trace.static void
ServiceLog.warn
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level warn. -
Uses of NavuNode in com.tailf.ncs
Constructors in com.tailf.ncs with parameters of type NavuNodeModifierConstructorDescriptionPlanComponent
(NavuNode service, String name, String componentType) Creation of a plan component.PlanComponent
(NavuNode service, String name, String componentType, ConfObjectRef serviceReference) -
Uses of NavuNode in com.tailf.ncs.template
Methods in com.tailf.ncs.template with parameters of type NavuNodeModifier and TypeMethodDescriptionvoid
Template.apply
(NavuNode root, TemplateVariables variables) Apply a template in the specified context