Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.binding
Interface OperationInfo

All Known Subinterfaces:
OperationInfo
All Known Implementing Classes:
DCInvokeMethod, DCInvokeMethodDef

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.binding.OperationBinding)

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

 

Method Detail

getInstanceName

java.lang.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

java.lang.String getOperationName()
Name of the operation to invoke

getReturnName

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.