Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

oracle.adfmf.bindings
Interface OperationInfo


public interface OperationInfo

Represents information about an operation that a DataControl implementation should perform when its invokeOperation method is called.

See Also:
OperationBinding, DataControl.invokeOperation(java.util.Map, oracle.adfmf.bindings.OperationBinding)

Method Summary
 String getInstanceName()
          An El-expression that identifies the object on which an operation has to be invoked.
 String getOperationName()
          Name of the operation to invoke
 String getReturnName()
          Returns an expression to the location inside the BindingContext where this method's result should be found.
 

Method Detail

getInstanceName

String getInstanceName()
An El-expression that identifies the object on which an operation has to be invoked. This expression should be relative to the BindingContext for this application instance.


getOperationName

String getOperationName()
Name of the operation to invoke


getReturnName

String getReturnName()
Returns an expression to the location inside the BindingContext where this method's result should be found.


Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.