Uses of Class
org.chromattic.dataobject.DataObjectException

Packages that use DataObjectException
org.chromattic.dataobject   
 

Uses of DataObjectException in org.chromattic.dataobject
 

Methods in org.chromattic.dataobject that throw DataObjectException
 java.lang.Class[] DataObjectCompiler.generateAllClasses()
          Compiles the specified classes and returns an array containing all the classes generated during the compilation.
 java.lang.Class[] DataObjectService.generateAllClasses(CompilationSource source, java.lang.String... doPaths)
          Compiles the specified classes and returns an array containing all the classes generated during the compilation.
 java.util.Map<java.lang.String,java.lang.Class<?>> DataObjectCompiler.generateClasses()
          Compiles the specified classes and returns a map with a data object path as key and the corresponding compiled data object class.
 java.util.Map<java.lang.String,java.lang.Class<?>> DataObjectService.generateClasses(CompilationSource source, java.lang.String... doPaths)
          Compiles the specified classes and returns a map with a data object path as key and the corresponding compiled data object class.
 java.util.Map<java.lang.String,NodeType> DataObjectCompiler.generateSchema()
          Generates the node types for the specified data object paths.
 java.util.Map<java.lang.String,NodeType> DataObjectService.generateSchema(CompilationSource source, java.lang.String... doPaths)
          Generates the node types for the specified data object paths.
 java.lang.String DataObjectCompiler.generateSchema(NodeTypeFormat format)
          Generates the node types for the specified data object paths.
 java.lang.String DataObjectService.generateSchema(NodeTypeFormat format, CompilationSource source, java.lang.String... doPaths)
          Generates the node types for the specified data object paths.
 

Constructors in org.chromattic.dataobject that throw DataObjectException
DataObjectCompiler(CompilationSource source, java.lang.String... doPaths)
          Create a new do compiler.
DataObjectCompiler(org.exoplatform.services.jcr.ext.script.groovy.JcrGroovyCompiler compiler, CompilationSource source, java.lang.String... doPaths)
          Create a new do compiler with the provided JCR compiler.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.