Uses of Class
org.chromattic.api.ChromatticException

Packages that use ChromatticException
org.chromattic.api   
 

Uses of ChromatticException in org.chromattic.api
 

Subclasses of ChromatticException in org.chromattic.api
 class BuilderException
           
 class DuplicateNameException
           
 class MappingException
           
 class NoSuchPropertyException
           
 class UndeclaredRepositoryException
          Wraps an unexpected RepositoryException that is a checked exception.
 

Methods in org.chromattic.api that throw ChromatticException
<O> O
ChromatticSession.create(Class<O> clazz)
          Creates a transient instance of the specified object.
<O> O
ChromatticSession.create(Class<O> clazz, String name)
          Creates a transient instance of the specified object.
 ObjectQueryBuilder<?> ChromatticSession.createQueryBuilder()
           
<O> O
ChromatticSession.findById(Class<O> clazz, String id)
           
<O> O
ChromatticSession.findByNode(Class<O> clazz, javax.jcr.Node node)
           
<O> O
ChromatticSession.findByPath(Class<O> clazz, String relPath)
           
<O> O
ChromatticSession.findByPath(Object o, Class<O> clazz, String relPath)
           
 String ChromatticSession.getId(Object o)
           
 String ChromatticSession.getName(Object o)
           
 String ChromatticSession.getPath(Object o)
           
 Status ChromatticSession.getStatus(Object o)
           
<O> O
ChromatticSession.insert(Class<O> clazz, String relPath)
          Creates a persistent instance of the specified object.
<O> O
ChromatticSession.insert(Object parent, Class<O> clazz, String relPath)
          Creates a persistent instance of the specified object.
 String ChromatticSession.persist(Object o)
          Persists a transient object relative to the root node.
 String ChromatticSession.persist(Object parent, Object child)
          Persists a transient object.
 String ChromatticSession.persist(Object parent, Object o, String relPath)
          Persists a transient object.
 String ChromatticSession.persist(Object o, String relPath)
          Persists a transient object.
 void ChromatticSession.remove(Object o)
           
 void ChromatticSession.save()
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.