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

E10653-04

oracle.jbo.server
Class OperationDefinitionsImpl

java.lang.Object
  extended by oracle.jbo.server.OperationDefinitionsImpl
All Implemented Interfaces:
java.io.Serializable, OperationDefinitions

public final class OperationDefinitionsImpl
extends java.lang.Object
implements OperationDefinitions

This class represents the metadata for a collection of operation definitions. If a component object has operations, and its definition object has metadata for those operations, then it can be accessed using the method findOperationDefinitions(ComponentObject)

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Method Summary
static OperationDefinitions findOperationDefinitions(ComponentObject componentObject)
           
static OperationDefinitions findOperationDefinitions(Row componentObject)
           
 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.
 java.lang.String[] findParameterNames(java.lang.String signature)
           
static java.lang.String getSignature(java.lang.reflect.Method method)
           
static OperationDefinitions loadOperationDefinitions(DefElement xmlElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSignature

public static java.lang.String getSignature(java.lang.reflect.Method method)

findOperationDefinitions

public static OperationDefinitions findOperationDefinitions(ComponentObject componentObject)

findOperationDefinitions

public static OperationDefinitions findOperationDefinitions(Row componentObject)

loadOperationDefinitions

public static OperationDefinitions loadOperationDefinitions(DefElement xmlElement)

findParameterNames

public java.lang.String[] findParameterNames(java.lang.reflect.Method method)
Description copied from interface: OperationDefinitions
If the object implements the given method, and has metadata about the parameter names, then the parameter names are returned.

Specified by:
findParameterNames in interface OperationDefinitions
Returns:
null if the method is not implemented, or if no metadata is available

findParameterNames

public java.lang.String[] findParameterNames(java.lang.String signature)

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

E10653-04

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