Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.RowId

Packages that use RowId
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
 

Uses of RowId in org.nuxeo.ecm.core.storage.sql
 

Subclasses of RowId in org.nuxeo.ecm.core.storage.sql
 class Row
          The data of a single row in a table (keys/values form a map), or of multiple rows with the same id (values is an array of Serializable).
 

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type RowId
 Set<RowId> Invalidations.deleted
          null when empty
 Set<RowId> RowMapper.RowBatch.deletes
          Deletes are done last.
 Set<RowId> RowMapper.RowBatch.deletesDependent
          Dependent deletes aren't executed in the database but still trigger invalidations.
 Set<RowId> Invalidations.modified
          null when empty
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type RowId
 Set<RowId> Invalidations.getKindSet(int kind)
          only call this if it's to add at least one element in the set
 List<? extends RowId> RowMapper.read(Collection<RowId> rowIds)
          Reads a set of rows for the given RowIds.
 List<? extends RowId> CachingRowMapper.read(Collection<RowId> rowIds)
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type RowId
 void Invalidations.addDeleted(RowId rowId)
           
 void Invalidations.addModified(RowId rowId)
           
 boolean Invalidations.contains(RowId rowId)
           
 Serializable[] RowMapper.readCollectionRowArray(RowId rowId)
          Gets an array for a CollectionFragment from the database, given its table name and id.
 Serializable[] CachingRowMapper.readCollectionRowArray(RowId rowId)
           
 Row RowMapper.readSimpleRow(RowId rowId)
          Gets a row for a SimpleFragment from the database, given its table name and id.
 Row CachingRowMapper.readSimpleRow(RowId rowId)
           
 

Method parameters in org.nuxeo.ecm.core.storage.sql with type arguments of type RowId
 void Invalidations.addDeleted(Set<RowId> rowIds)
           
 void Invalidations.addModified(Set<RowId> rowIds)
           
 List<Fragment> PersistenceContext.getMulti(Collection<RowId> rowIds, boolean allowAbsent)
          Gets a list of fragments.
 void SelectionContext.markInvalidated(Set<RowId> modified)
          Marks locally all the invalidations gathered by a Mapper operation (like a version restore).
 void SelectionContext.processReceivedInvalidations(Set<RowId> modified)
          Processes all invalidations accumulated.
 List<? extends RowId> RowMapper.read(Collection<RowId> rowIds)
          Reads a set of rows for the given RowIds.
 List<? extends RowId> CachingRowMapper.read(Collection<RowId> rowIds)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type RowId
RowId(RowId rowId)
           
 

Uses of RowId in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return types with arguments of type RowId
 List<? extends RowId> JDBCRowMapper.read(Collection<RowId> rowIds)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type RowId
 Serializable[] JDBCRowMapper.readCollectionRowArray(RowId rowId)
           
 Row JDBCRowMapper.readSimpleRow(RowId rowId)
           
 

Method parameters in org.nuxeo.ecm.core.storage.sql.jdbc with type arguments of type RowId
 List<? extends RowId> JDBCRowMapper.read(Collection<RowId> rowIds)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.