Nuxeo Enterprise Platform 5.4

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

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

public static final class RowMapper.CopyHierarchyResult
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.
 
Constructor Summary
RowMapper.CopyHierarchyResult(Serializable copyId, Invalidations invalidations)
           
 
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.

Constructor Detail

RowMapper.CopyHierarchyResult

public RowMapper.CopyHierarchyResult(Serializable copyId,
                                     Invalidations invalidations)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.