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

A

AbstractJcrDAO<T> - Class in org.jcrom.dao
An abstract implementation of the JcrDAO interface.
AbstractJcrDAO(Class<T>, Jcrom) - Constructor for class org.jcrom.dao.AbstractJcrDAO
Use this constructor when you intend to override the getSession() method to provide your own session management (for example via Guice providers).
AbstractJcrDAO(Class<T>, Session, Jcrom) - Constructor for class org.jcrom.dao.AbstractJcrDAO
Constructor.
AbstractJcrDAO(Class<T>, Session, Jcrom, String[]) - Constructor for class org.jcrom.dao.AbstractJcrDAO
Constructor.
AbstractJcrEntity - Class in org.jcrom
Abstract implementation with protected variables for name and path, and implements the getters and setters.
AbstractJcrEntity() - Constructor for class org.jcrom.AbstractJcrEntity
 
addNode(Node, Object) - Method in class org.jcrom.Jcrom
Maps the entity supplied to a JCR node, and adds that node as a child to the parent node supplied.
addNode(Node, Object, String[]) - Method in class org.jcrom.Jcrom
Maps the entity supplied to a JCR node, and adds that node as a child to the parent node supplied.

B

bytes - Variable in class org.jcrom.JcrDataProviderImpl
 

C

contentLength - Variable in class org.jcrom.JcrDataProviderImpl
 
create(T) - Method in class org.jcrom.dao.AbstractJcrDAO
 
create(String, T) - Method in class org.jcrom.dao.AbstractJcrDAO
 
create(T) - Method in interface org.jcrom.dao.JcrDAO
Creates a new JCR Node from the object supplied.
create(String, T) - Method in interface org.jcrom.dao.JcrDAO
Creates a new JCR Node from the object supplied, under the parent node with the path specified.
createChildNodeListProxy(Class, Object, Session, String, Mapper, int, NodeFilter) - Static method in class org.jcrom.ProxyFactory
 
createChildNodeProxy(Class<T>, Object, Session, String, Mapper, int, NodeFilter, boolean) - Static method in class org.jcrom.ProxyFactory
 
createFileNodeListProxy(Class, Node, Object, JcrFileNode, int, NodeFilter, Mapper) - Static method in class org.jcrom.ProxyFactory
 
createFileNodeProxy(Class<T>, Node, Object, JcrFileNode, int, NodeFilter, Mapper) - Static method in class org.jcrom.ProxyFactory
 
createReferenceListProxy(Class, Object, String, String, Session, Mapper, int, NodeFilter, Field) - Static method in class org.jcrom.ProxyFactory
 
createReferenceProxy(Class<T>, Object, String, String, Session, Mapper, int, NodeFilter, Field) - Static method in class org.jcrom.ProxyFactory
 
createValidName(String) - Static method in class org.jcrom.util.PathUtils
Creates a valid JCR node name from the String supplied, by replacing all non-alphanumeric chars.

D

dataProvider - Variable in class org.jcrom.JcrFile
 
DEPTH_INFINITE - Static variable in class org.jcrom.util.NodeFilter
 

E

encoding - Variable in class org.jcrom.JcrFile
 
entityClass - Variable in class org.jcrom.dao.AbstractJcrDAO
 
EXCLUDE_ALL - Static variable in class org.jcrom.util.NodeFilter
 
exists(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
exists(String) - Method in interface org.jcrom.dao.JcrDAO
Check whether an entity with the path supplied exists in JCR.
extendsClass(Class, Class) - Static method in class org.jcrom.util.ReflectionUtils
Check if a class extends a specific class.

F

file - Variable in class org.jcrom.JcrDataProviderImpl
 
FileNodeLoader - Class in org.jcrom
Handles lazy loading of single file node.
filterDepth - Variable in class org.jcrom.util.NodeFilter
 
findAll(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
findAll(String, long, long) - Method in class org.jcrom.dao.AbstractJcrDAO
 
findAll(String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
findAll(String, String, int, long, long) - Method in class org.jcrom.dao.AbstractJcrDAO
 
findAll(String) - Method in interface org.jcrom.dao.JcrDAO
Find all entities represented by this DAO.
findAll(String, long, long) - Method in interface org.jcrom.dao.JcrDAO
Find all entities represented by this DAO.
findAll(String, String, int) - Method in interface org.jcrom.dao.JcrDAO
Find all entities represented by this DAO.
findAll(String, String, int, long, long) - Method in interface org.jcrom.dao.JcrDAO
Find all entities represented by this DAO.
findByXPath(String, String, int, long, long) - Method in class org.jcrom.dao.AbstractJcrDAO
Find JCR nodes that match the xpath supplied, and map to objects.
findByXPath(String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
Find JCR nodes that match the xpath supplied, and map to objects.
fromFile(String, File, String) - Static method in class org.jcrom.JcrFile
 
fromNode(Class<T>, Node) - Method in class org.jcrom.Jcrom
Maps the node supplied to an instance of the entity class.
fromNode(Class<T>, Node, String, int) - Method in class org.jcrom.Jcrom
Maps the node supplied to an instance of the entity class.
fromNode(Class<T>, Node, NodeFilter) - Method in class org.jcrom.Jcrom
Maps the node supplied to an instance of the entity class.

G

get(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
get(String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
get(String) - Method in interface org.jcrom.dao.JcrDAO
Get an entity from JCR by path (from a @JcrPath field).
get(String, String, int) - Method in interface org.jcrom.dao.JcrDAO
Get an entity from JCR by path (from a @JcrPath field).
getBytes() - Method in interface org.jcrom.JcrDataProvider
Return a byte array.
getBytes() - Method in class org.jcrom.JcrDataProviderImpl
 
getClasses(String) - Static method in class org.jcrom.util.ReflectionUtils
 
getClasses(ClassLoader, String) - Static method in class org.jcrom.util.ReflectionUtils
 
getContentLength() - Method in interface org.jcrom.JcrDataProvider
Returns the length of the byte array / file / input stream
getContentLength() - Method in class org.jcrom.JcrDataProviderImpl
 
getDataProvider() - Method in class org.jcrom.JcrFile
 
getDeclaredAndInheritedFields(Class, boolean) - Static method in class org.jcrom.util.ReflectionUtils
Get an array of all fields declared in the supplied class, and all its superclasses (except java.lang.Object).
getEncoding() - Method in class org.jcrom.JcrFile
 
getFile() - Method in interface org.jcrom.JcrDataProvider
Return a file.
getFile() - Method in class org.jcrom.JcrDataProviderImpl
 
getFilterDepth() - Method in class org.jcrom.util.NodeFilter
 
getFilterStr() - Method in class org.jcrom.util.NameFilter
 
getFromDirectory(File, String) - Static method in class org.jcrom.util.ReflectionUtils
 
getFromJARFile(String, String) - Static method in class org.jcrom.util.ReflectionUtils
 
getInputStream() - Method in interface org.jcrom.JcrDataProvider
Return an input stream.
getInputStream() - Method in class org.jcrom.JcrDataProviderImpl
 
getJcrNodeAnnotation(Class) - Static method in class org.jcrom.util.ReflectionUtils
 
getLastModified() - Method in class org.jcrom.JcrFile
 
getMappedClasses() - Method in class org.jcrom.Jcrom
Get a set of all classes that are mapped by this instance.
getMaxDepth() - Method in class org.jcrom.util.NodeFilter
 
getMimeType() - Method in class org.jcrom.JcrFile
 
getName() - Method in class org.jcrom.AbstractJcrEntity
 
getName() - Method in interface org.jcrom.JcrEntity
 
getName() - Method in class org.jcrom.JcrFile
 
getName(Object) - Method in class org.jcrom.Jcrom
 
getNameFilter() - Method in class org.jcrom.util.NodeFilter
 
getParameterizedClass(Field) - Static method in class org.jcrom.util.ReflectionUtils
Get the (first) class that parameterizes the Field supplied.
getParameterizedClass(Field, int) - Static method in class org.jcrom.util.ReflectionUtils
Get the class that parameterizes the Field supplied, at the index supplied (field can be parameterized with multiple param classes).
getParameterizedClass(Class) - Static method in class org.jcrom.util.ReflectionUtils
 
getParameterizedClass(Class, int) - Static method in class org.jcrom.util.ReflectionUtils
 
getPath() - Method in class org.jcrom.AbstractJcrEntity
 
getPath() - Method in interface org.jcrom.JcrEntity
 
getPath() - Method in class org.jcrom.JcrFile
 
getPath(Object) - Method in class org.jcrom.Jcrom
 
getSession() - Method in class org.jcrom.dao.AbstractJcrDAO
 
getSize(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getSize(String) - Method in interface org.jcrom.dao.JcrDAO
Get the number of entities.
getType() - Method in interface org.jcrom.JcrDataProvider
Get the type of content this provider offers.
getType() - Method in class org.jcrom.JcrDataProviderImpl
 
getTypeArgumentOfParameterizedClass(Field, int, int) - Static method in class org.jcrom.util.ReflectionUtils
 
getValidFields(Field[], boolean) - Static method in class org.jcrom.util.ReflectionUtils
 
getVersion(String, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersion(String, String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersion(Node, String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersion(String, String) - Method in interface org.jcrom.dao.JcrDAO
 
getVersion(String, String, String, int) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionByUUID(String, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionByUUID(String, String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionByUUID(String, String) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionByUUID(String, String, String, int) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionList(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionList(String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionList(String, String, int, long, long) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionList(Node, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionList(Node, String, int, long, long) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionList(String) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionList(String, String, int) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionList(String, String, int, long, long) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionListByUUID(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionListByUUID(String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionListByUUID(String, String, int, long, long) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionListByUUID(String) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionListByUUID(String, String, int) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionListByUUID(String, String, int, long, long) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionSize(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionSize(Node) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionSize(String) - Method in interface org.jcrom.dao.JcrDAO
 
getVersionSizeByUUID(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
getVersionSizeByUUID(String) - Method in interface org.jcrom.dao.JcrDAO
 

H

hasMixinType(Node, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 

I

implementsInterface(Class, Class) - Static method in class org.jcrom.util.ReflectionUtils
Check if a class implements a specific interface.
INCLUDE_ALL - Static variable in class org.jcrom.util.NodeFilter
 
inputStream - Variable in class org.jcrom.JcrDataProviderImpl
 
isDateType(Class) - Static method in class org.jcrom.util.ReflectionUtils
 
isDepthIncluded(int) - Method in class org.jcrom.util.NodeFilter
 
isFieldParameterizedWithClass(Field, Class) - Static method in class org.jcrom.util.ReflectionUtils
Check if a field is parameterized with a specific class.
isFieldParameterizedWithPropertyType(Field) - Static method in class org.jcrom.util.ReflectionUtils
Check if the field supplied is parameterized with a valid JCR property type.
isIncluded(String) - Method in class org.jcrom.util.NameFilter
Check whether the name supplied gets through the filter.
isIncluded(String, int) - Method in class org.jcrom.util.NodeFilter
 
isMapped(Class) - Method in class org.jcrom.Jcrom
Check whether a specific class is mapped by this instance.
isNameIncluded(String) - Method in class org.jcrom.util.NodeFilter
 
isPropertyType(Class) - Static method in class org.jcrom.util.ReflectionUtils
Check if the class supplied represents a valid JCR property type.
isValidMapValueType(Class) - Static method in class org.jcrom.util.ReflectionUtils
 
isVersionable - Variable in class org.jcrom.dao.AbstractJcrDAO
 

J

JcrBaseVersionCreated - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR base version creation date read from the node.
JcrBaseVersionName - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR base version name read from the node.
JcrCheckedout - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store whether a JCR node is checked out.
JcrChildNode - Annotation Type in org.jcrom.annotations
This annotation is used to mark fields that are to be mapped as JCR child nodes.
JcrCreated - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR creation date read from a node.
JcrDAO<T> - Interface in org.jcrom.dao
The base interface for JCR Data Access Objects.
JcrDataProvider - Interface in org.jcrom
An interface for providing access to file content within a JcrFile instance.
JcrDataProvider.TYPE - Enum in org.jcrom
 
JcrDataProviderImpl - Class in org.jcrom
A simple implementation of the JcrDataProvider interface.
JcrDataProviderImpl(JcrDataProvider.TYPE, byte[]) - Constructor for class org.jcrom.JcrDataProviderImpl
 
JcrDataProviderImpl(JcrDataProvider.TYPE, File) - Constructor for class org.jcrom.JcrDataProviderImpl
 
JcrDataProviderImpl(JcrDataProvider.TYPE, InputStream) - Constructor for class org.jcrom.JcrDataProviderImpl
 
JcrDataProviderImpl(JcrDataProvider.TYPE, InputStream, long) - Constructor for class org.jcrom.JcrDataProviderImpl
 
JcrEntity - Interface in org.jcrom
 
JcrFile - Class in org.jcrom
This class represents a JCR file node.
JcrFile() - Constructor for class org.jcrom.JcrFile
 
JcrFileNode - Annotation Type in org.jcrom.annotations
This annotation is used to mark fields that are to be mapped as JCR file nodes.
JcrFileNode.LoadType - Enum in org.jcrom.annotations
 
JcrMappingException - Exception in org.jcrom
A runtime exception that is thrown when mapping errors occur.
JcrMappingException(String) - Constructor for exception org.jcrom.JcrMappingException
 
JcrMappingException(String, Throwable) - Constructor for exception org.jcrom.JcrMappingException
 
JcrName - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that contains the JCR node name.
JcrNode - Annotation Type in org.jcrom.annotations
This annotation is applied to types (classes or interfaces) that implement JcrEntity, and provides the ability to specify what JCR node type to use when creating a JCR node from the object being mapped, mixin types, and more.
jcrom - Variable in class org.jcrom.dao.AbstractJcrDAO
 
Jcrom - Class in org.jcrom
This is the main entry class for JCROM.
Jcrom() - Constructor for class org.jcrom.Jcrom
Create a new Jcrom instance that cleans node names, but with dynamic instantiation turned off.
Jcrom(boolean) - Constructor for class org.jcrom.Jcrom
Create a new Jcrom instance with dynamic instantiation turned off.
Jcrom(boolean, boolean) - Constructor for class org.jcrom.Jcrom
Create a new Jcrom instance.
Jcrom(Set<Class>) - Constructor for class org.jcrom.Jcrom
Create a new Jcrom instance with name cleaning set to true, and dynamic instantiation off.
Jcrom(boolean, Set<Class>) - Constructor for class org.jcrom.Jcrom
Create a new Jcrom instance with dynamic instantiation turned off.
Jcrom(boolean, boolean, Set<Class>) - Constructor for class org.jcrom.Jcrom
Create a new Jcrom instance.
JcrParentNode - Annotation Type in org.jcrom.annotations
This annotation is added to fields that implement JcrEntity, and are a reference to a parent object.
JcrPath - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR path read from a node.
JcrProperty - Annotation Type in org.jcrom.annotations
This annotation is used mark fields that should be mapped to JCR node properties.
JcrReference - Annotation Type in org.jcrom.annotations
This annotation is used to mark fields that are to be mapped as JCR reference properties.
JcrSerializedProperty - Annotation Type in org.jcrom.annotations
This annotation is used mark fields that should be serialized to a byte array and then mapped to JCR node property.
JcrUUID - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR UUID read from a node.
JcrVersionCreated - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR version creation date read from the node.
JcrVersionName - Annotation Type in org.jcrom.annotations
This annotation is used to mark a field that should store a JCR version name read from the node.

L

lastModified - Variable in class org.jcrom.JcrFile
 
loadByUUID(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
loadByUUID(String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
loadByUUID(String) - Method in interface org.jcrom.dao.JcrDAO
Load an entity from JCR by UUID lookup.
loadByUUID(String, String, int) - Method in interface org.jcrom.dao.JcrDAO
Load an entity from JCR by UUID lookup.
loadObject() - Method in class org.jcrom.FileNodeLoader
 
loadObject() - Method in class org.jcrom.ReferenceListLoader
 

M

map(Class) - Method in class org.jcrom.Jcrom
Add a class that this instance can map to/from JCR nodes.
mapPackage(String) - Method in class org.jcrom.Jcrom
Tries to map all classes in the package specified.
mapPackage(String, boolean) - Method in class org.jcrom.Jcrom
Tries to map all classes in the package specified.
maxDepth - Variable in class org.jcrom.util.NodeFilter
 
mimeType - Variable in class org.jcrom.JcrFile
 
mixinTypes - Variable in class org.jcrom.dao.AbstractJcrDAO
 
move(T, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
move(T, String) - Method in interface org.jcrom.dao.JcrDAO
Move an entity to the parent with the path specified.

N

name - Variable in class org.jcrom.AbstractJcrEntity
 
name - Variable in class org.jcrom.JcrFile
 
NameFilter - Class in org.jcrom.util
This class represents a simple filter that can be used to filter names.
NameFilter(String) - Constructor for class org.jcrom.util.NameFilter
 
nameFilter - Variable in class org.jcrom.util.NodeFilter
 
NodeFilter - Class in org.jcrom.util
 
NodeFilter(String, int, int) - Constructor for class org.jcrom.util.NodeFilter
 
NodeFilter(String, int) - Constructor for class org.jcrom.util.NodeFilter
 
NodeFilter(String) - Constructor for class org.jcrom.util.NodeFilter
 
NodeFilter(int) - Constructor for class org.jcrom.util.NodeFilter
 

O

org.jcrom - package org.jcrom
 
org.jcrom.annotations - package org.jcrom.annotations
 
org.jcrom.dao - package org.jcrom.dao
 
org.jcrom.util - package org.jcrom.util
 

P

path - Variable in class org.jcrom.AbstractJcrEntity
 
path - Variable in class org.jcrom.JcrFile
 
PathUtils - Class in org.jcrom.util
Contains utilities used for JCR node names and paths.
PathUtils() - Constructor for class org.jcrom.util.PathUtils
 
ProxyFactory - Class in org.jcrom
Creates CGLIB proxies for lazy loading.
ProxyFactory() - Constructor for class org.jcrom.ProxyFactory
 

R

ReferenceListLoader - Class in org.jcrom
Handles lazy loading of reference lists.
ReflectionUtils - Class in org.jcrom.util
Various reflection utility methods, used mainly in the Mapper.
ReflectionUtils() - Constructor for class org.jcrom.util.ReflectionUtils
 
relativePath(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
remove(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
remove(String) - Method in interface org.jcrom.dao.JcrDAO
Permanently remove the entity with the path supplied (from a @JcrPath field).
removeByUUID(String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
removeByUUID(String) - Method in interface org.jcrom.dao.JcrDAO
Permanently remove the entity with the UUID supplied.
removeVersion(String, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
removeVersion(Node, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
removeVersion(String, String) - Method in interface org.jcrom.dao.JcrDAO
 
removeVersionByUUID(String, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
removeVersionByUUID(String, String) - Method in interface org.jcrom.dao.JcrDAO
 
replaceNonAlphanumeric(String, char) - Static method in class org.jcrom.util.PathUtils
Replaces occurences of non-alphanumeric characters with a supplied char.
restoreVersion(String, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
restoreVersion(String, String, boolean) - Method in class org.jcrom.dao.AbstractJcrDAO
 
restoreVersion(Node, String, boolean) - Method in class org.jcrom.dao.AbstractJcrDAO
 
restoreVersion(String, String) - Method in interface org.jcrom.dao.JcrDAO
 
restoreVersion(String, String, boolean) - Method in interface org.jcrom.dao.JcrDAO
 
restoreVersionByUUID(String, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
restoreVersionByUUID(String, String, boolean) - Method in class org.jcrom.dao.AbstractJcrDAO
 
restoreVersionByUUID(String, String) - Method in interface org.jcrom.dao.JcrDAO
 
restoreVersionByUUID(String, String, boolean) - Method in interface org.jcrom.dao.JcrDAO
 

S

session - Variable in class org.jcrom.dao.AbstractJcrDAO
 
setBaseVersionInfo(Object, String, Calendar) - Method in class org.jcrom.Jcrom
 
setDataProvider(JcrDataProvider) - Method in class org.jcrom.JcrFile
 
setEncoding(String) - Method in class org.jcrom.JcrFile
 
setLastModified(Calendar) - Method in class org.jcrom.JcrFile
 
setMimeType(String) - Method in class org.jcrom.JcrFile
 
setName(String) - Method in class org.jcrom.AbstractJcrEntity
 
setName(String) - Method in interface org.jcrom.JcrEntity
 
setName(String) - Method in class org.jcrom.JcrFile
 
setPath(String) - Method in class org.jcrom.AbstractJcrEntity
 
setPath(String) - Method in interface org.jcrom.JcrEntity
 
setPath(String) - Method in class org.jcrom.JcrFile
 

T

toList(NodeIterator, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
Maps JCR nodes to a List of JcrEntity implementations.
toList(NodeIterator, String, int, long) - Method in class org.jcrom.dao.AbstractJcrDAO
Maps JCR nodes to a List of JcrEntity implementations.
type - Variable in class org.jcrom.JcrDataProviderImpl
 

U

update(T) - Method in class org.jcrom.dao.AbstractJcrDAO
 
update(T, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
update(Node, T, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
update(T) - Method in interface org.jcrom.dao.JcrDAO
Updates an existing JCR Node with the values extracted from the object supplied.
update(T, String, int) - Method in interface org.jcrom.dao.JcrDAO
Updates an existing JCR Node with the values extracted from the object supplied.
updateByUUID(T, String) - Method in class org.jcrom.dao.AbstractJcrDAO
 
updateByUUID(T, String, String, int) - Method in class org.jcrom.dao.AbstractJcrDAO
 
updateByUUID(T, String) - Method in interface org.jcrom.dao.JcrDAO
Updates an existing JCR Node with the values extracted from the object supplied.
updateByUUID(T, String, String, int) - Method in interface org.jcrom.dao.JcrDAO
Updates an existing JCR Node with the values extracted from the object supplied.
updateNode(Node, Object) - Method in class org.jcrom.Jcrom
Update an existing JCR node with the entity supplied.
updateNode(Node, Object, String, int) - Method in class org.jcrom.Jcrom
Update an existing JCR node with the entity supplied.
updateNode(Node, Object, NodeFilter) - Method in class org.jcrom.Jcrom
Update an existing JCR node with the entity supplied.

V

valueOf(String) - Static method in enum org.jcrom.annotations.JcrFileNode.LoadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jcrom.JcrDataProvider.TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jcrom.annotations.JcrFileNode.LoadType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jcrom.JcrDataProvider.TYPE
Returns an array containing the constants of this enum type, in the order they're declared.

W

write(InputStream, File) - Static method in class org.jcrom.JcrDataProviderImpl
 
write(byte[], File) - Static method in class org.jcrom.JcrDataProviderImpl
 
write(File, File) - Static method in class org.jcrom.JcrDataProviderImpl
 
writeToFile(File) - Method in interface org.jcrom.JcrDataProvider
Write the content out to the File supplied.
writeToFile(File) - Method in class org.jcrom.JcrDataProviderImpl
 

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

Copyright © 2009. All Rights Reserved.