Nuxeo Enterprise Platform 5.4

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

Packages that use RowMapper.CopyHierarchyResult
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.CopyHierarchyResult in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql that return RowMapper.CopyHierarchyResult
 RowMapper.CopyHierarchyResult RowMapper.copyHierarchy(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.CopyHierarchyResult CachingRowMapper.copyHierarchy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
           
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.