Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.conductor.provider
Interface IMethodMetadata


public interface IMethodMetadata

Metadata describing a method on an executable resource for a data provider and connection.


Method Summary
 java.lang.String getLocalizedDescription()
          Returns the localized description of the method.
 java.lang.String getMethodName()
          Returns the method name for this method (no arguments).
 java.util.List<IParameterMetadata> getParameters()
          Returns the parameter metadata for the method.
 java.lang.String getReturnType()
          Returns the java class/type that is returned from the method.
 java.lang.String getUniqueMethodName()
          Returns a unique method name (with arguments) to establish uniqueness for overloaded methods.

 

Method Detail

getMethodName

java.lang.String getMethodName()
Returns the method name for this method (no arguments).

getUniqueMethodName

java.lang.String getUniqueMethodName()
Returns a unique method name (with arguments) to establish uniqueness for overloaded methods.

Use the results of this method to retrieve method metadata.

See Also:
IProviderService.getMethod(oracle.wcps.conductor.services.ClientContext, String, String, String, String)

getLocalizedDescription

java.lang.String getLocalizedDescription()
Returns the localized description of the method.

getReturnType

java.lang.String getReturnType()
Returns the java class/type that is returned from the method.

getParameters

java.util.List<IParameterMetadata> getParameters()
Returns the parameter metadata for the method.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.