|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Describes a method of a BusinessObject or BusinessObjectManager.
IBusinessObjectMetadata,
IManagerMetadata| Method Summary | |
java.lang.String[] |
getDescription()
Gets a description of this method. |
java.lang.String |
getName()
Retrieves the name of the method. |
IParameterMetadata[] |
getParameters()
Retrieves the parameter descriptions for this method. |
IParameterMetadata |
getReturnType()
Retrieves a description of the return value of this method. |
java.lang.Object |
invoke(java.lang.Object p_instance,
java.lang.Object[] p_parameters)
Invokes this method on the specified object. |
java.lang.Object |
invokeWithStrings(java.lang.Object p_instance,
java.lang.Object[] p_parameters)
Invokes this method on the specified object. |
| Method Detail |
public java.lang.String getName()
public IParameterMetadata[] getParameters()
public IParameterMetadata getReturnType()
IParameterMetadata.SCOPE_OUT.
public java.lang.Object invoke(java.lang.Object p_instance,
java.lang.Object[] p_parameters)
throws java.lang.IllegalArgumentException,
java.lang.reflect.InvocationTargetException
p_instance - the object for which this method should be calledp_parameters - the values for the parameters. Primal values that map
to primitive java types should be passed using the standard java
object wrappers (eg. an int is passed as a
java.lang.Integer object)java.lang.IllegalArgumentException - if p_instance is null
or of the wrong type, or if the number of parameters is incorrect
or the parameters are of the wrong typesjava.lang.reflect.InvocationTargetException - if the method called
throws an exception
public java.lang.Object invokeWithStrings(java.lang.Object p_instance,
java.lang.Object[] p_parameters)
throws java.lang.IllegalArgumentException,
java.lang.reflect.InvocationTargetException
p_instance - the object for which this method should be calledp_parameters - the values for the parameters. Primal should be
passed using java.lang.Stringsjava.lang.IllegalArgumentException - if p_instance is null
or of the wrong type, or if the number of parameters is incorrect
or the parameters are of the wrong typesjava.lang.reflect.InvocationTargetException - if the method called
throws an exceptionpublic java.lang.String[] getDescription()
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||