@Exported public interface OperationBinding extends ControlBinding, OperationBinding
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getErrors()
Returns a list of errors that were raised during the last invoke operation
call.
|
java.util.Map |
getParamsMap()
Returns a map of name-value pairs of arguments and argument values to be passed
to the bound operation.
|
java.lang.Object |
getResult()
Returns the result of invoking the operation bound by this binding (if the method
has been already invoked.
|
void |
invoke()
Invokes this OperationBinding, for example, as a result of a UI button being pressed.
|
boolean |
isOperationEnabled()
Whether the action binding is enabled or disabled.
|
release, setListenerexecute, getOperationInfogetName, getPath, release, resolvePath, setListenerboolean isOperationEnabled()
isOperationEnabled in interface OperationBindingvoid invoke()
java.util.List getErrors()
getErrors in interface OperationBindinginvoke()java.util.Map getParamsMap()
getParamsMap in interface OperationBindingjava.lang.Object getResult()
OperationBindinggetResult in interface OperationBinding