| Package | Description |
|---|---|
| com.tailf.dp |
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
|
| com.tailf.dp.annotations |
Annotations and proxy helper classes for callbacks.
|
| com.tailf.dp.services |
Service callback specific context and utilities.
|
| com.tailf.ncs.template |
| Modifier and Type | Method and Description |
|---|---|
Properties |
DpServiceCallback.create(ServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque)
Create callback method.
|
Properties |
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.
|
Properties |
DpServiceCallback.preLockCreate(ServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque)
pre lock create callback method.
|
Properties |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
ServiceCallbackProxy.create(ServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque) |
Properties |
ServiceCallbackProxy.delete(ServiceContext context,
NavuNode root,
Properties opaque) |
Properties |
ServiceCallbackProxy.postModification(ServiceContext context,
ServiceOperationType operation,
ConfPath path,
Properties opaque) |
Properties |
ServiceCallbackProxy.preLockCreate(ServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque) |
Properties |
ServiceCallbackProxy.preModification(ServiceContext context,
ServiceOperationType operation,
ConfPath path,
Properties opaque) |
Properties |
ServiceCallbackProxy.update(ServiceContext context,
NavuNode service,
NavuNode root,
Properties opaque) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NanoServiceContext
The Nano service context object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceContextImpl |
class |
ServiceModificationContextImpl
Internal class implementing the service context for PRE/POST MODIFICATION
callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Template.exists(ServiceContext context,
String template)
Tests for existence of a template.
|
static Set<String> |
Template.getTemplates(ServiceContext aServiceContext)
Returns a set consisting of the loaded templates.
|
| Constructor and Description |
|---|
Template(ServiceContext aServiceContext,
String aTemplateName)
Construct a Template.
|