Package org.nuxeo.ecm.core.storage.sql
Class RowMapper.CopyResult
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description Serializable
copyId
The id of the root of the copy.VCSInvalidations
invalidations
The invalidations generated by the copy.Set<Serializable>
proxyIds
The ids of newly created proxies.Set<Serializable>
recordIds
The ids of newly created documents that were previously records.
-
Constructor Summary
Constructors Constructor Description CopyResult(Serializable copyId, VCSInvalidations invalidations, Set<Serializable> proxyIds, Set<Serializable> recordIds)
-
-
-
Field Detail
-
copyId
public final Serializable copyId
The id of the root of the copy.
-
invalidations
public final VCSInvalidations invalidations
The invalidations generated by the copy.
-
proxyIds
public final Set<Serializable> proxyIds
The ids of newly created proxies.
-
recordIds
public final Set<Serializable> recordIds
The ids of newly created documents that were previously records.
-
-
Constructor Detail
-
CopyResult
public CopyResult(Serializable copyId, VCSInvalidations invalidations, Set<Serializable> proxyIds, Set<Serializable> recordIds)
-
-