|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.dataservices.fwk.UpdateFilter
A data service parameter used to define a filtered update on a datastore via
a ManagedEntity
. This class constitutes a valid input
parameter for a data service method.
The UpdateFilter
class is used to generate an operation which
updates a datastore with the content defined in the
ManagedEntity
. Only rows of the datastore that match the
QueryFilter
are updated
Constructor Summary | |
UpdateFilter(ManagedEntity pManagedEntity,
QueryFilter pQueryFilter)
Constructs a new UpdateFilter . |
Method Summary | |
ManagedEntity |
getManagedEntity()
Returns the ManagedEntity that contains the updated data. |
QueryFilter |
getQueryFilter()
Returns the QueryFilter used to filter the rows to update. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateFilter(ManagedEntity pManagedEntity, QueryFilter pQueryFilter)
UpdateFilter
.
pManagedEntity
- ManagedEntity
that contains the
updated datapQueryFilter
- QueryFilter
used to filter the rows to
updateMethod Detail |
public ManagedEntity getManagedEntity()
ManagedEntity
that contains the updated data.
ManagedEntity
that contains the updated datapublic QueryFilter getQueryFilter()
QueryFilter
used to filter the rows to update.
QueryFilter
used to filter the rows to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |