Uses of Annotation Interface
com.tailf.dp.annotations.ServiceCallback
Packages that use ServiceCallback
Package
Description
Data provider API package, for implementation of callbacks for validations,
actions, transformation etc.
-
Uses of ServiceCallback in com.tailf.dp
Methods in com.tailf.dp with annotations of type ServiceCallbackModifier 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.