Class RowMapper.NodeInfo

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

public static final class RowMapper.NodeInfo extends Object implements Serializable
A document id, parent id and primary type, along with the version and proxy information (the potentially impacted selections).

Used to return info about a descendants tree for removal.

See Also:
  • Field Details

    • id

      public final Serializable id
    • parentId

      public final Serializable parentId
    • primaryType

      public final String primaryType
    • isProperty

      public final Boolean isProperty
    • versionSeriesId

      public final Serializable versionSeriesId
    • targetId

      public final Serializable targetId
    • isRecord

      public final boolean isRecord
    • isUndeletable

      public final boolean isUndeletable
  • Constructor Details