public interface OperationInfo extends OperationInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
cacheReturnDefinition()
Return true if the structure of the returned objects may be cached by the framework
for optimization.
|
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.
|
getReturnNamejava.lang.String getInstanceName()
getInstanceName in interface OperationInfojava.lang.String getOperationName()
getOperationName in interface OperationInfoOperationParameter[] getParameters()
boolean cacheReturnDefinition()