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
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal Serializable
The id of the root of the copy.final VCSInvalidations
The invalidations generated by the copy.final Set<Serializable>
The ids of newly created proxies.final Set<Serializable>
The ids of newly created documents that were previously records. -
Constructor Summary
ConstructorDescriptionCopyResult
(Serializable copyId, VCSInvalidations invalidations, Set<Serializable> proxyIds, Set<Serializable> recordIds) -
Method Summary
-
Field Details
-
copyId
The id of the root of the copy. -
invalidations
The invalidations generated by the copy. -
proxyIds
The ids of newly created proxies. -
recordIds
The ids of newly created documents that were previously records.
-
-
Constructor Details
-
CopyResult
public CopyResult(Serializable copyId, VCSInvalidations invalidations, Set<Serializable> proxyIds, Set<Serializable> recordIds)
-