oracle.adf.model
Interface OperationInfo
- public interface OperationInfo
Represents information about an operation that a datacontrol should use to invoke it.
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.
Copyright © 1997, 2005, Oracle. All rights reserved.