Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


oracle.binding
Interface OperationInfo


public interface OperationInfo

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

See Also:
OperationBinding, DataControl#invokeAction

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

public 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

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

getReturnName

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

Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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