Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.RowMapper.CopyResult
All Implemented Interfaces:
Serializable
Enclosing interface:
RowMapper

public static final class RowMapper.CopyResult
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Serializable copyId
          The id of the root of the copy.
 Invalidations invalidations
          The invalidations generated by the copy.
 Set<Serializable> proxyIds
          The ids of newly created proxies.
 
Constructor Summary
RowMapper.CopyResult(Serializable copyId, Invalidations invalidations, Set<Serializable> proxyIds)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyId

public final Serializable copyId
The id of the root of the copy.


invalidations

public final Invalidations invalidations
The invalidations generated by the copy.


proxyIds

public final Set<Serializable> proxyIds
The ids of newly created proxies.

Constructor Detail

RowMapper.CopyResult

public RowMapper.CopyResult(Serializable copyId,
                            Invalidations invalidations,
                            Set<Serializable> proxyIds)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.