Uses of Class
oracle.odi.dataservices.fwk.ManagedEntity

Uses of ManagedEntity in oracle.odi.dataservices.fwk
 

Methods in oracle.odi.dataservices.fwk that return ManagedEntity
 ManagedEntity UpdateFilter.getManagedEntity()
          Returns the ManagedEntity that contains the updated data.
 ManagedEntity QueryFilter.getWhereEntity()
          Returns the reference ManagedEntity used for filtering.
 ManagedEntity ManagedEntityList.getManagedEntity(int pIdx)
          Retrieves the ManagedEntity element located at position pIdx in the list
static ManagedEntity ManagedEntity.createFromResultSet(java.sql.ResultSet pResultSet, java.util.List pColumnsList)
          Helper method used to create a ManagedEntity from a JDBC ResultSet object.
 ManagedEntity CDCManagedEntity.getManagedEntity()
          Returns the ManagedEntity to which the change applied.
 

Methods in oracle.odi.dataservices.fwk with parameters of type ManagedEntity
static void Utils.setParameters(ColumnsMeta pColumnsMeta, java.sql.PreparedStatement pStatement, ManagedEntity pSourceManagedEntity, java.util.List pColsToSet, int pFirstParameterIdx)
          Sets the parameters of a JDBC PreparedStatement using values from a ManagedEntity, starting with the given parameter number.
static void Utils.setParameters(ColumnsMeta pColumnsMeta, java.sql.PreparedStatement pStatement, ManagedEntity pSourceManagedEntity, java.util.List pColsToSet)
          Sets the parameters of a JDBC PreparedStatement using values from a ManagedEntity.
 void ManagedEntityList.addManagedEntity(ManagedEntity pManagedEntity)
          Appends a ManagedEntity to the end of the list.
 void CDCManagedEntity.setManagedEntity(ManagedEntity pManagedEntity)
          Sets the ManagedEntity affected by the change.
 

Constructors in oracle.odi.dataservices.fwk with parameters of type ManagedEntity
UpdateFilter(ManagedEntity pManagedEntity, QueryFilter pQueryFilter)
          Constructs a new UpdateFilter.
QueryFilter(ManagedEntity pWhereEntity, java.lang.String pAdditionalWhereExpression, java.lang.String pOrderByExpression, java.lang.Integer pMaxRowCount)
          Constructs a new QueryFilter.