Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


oracle.adf.model
Interface OperationInfo


public interface OperationInfo

Represents information about an operation that a datacontrol should use to invoke it.


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
 OperationParameter[] getParameters()
          Returns an array of OperationParameters that this operation needs.

 

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

getParameters

public OperationParameter[] getParameters()
Returns an array of OperationParameters that this operation needs. Returns null if no parameters are needed.

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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