Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.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)
           
 Set<String> Model.getTypeFragments(RowMapper.IdWithTypes typeInfo)
          Gets the type fragments for a primary type and mixin types.
 

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.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.