Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.7.0)

E17062-04


oracle.odi.dataservices.fwk
Class UpdateFilter

java.lang.Object
  extended by oracle.odi.dataservices.fwk.UpdateFilter


public class UpdateFilter
extends java.lang.Object

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 UpdateDeleteFilter are updated


Constructor Summary
UpdateFilter(ManagedEntity pManagedEntity, UpdateDeleteFilter pUpdateDeleteFilter)
          Constructs a new UpdateFilter.

 

Method Summary
 ManagedEntity getManagedEntity()
          Returns the ManagedEntity that contains the updated data.
 UpdateDeleteFilter getUpdateDeleteFilter()
          Returns the UpdateDeleteFilter 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

UpdateFilter

public UpdateFilter(ManagedEntity pManagedEntity,
                    UpdateDeleteFilter pUpdateDeleteFilter)
Constructs a new UpdateFilter.
Parameters:
pManagedEntity - ManagedEntity that contains the updated data
pUpdateDeleteFilter - UpdateDelete used to filter the rows to update

Method Detail

getManagedEntity

public ManagedEntity getManagedEntity()
Returns the ManagedEntity that contains the updated data.
Returns:
ManagedEntity that contains the updated data

getUpdateDeleteFilter

public UpdateDeleteFilter getUpdateDeleteFilter()
Returns the UpdateDeleteFilter used to filter the rows to update.
Returns:
UpdateDeleteFilter used to filter the rows to update

Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.7.0)

E17062-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.