Uses of Interface
com.tailf.dp.services.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
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
The Nano service context object.Modifier and TypeClassDescriptionclass
Internal class implementing the service context for PRE/POST MODIFICATION callbacks. -
Uses of ServiceContext in com.tailf.ncs.template
Modifier 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.ModifierConstructorDescriptionTemplate
(ServiceContext aServiceContext, String aTemplateName) Construct a Template.