Nuxeo Enterprise Platform 5.4

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

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

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type RowMapper.IdWithTypes
 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)
           
 

Method parameters in org.nuxeo.ecm.core.storage.sql with type arguments of type RowMapper.IdWithTypes
 Map<String,Set<Serializable>> Model.getPerFragmentIds(Map<Serializable,RowMapper.IdWithTypes> idToTypes)
          Given a map of id to types, returns a map of fragment names to ids.
 

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

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type RowMapper.IdWithTypes
 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.