public static final class RowMapper.NodeInfo extends Object implements Serializable
Used to return info about a descendants tree for removal.
Modifier and Type | Field and Description |
---|---|
Serializable |
id |
Boolean |
isProperty |
Serializable |
parentId |
String |
primaryType |
Serializable |
targetId |
Serializable |
versionSeriesId |
Constructor and Description |
---|
RowMapper.NodeInfo(Serializable id,
Serializable parentId,
String primaryType,
Boolean isProperty,
Serializable versionSeriesId,
Serializable targetId)
Creates node info for a node that may also be a proxy.
|
RowMapper.NodeInfo(SimpleFragment hierFragment,
SimpleFragment versionFragment,
SimpleFragment proxyFragment)
Creates node info for a node that may also be a proxy or a version.
|
public final Serializable id
public final Serializable parentId
public final String primaryType
public final Boolean isProperty
public final Serializable versionSeriesId
public final Serializable targetId
public RowMapper.NodeInfo(Serializable id, Serializable parentId, String primaryType, Boolean isProperty, Serializable versionSeriesId, Serializable targetId)
public RowMapper.NodeInfo(SimpleFragment hierFragment, SimpleFragment versionFragment, SimpleFragment proxyFragment) throws StorageException
StorageException
Copyright © 2015 Nuxeo SA. All rights reserved.