|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.dataservices.fwk.DataServicesParameters
This class defines the range of valid data service parameters. Only public methods with valid input and output parameters will be published in the Data Integrator Data Services Framework.
Valid input parameters must belong to one of the following classes:
ManagedEntity
ManagedEntityList
QueryFilter
UpdateFilter
CDCQuery
DataServiceVoid
Valid output parameters must belong to one of the following classes:
ManagedEntity
ManagedEntityList
QueryResponse
CDCManagedEntity
CDCManagedEntityList
DataServiceVoid
Constructor Summary | |
DataServicesParameters()
|
Method Summary | |
static boolean |
isDataServicesValidMethod(java.lang.reflect.Method pMethod)
Returns true if the given method is valid and can thus be published. |
static boolean |
isValidInputParam(java.lang.Class pClass)
Returns true if pClass is a valid class for an input parameter of a data
service method. |
static boolean |
isValidOutputParam(java.lang.Class pClass)
Returns true if pClass is a valid class for an output
parameter of a data service method. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataServicesParameters()
Method Detail |
public static boolean isValidInputParam(java.lang.Class pClass)
pClass
is a valid class for an input parameter of a data
service method.
pClass
- class of the parameter
public static boolean isValidOutputParam(java.lang.Class pClass)
pClass
is a valid class for an output
parameter of a data service method.
pClass
- the parameter class
public static boolean isDataServicesValidMethod(java.lang.reflect.Method pMethod)
pMethod
- the Method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |