Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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 2 (11.1.2.3.0)

E17483-04


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