|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getMethodName()
java.lang.String getUniqueMethodName()
Use the results of this method to retrieve method metadata.
IProviderService.getMethod(oracle.wcps.conductor.services.ClientContext, String, String, String, String)java.lang.String getLocalizedDescription()
java.lang.String getReturnType()
java.util.List<IParameterMetadata> getParameters()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||