A B C D E F G H I L M N O P Q R S U V W

A

add(Class<?>) - Method in class org.chromattic.api.ChromatticBuilder
 
addEventListener(EventListener) - Method in interface org.chromattic.api.ChromatticSession
 

B

boot() - Method in class org.chromattic.api.ChromatticBuilder
 
build() - Method in class org.chromattic.api.ChromatticBuilder
 
BuilderException - Exception in org.chromattic.api
 
BuilderException() - Constructor for exception org.chromattic.api.BuilderException
 
BuilderException(String) - Constructor for exception org.chromattic.api.BuilderException
 
BuilderException(String, Throwable) - Constructor for exception org.chromattic.api.BuilderException
 
BuilderException(Throwable) - Constructor for exception org.chromattic.api.BuilderException
 

C

Chromattic - Interface in org.chromattic.api
 
ChromatticBuilder - Class in org.chromattic.api
 
ChromatticBuilder() - Constructor for class org.chromattic.api.ChromatticBuilder
 
ChromatticBuilder.Option<T> - Class in org.chromattic.api
A configuration option.
ChromatticBuilder.OptionInstance<T> - Class in org.chromattic.api
 
ChromatticException - Exception in org.chromattic.api
 
ChromatticException() - Constructor for exception org.chromattic.api.ChromatticException
 
ChromatticException(String) - Constructor for exception org.chromattic.api.ChromatticException
 
ChromatticException(String, Throwable) - Constructor for exception org.chromattic.api.ChromatticException
 
ChromatticException(Throwable) - Constructor for exception org.chromattic.api.ChromatticException
 
ChromatticSession - Interface in org.chromattic.api
 
classes - Variable in class org.chromattic.api.ChromatticBuilder
.
close() - Method in interface org.chromattic.api.ChromatticSession
 
configure(ChromatticBuilder.OptionInstance<T>) - Method in class org.chromattic.api.ChromatticBuilder
 
Create - Annotation Type in org.chromattic.api.annotations
 
create() - Static method in class org.chromattic.api.ChromatticBuilder
 
create(Class<O>) - Method in interface org.chromattic.api.ChromatticSession
Creates a transient instance of the specified object.
create(Class<O>, String) - Method in interface org.chromattic.api.ChromatticSession
Creates a transient instance of the specified object.
created(Object) - Method in interface org.chromattic.api.event.LifeCycleListener
 
createQueryBuilder() - Method in interface org.chromattic.api.ChromatticSession
 

D

decodeNodeName(FormatterContext, String) - Method in class org.chromattic.api.format.DefaultObjectFormatter
 
decodeNodeName(FormatterContext, String) - Method in interface org.chromattic.api.format.ObjectFormatter
 
decodePropertyName(FormatterContext, String) - Method in class org.chromattic.api.format.DefaultObjectFormatter
 
decodePropertyName(FormatterContext, String) - Method in interface org.chromattic.api.format.ObjectFormatter
 
DefaultObjectFormatter - Class in org.chromattic.api.format
Defines the default codec format that only performs validation of JCR names.
DefaultObjectFormatter() - Constructor for class org.chromattic.api.format.DefaultObjectFormatter
 
Destroy - Annotation Type in org.chromattic.api.annotations
 
DuplicateNameException - Exception in org.chromattic.api
 
DuplicateNameException() - Constructor for exception org.chromattic.api.DuplicateNameException
 
DuplicateNameException(String) - Constructor for exception org.chromattic.api.DuplicateNameException
 
DuplicateNameException(String, Throwable) - Constructor for exception org.chromattic.api.DuplicateNameException
 
DuplicateNameException(Throwable) - Constructor for exception org.chromattic.api.DuplicateNameException
 

E

encodeNodeName(FormatterContext, String) - Method in class org.chromattic.api.format.DefaultObjectFormatter
 
encodeNodeName(FormatterContext, String) - Method in interface org.chromattic.api.format.ObjectFormatter
 
encodePropertyName(FormatterContext, String) - Method in class org.chromattic.api.format.DefaultObjectFormatter
 
encodePropertyName(FormatterContext, String) - Method in interface org.chromattic.api.format.ObjectFormatter
 
equals(Object) - Method in class org.chromattic.api.ChromatticBuilder.OptionInstance
 
EventListener - Interface in org.chromattic.api.event
 
execute(SessionTask) - Method in interface org.chromattic.api.Chromattic
 
execute(ChromatticSession) - Method in interface org.chromattic.api.SessionTask
 

F

FindById - Annotation Type in org.chromattic.api.annotations
 
findById(Class<O>, String) - Method in interface org.chromattic.api.ChromatticSession
 
findByNode(Class<O>, Node) - Method in interface org.chromattic.api.ChromatticSession
 
findByPath(Object, Class<O>, String) - Method in interface org.chromattic.api.ChromatticSession
 
findByPath(Class<O>, String) - Method in interface org.chromattic.api.ChromatticSession
 
Finder - Annotation Type in org.chromattic.api.annotations
 
FormatterContext - Interface in org.chromattic.api.format
 
from(Class<O>) - Method in interface org.chromattic.api.query.ObjectQueryBuilder
Set the node type of the from clause of the query.

G

get() - Method in interface org.chromattic.api.query.ObjectQueryBuilder
Compute and returns the ObjectQuery for this builder.
getCause() - Method in exception org.chromattic.api.UndeclaredRepositoryException
 
getId(Object) - Method in interface org.chromattic.api.ChromatticSession
 
getInstance() - Static method in class org.chromattic.api.format.DefaultObjectFormatter
 
getJCRSession() - Method in interface org.chromattic.api.ChromatticSession
 
getName() - Method in class org.chromattic.api.ChromatticBuilder.Option
 
getName(Object) - Method in interface org.chromattic.api.ChromatticSession
 
getOption() - Method in class org.chromattic.api.ChromatticBuilder.OptionInstance
 
getPath(Object) - Method in interface org.chromattic.api.ChromatticSession
 
getShortName() - Method in class org.chromattic.api.ChromatticBuilder.Option
 
getStatus(Object) - Method in interface org.chromattic.api.ChromatticSession
 
getValue() - Method in class org.chromattic.api.ChromatticBuilder.OptionInstance
 

H

hashCode() - Method in class org.chromattic.api.ChromatticBuilder.OptionInstance
 

I

Id - Annotation Type in org.chromattic.api.annotations
 
initCause(Throwable) - Method in exception org.chromattic.api.UndeclaredRepositoryException
 
insert(Class<O>, String) - Method in interface org.chromattic.api.ChromatticSession
Creates a persistent instance of the specified object.
insert(Object, Class<O>, String) - Method in interface org.chromattic.api.ChromatticSession
Creates a persistent instance of the specified object.
INSTRUMENTOR_CLASSNAME - Static variable in class org.chromattic.api.ChromatticBuilder
The instrumentor class name for Chromattic's objects.
iterator() - Method in interface org.chromattic.api.query.ObjectQuery
Returns the result of the object query
iterator() - Method in interface org.chromattic.api.query.ObjectQueryBuilder
Compute and executes the query.

L

LifeCycleListener - Interface in org.chromattic.api.event
Enables to be aware of the life cycle of the object managed by chromattic.
loaded(Object) - Method in interface org.chromattic.api.event.LifeCycleListener
 

M

ManyToOne - Annotation Type in org.chromattic.api.annotations
 
MappedBy - Annotation Type in org.chromattic.api.annotations
 
MappingException - Exception in org.chromattic.api
 
MappingException() - Constructor for exception org.chromattic.api.MappingException
 
MappingException(String) - Constructor for exception org.chromattic.api.MappingException
 
MappingException(String, Throwable) - Constructor for exception org.chromattic.api.MappingException
 
MappingException(Throwable) - Constructor for exception org.chromattic.api.MappingException
 
Mixin - Annotation Type in org.chromattic.api.annotations
 

N

Name - Annotation Type in org.chromattic.api.annotations
 
NodeMapping - Annotation Type in org.chromattic.api.annotations
 
NoSuchPropertyException - Exception in org.chromattic.api
 
NoSuchPropertyException() - Constructor for exception org.chromattic.api.NoSuchPropertyException
 
NoSuchPropertyException(String) - Constructor for exception org.chromattic.api.NoSuchPropertyException
 
NoSuchPropertyException(String, Throwable) - Constructor for exception org.chromattic.api.NoSuchPropertyException
 
NoSuchPropertyException(Throwable) - Constructor for exception org.chromattic.api.NoSuchPropertyException
 

O

OBJECT_FORMATTER_CLASSNAME - Static variable in class org.chromattic.api.ChromatticBuilder
The object name formatter class name.
ObjectFormatter - Interface in org.chromattic.api.format
 
ObjectQuery<O> - Interface in org.chromattic.api.query
An object query extends a query and returns objects.
ObjectQueryBuilder<O> - Interface in org.chromattic.api.query
 
ObjectQueryResult<O> - Interface in org.chromattic.api.query
The query result for an object query.
OneToMany - Annotation Type in org.chromattic.api.annotations
 
OneToOne - Annotation Type in org.chromattic.api.annotations
 
openSession() - Method in interface org.chromattic.api.Chromattic
 
openSession(String) - Method in interface org.chromattic.api.Chromattic
 
openSession(Credentials, String) - Method in interface org.chromattic.api.Chromattic
 
openSession(Credentials) - Method in interface org.chromattic.api.Chromattic
 
options - Variable in class org.chromattic.api.ChromatticBuilder
.
orderBy(String) - Method in interface org.chromattic.api.query.ObjectQueryBuilder
Set the order by clause of the query.
org.chromattic.api - package org.chromattic.api
 
org.chromattic.api.annotations - package org.chromattic.api.annotations
 
org.chromattic.api.event - package org.chromattic.api.event
 
org.chromattic.api.format - package org.chromattic.api.format
 
org.chromattic.api.query - package org.chromattic.api.query
 

P

Path - Annotation Type in org.chromattic.api.annotations
 
persist(Object, String) - Method in interface org.chromattic.api.ChromatticSession
Persists a transient object.
persist(Object, Object) - Method in interface org.chromattic.api.ChromatticSession
Persists a transient object.
persist(Object) - Method in interface org.chromattic.api.ChromatticSession
Persists a transient object relative to the root node.
persist(Object, Object, String) - Method in interface org.chromattic.api.ChromatticSession
Persists a transient object.
persisted(Object) - Method in interface org.chromattic.api.event.LifeCycleListener
 
Properties - Annotation Type in org.chromattic.api.annotations
 
Property - Annotation Type in org.chromattic.api.annotations
 
propertyChanged(Object, String, Object) - Method in interface org.chromattic.api.event.StateChangeListener
 

Q

Query - Interface in org.chromattic.api.query
A base interface for all queries.
QueryLanguage - Enum in org.chromattic.api.query
Enumerates the queries languages.

R

RelatedMappedBy - Annotation Type in org.chromattic.api.annotations
 
RelationshipType - Enum in org.chromattic.api
 
remove(Object) - Method in interface org.chromattic.api.ChromatticSession
 
removed(Object) - Method in interface org.chromattic.api.event.LifeCycleListener
 

S

save() - Method in interface org.chromattic.api.ChromatticSession
 
SESSION_LIFECYCLE_CLASSNAME - Static variable in class org.chromattic.api.ChromatticBuilder
The JCR session life cycle class name.
SessionTask - Interface in org.chromattic.api
 
setOption(ChromatticBuilder.Option<T>, T) - Method in class org.chromattic.api.ChromatticBuilder
 
size() - Method in interface org.chromattic.api.query.ObjectQueryResult
Returns the result size.
STATE_CACHE_ENABLED - Static variable in class org.chromattic.api.ChromatticBuilder
The boolean indicating if caching is performed.
StateChangeListener - Interface in org.chromattic.api.event
 
Status - Enum in org.chromattic.api
 
stop() - Method in interface org.chromattic.api.Chromattic
 

U

UndeclaredRepositoryException - Exception in org.chromattic.api
Wraps an unexpected RepositoryException that is a checked exception.
UndeclaredRepositoryException() - Constructor for exception org.chromattic.api.UndeclaredRepositoryException
 
UndeclaredRepositoryException(String) - Constructor for exception org.chromattic.api.UndeclaredRepositoryException
 
UndeclaredRepositoryException(String, RepositoryException) - Constructor for exception org.chromattic.api.UndeclaredRepositoryException
 
UndeclaredRepositoryException(RepositoryException) - Constructor for exception org.chromattic.api.UndeclaredRepositoryException
 

V

valueOf(String) - Static method in enum org.chromattic.api.query.QueryLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.chromattic.api.RelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.chromattic.api.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.chromattic.api.query.QueryLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.chromattic.api.RelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.chromattic.api.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(String) - Method in interface org.chromattic.api.query.ObjectQueryBuilder
Set the where clause of the query.
WorkspaceName - Annotation Type in org.chromattic.api.annotations
 

A B C D E F G H I L M N O P Q R S U V W

Copyright © 2009 eXo Platform SAS. All Rights Reserved.