Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo
Interface ConsistentRow

All Known Implementing Classes:
DCDataRow, ProgrammaticViewRowImpl, RowIdViewObjRowImpl, ViewRowImpl

public interface ConsistentRow
Since:
release specific (what release of product did this appear in)

Method Summary
 boolean checkConsistency(java.io.Serializable changeIndicator)
          Checks the consistency of the row with a previously generated changeIndicator.
 java.io.Serializable getClientChangeIndicator()
          Returns a change indicator.

 

Method Detail

getClientChangeIndicator

java.io.Serializable getClientChangeIndicator()
Returns a change indicator. The change indicator is intended for BC4J clients that need to perform client-side consistency checks before posting data to BC4J. Will return null if the row does not define a change indicator or if the row is in a modified state -- client driven consistency checking is not required for modified rows.

checkConsistency

boolean checkConsistency(java.io.Serializable changeIndicator)
Checks the consistency of the row with a previously generated changeIndicator.
Throws:
RowInconsistentException - if the row is not consistent with the specified change indicator.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.