Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.RowMapper.CopyResult

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

Uses of RowMapper.CopyResult in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql that return RowMapper.CopyResult
 RowMapper.CopyResult RowMapper.copy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
          Copies the hierarchy starting from a given row to a new parent with a new name.
 RowMapper.CopyResult CachingRowMapper.copy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
           
 

Uses of RowMapper.CopyResult in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return RowMapper.CopyResult
 RowMapper.CopyResult JDBCRowMapper.copy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.