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 |
boolean |
isRetentionActive |
Serializable |
parentId |
String |
primaryType |
Serializable |
targetId |
Serializable |
versionSeriesId |
Constructor and Description |
---|
NodeInfo(Serializable id,
Serializable parentId,
String primaryType,
Boolean isProperty,
Serializable versionSeriesId,
Serializable targetId,
boolean isRetentionActive)
Creates node info for a node that may also be a proxy.
|
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 final boolean isRetentionActive
public NodeInfo(Serializable id, Serializable parentId, String primaryType, Boolean isProperty, Serializable versionSeriesId, Serializable targetId, boolean isRetentionActive)
public NodeInfo(SimpleFragment hierFragment, SimpleFragment versionFragment, SimpleFragment proxyFragment)
Copyright © 2018 Nuxeo. All rights reserved.