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.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletionDefaultReply
Default completion reply for callbacks invoked by a
tailf:cli-completion-actionpoint or a
tailf:cli-custom-range-actionpoint directive.
|
class |
CompletionRangeEnumReply
Reply structure container for completion callbacks invoked by a
tailf:cli-custom-range-enumerator directive.
|
class |
CompletionReply
Reply structure container for completion callbacks invoked by a
tailf:cli-completion-actionpoint or a
tailf:cli-custom-range-actionpoint directive.
|
Modifier and Type | Method and Description |
---|---|
Completion |
DpActionCallback.completion(DpActionTrans actx,
char cliStyle,
String token,
char completionChar,
ConfObject[] kp,
String cmdPath,
String cmdParamId,
ConfQname simpleType,
String extra)
The completion() callback is invoked for CLI completion
and information.
|
Modifier and Type | Method and Description |
---|---|
Completion |
ActionCallbackProxy.completion(DpActionTrans actx,
char cliStyle,
String token,
char completionChar,
ConfObject[] kp,
String cmdPath,
String cmdParamId,
ConfQname simpleType,
String extra) |