Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class RowMapper.IdWithTypes

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

public static final class RowMapper.IdWithTypes
extends Object
implements Serializable

A document id and its primary type and mixin types.

See Also:
Serialized Form

Field Summary
 Serializable id
           
 String[] mixinTypes
           
 String primaryType
           
 
Constructor Summary
RowMapper.IdWithTypes(Node node)
           
RowMapper.IdWithTypes(Serializable id, String primaryType, String[] mixinTypes)
           
RowMapper.IdWithTypes(SimpleFragment hierFragment)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final Serializable id

primaryType

public final String primaryType

mixinTypes

public final String[] mixinTypes
Constructor Detail

RowMapper.IdWithTypes

public RowMapper.IdWithTypes(Serializable id,
                             String primaryType,
                             String[] mixinTypes)

RowMapper.IdWithTypes

public RowMapper.IdWithTypes(Node node)

RowMapper.IdWithTypes

public RowMapper.IdWithTypes(SimpleFragment hierFragment)
                      throws StorageException
Throws:
StorageException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.