Skip navigation links

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

E10653-03


oracle.jbo
Interface OperationDefinitions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
OperationDefinitionsImpl

public interface OperationDefinitions
extends java.io.Serializable

This interface provides access to the metadata that defines operations.

Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String[] findParameterNames(java.lang.reflect.Method method)
          If the object implements the given method, and has metadata about the parameter names, then the parameter names are returned.

 

Method Detail

findParameterNames

java.lang.String[] findParameterNames(java.lang.reflect.Method method)
If the object implements the given method, and has metadata about the parameter names, then the parameter names are returned.
Parameters:
method -
Returns:
null if the method is not implemented, or if no metadata is available

Skip navigation links

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

E10653-03


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