| Package | Description |
|---|---|
| com.tailf.dp |
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
|
| com.tailf.dp.services |
Service callback specific context and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Dp |
DpNotifStream.getDp()
The Data Provider main class.
|
Dp |
DpTrans.getDp()
Return the data provider (DP) instance that this transaction
belongs to.
|
| Constructor and Description |
|---|
DpAuthorizationContext(DpUserInfo uinfo,
String[] groups,
int qref,
int did,
Dp dp) |
| Constructor and Description |
|---|
NanoServiceContextImpl(DpTrans dpTrans,
Dp dp,
ConfEObject eObject,
ServiceOperationType operation)
Internal, subject to change without notice.
Internally called constructor to create a ServiceContext
|
ServiceContextImpl(DpTrans dpTrans,
Dp dp,
ConfEObject eObject,
ServiceOperationType operation)
Internal, subject to change without notice.
Internally called constructor to create a ServiceContext
|
ServiceModificationContextImpl(DpTrans dpTrans,
Dp dp,
ConfEObject eObject)
Internally used constructor
|