public interface OperationBinding extends ControlBinding
| Modifier and Type | Method and Description | 
|---|---|
| Object | execute()Executes this OperationBinding, for example, as a result of a UI button
 being pressed. | 
| OperationInfo | getOperationInfo()Returns a description of the operation to invoke. | 
| java.util.Map | getParamsMap()Retuns a map of name-value pairs of arguments and argument values to be
 passed to the bound operation. | 
| Object | getResult()Returns the result of invoking the operation bound by this binding (if the
 method has been already invoked. | 
| boolean | isOperationEnabled()Whether the action binding is enabled or disabled. | 
containerInitialized, getBindings, getMetadataDefinition, getName, releaseboolean isOperationEnabled()
Object execute()
OperationInfo getOperationInfo()
java.util.Map getParamsMap()
Object getResult()