Uses of Class
com.tailf.navu.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
Modifier 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
Modifier 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
Modifier 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()
Modifier 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
ModifierConstructorDescriptionPlanComponent
(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
Modifier and TypeMethodDescriptionvoid
Template.apply
(NavuNode root, TemplateVariables variables) Apply a template in the specified context