Uses of Interface
com.tailf.dp.services.ServiceContext
Packages that use ServiceContext
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.
-
Uses of ServiceContext in com.tailf.dp
Methods in com.tailf.dp with parameters of type ServiceContextModifier and TypeMethodDescriptionDpServiceCallback.create
(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) Create callback method.DpServiceCallback.postModification
(ServiceContext context, ServiceOperationType operation, ConfPath path, Properties opaque) Post modification callback If registered this method will be called after a CREATE, UPDATE or DELETE of the service.DpServiceCallback.preModification
(ServiceContext context, ServiceOperationType operation, ConfPath path, Properties opaque) Pre modification callback If registered this method will be called before a CREATE, UPDATE or DELETE of the service. -
Uses of ServiceContext in com.tailf.dp.annotations
Methods in com.tailf.dp.annotations with parameters of type ServiceContextModifier and TypeMethodDescriptionServiceCallbackProxy.create
(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) ServiceCallbackProxy.delete
(ServiceContext context, NavuNode root, Properties opaque) ServiceCallbackProxy.postModification
(ServiceContext context, ServiceOperationType operation, ConfPath path, Properties opaque) ServiceCallbackProxy.preModification
(ServiceContext context, ServiceOperationType operation, ConfPath path, Properties opaque) ServiceCallbackProxy.update
(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) -
Uses of ServiceContext in com.tailf.dp.services
Subinterfaces of ServiceContext in com.tailf.dp.servicesModifier and TypeInterfaceDescriptioninterface
The Nano service context object.Classes in com.tailf.dp.services that implement ServiceContextModifier and TypeClassDescriptionclass
Internal class implementing the service context for PRE/POST MODIFICATION callbacks. -
Uses of ServiceContext in com.tailf.ncs.template
Methods in com.tailf.ncs.template with parameters of type ServiceContextModifier and TypeMethodDescriptionstatic boolean
Template.exists
(ServiceContext context, String template) Tests for existence of a template.Template.getTemplates
(ServiceContext aServiceContext) Returns a set consisting of the loaded templates.Constructors in com.tailf.ncs.template with parameters of type ServiceContextModifierConstructorDescriptionTemplate
(ServiceContext aServiceContext, String aTemplateName) Construct a Template.