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

A

AbstractSessionHolderProviderManager - Class in org.springframework.extensions.jcr.support
Base implementation for SessionHolderProviderManager that adds most of the functionality needed by the interface.
AbstractSessionHolderProviderManager() - Constructor for class org.springframework.extensions.jcr.support.AbstractSessionHolderProviderManager
 
acceptsRepository(String) - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitSessionHolderProvider
 
acceptsRepository(String) - Method in interface org.springframework.extensions.jcr.SessionHolderProvider
Method for maching the sessionHolderProvider against a repository (given by name).
acceptsRepository(String) - Method in class org.springframework.extensions.jcr.support.GenericSessionHolderProvider
 
addListeners(Session) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Hook for adding listeners to the newly returned session.
addLockToken(String) - Method in interface org.springframework.extensions.jcr.JcrOptionalOperations
 
addLockToken(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
 
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.JcrAccessor
Eagerly initialize the session holder provider, creating a default one if one is not set.
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
 
afterPropertiesSet() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
 

B

begin() - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 

C

CacheableSessionHolderProviderManager - Class in org.springframework.extensions.jcr.support
Manager which caches providers in order to avoid lookups.
CacheableSessionHolderProviderManager() - Constructor for class org.springframework.extensions.jcr.support.CacheableSessionHolderProviderManager
 
CacheableSessionHolderProviderManager.ProvidersCache - Class in org.springframework.extensions.jcr.support
Caching class based on CachingMapDecorator from main Spring distribution.
checkDaoConfig() - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
 
clear() - Method in class org.springframework.extensions.jcr.jackrabbit.support.UserTxSessionHolder
 
clear() - Method in class org.springframework.extensions.jcr.SessionHolder
 
commit() - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 
computeName(String, String) - Method in class org.springframework.extensions.jcr.JcrConstants
Computes the actual name.
configuration - Variable in class org.springframework.extensions.jcr.RepositoryFactoryBean
Repository configuration.
convertJcrAccessException(RepositoryException) - Method in class org.springframework.extensions.jcr.JcrAccessor
Convert the given RepositoryException to an appropriate exception from the org.springframework.dao hierarchy.
convertJcrAccessException(IOException) - Method in class org.springframework.extensions.jcr.JcrAccessor
Convert the given IOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJcrAccessException(RuntimeException) - Method in class org.springframework.extensions.jcr.JcrAccessor
Convert the given RuntimeException to an appropriate exception from the org.springframework.dao hierarchy.
convertJcrAccessException(RepositoryException) - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Convert the given JCRException to an appropriate exception from the org.springframework.dao hierarchy.
create(Object) - Method in class org.springframework.extensions.jcr.support.CacheableSessionHolderProviderManager.ProvidersCache
 
createCache() - Method in class org.springframework.extensions.jcr.JcrConstants
Creates the actual cache.
createInstance() - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
createRepository() - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
createRepository() - Method in class org.springframework.extensions.jcr.jackrabbit.TransientRepositoryFactoryBean
 
createRepository() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
Subclasses have to implement this method to allow specific JSR-170 implementation repository creation.
createSessionHolder(Session) - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitSessionHolderProvider
 
createSessionHolder(Session) - Method in interface org.springframework.extensions.jcr.SessionHolderProvider
Return the specific session holder.
createSessionHolder(Session) - Method in class org.springframework.extensions.jcr.support.GenericSessionHolderProvider
 
createSessionProxy(Session) - Method in class org.springframework.extensions.jcr.JcrTemplate
Create a close-suppressing proxy for the given Jcr Session.

D

decode(String) - Static method in class org.springframework.extensions.jcr.JcrUtils
Decodes the Jcr names using ISO 9075 decoding.
decode(String) - Method in class org.springframework.extensions.jcr.JcrUtils.ISO9075
Decodes the name.
DEFAULT_JCR_SESSION_FACTORY_FACTORY_BEAN_NAME - Static variable in class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
 
defaultProvider - Variable in class org.springframework.extensions.jcr.support.AbstractSessionHolderProviderManager
 
destroy() - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
Shutdown method.
destroy() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
destroy() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
 
doGetSession(SessionFactory, boolean) - Static method in class org.springframework.extensions.jcr.SessionFactoryUtils
Get a JCR Session for the given Repository.
doGetTransaction() - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doInJcr(Session) - Method in interface org.springframework.extensions.jcr.JcrCallback
Called by JcrTemplate.execute(org.springframework.extensions.jcr.JcrCallback, boolean) within an active JCR javax.jcr.JCRSession.
doResume(Object, Object) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
doSuspend(Object) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
dump(Node) - Method in interface org.springframework.extensions.jcr.JcrOperations
Dump the contents of the given node in a String.
dump(Node) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
dumpNode(Node) - Method in class org.springframework.extensions.jcr.JcrTemplate
Recursive method for dumping a node.

E

encode(String) - Static method in class org.springframework.extensions.jcr.JcrUtils
Escapes the Jcr names using ISO 9075 encoding.
encode(String) - Method in class org.springframework.extensions.jcr.JcrUtils.ISO9075
Encodes name as specified in ISO 9075.
equals(Object) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
EventListenerDefinition - Class in org.springframework.extensions.jcr
Transport class used for registering event types inside a workspace.
EventListenerDefinition() - Constructor for class org.springframework.extensions.jcr.EventListenerDefinition
 
execute(JcrCallback, boolean) - Method in interface org.springframework.extensions.jcr.JcrOperations
Execute the action specified by the given action object within a Session.
execute(JcrCallback) - Method in interface org.springframework.extensions.jcr.JcrOperations
Execute the action specified by the given action object within a Session.
execute(JcrCallback, boolean) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
execute(JcrCallback) - Method in class org.springframework.extensions.jcr.JcrTemplate
 

G

GenericSessionHolderProvider - Class in org.springframework.extensions.jcr.support
Generic implementation of org.springframework.extensions.jcr.SessionHolderProvider w/o any transaction support.
GenericSessionHolderProvider() - Constructor for class org.springframework.extensions.jcr.support.GenericSessionHolderProvider
 
getAbsPath() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
getAttribute(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getAttribute(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getAttributeNames() - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getAttributeNames() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getConfiguration() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
getCounter() - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 
getCredentials() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getEventListeners() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getEventTypes() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
getHomeDir() - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
getImportContentHandler(String, int) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getImportContentHandler(String, int) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getItem(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getItem(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getJCR_AUTOCREATED() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_BASEVERSION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_CHILD() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_CHILDNODEDEFINITION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_CONTENT() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_CREATED() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_DATA() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_DEFAULTPRIMARYTYPE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_DEFAULTVALUES() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_ENCODING() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_FROZENMIXINTYPES() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_FROZENNODE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_FROZENPRIMARYTYPE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_FROZENUUID() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_HASORDERABLECHILDNODES() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_ISCHECKEDOUT() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_ISMIXIN() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_LANGUAGE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_LASTMODIFIED() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_LOCKISDEEP() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_LOCKOWNER() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_MANDATORY() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_MERGEFAILED() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_MIMETYPE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_MIXINTYPES() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_MULTIPLE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_NAME() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_NODETYPENAME() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_ONPARENTVERSION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_PATH() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_PREDECESSORS() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_PRIMARYITEMNAME() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_PRIMARYTYPE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_PROPERTYDEFINITION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_PROTECTED() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_REQUIREDPRIMARYTYPES() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_REQUIREDTYPE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_ROOTVERSION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_SAMENAMESIBLINGS() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_SCORE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_STATEMENT() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_SUCCESSORS() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_SUPERTYPES() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_SYSTEM() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_UUID() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_VALUECONSTRAINTS() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_VERSIONABLEUUID() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_VERSIONHISTORY() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_VERSIONLABELS() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getJCR_VERSIONSTORAGE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getListener() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
getLockTokens() - Method in interface org.springframework.extensions.jcr.JcrOptionalOperations
 
getLockTokens() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getMIX_LOCKABLE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getMIX_REFERENCEABLE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getMIX_VERSIONABLE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNamespacePrefix(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getNamespacePrefix(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getNamespacePrefixes() - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getNamespacePrefixes() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getNamespaces() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getNamespaceURI(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getNamespaceURI(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getNodeByUUID(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getNodeByUUID(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getNodeTypeName() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
getNT_BASE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_CHILDNODEDEFINITION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_FILE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_FOLDER() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_FROZENNODE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_HIERARCHYNODE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_LINKEDFILE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_NODETYPE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_PROPERTYDEFINITION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_QUERY() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_RESOURCE() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_UNSTRUCTURED() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_VERSION() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_VERSIONEDCHILD() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_VERSIONHISTORY() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getNT_VERSIONLABELS() - Method in class org.springframework.extensions.jcr.JcrConstants
 
getObject() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
getObject() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
 
getObjectType() - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
getObjectType() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
getObjectType() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
 
getParticipateAttributeName() - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getProviders() - Method in class org.springframework.extensions.jcr.support.AbstractSessionHolderProviderManager
Returns all the providers for this class.
getProviders() - Method in class org.springframework.extensions.jcr.support.ListSessionHolderProviderManager
 
getProviders() - Method in class org.springframework.extensions.jcr.support.ServiceSessionHolderProviderManager
Loads the service providers using the discovery mechanism.
getRepository() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getRepositoryConfig() - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
getRootNode() - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getRootNode() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getSession() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getSession() - Method in class org.springframework.extensions.jcr.JcrTemplate
Return a Session for use by this template.
getSession() - Method in interface org.springframework.extensions.jcr.SessionFactory
Returns a JCR Session using the credentials and workspace on this JcrSessionFactory.
getSession(SessionFactory, boolean) - Static method in class org.springframework.extensions.jcr.SessionFactoryUtils
Get a JCR Session for the given Repository.
getSession() - Method in class org.springframework.extensions.jcr.SessionHolder
 
getSession() - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Get a JCR Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Get a JCR Session, either from the current transaction or a new one.
getSessionFactory() - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
getSessionFactory() - Method in class org.springframework.extensions.jcr.JcrAccessor
 
getSessionFactory() - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Return the Jcr SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
Return the JCR JcrSessionFactory that should be used to create Sessions.
getSessionFactoryBeanName() - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionHolder(Session) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getSessionHolder(Session) - Method in interface org.springframework.extensions.jcr.SessionFactory
Returns a specific SessionHolder for the given Session.
getSessionHolderProvider() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Used internally.
getSessionHolderProviderManager() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
getSessionProvider(Repository) - Method in interface org.springframework.extensions.jcr.SessionHolderProviderManager
Returns the SessionHolderProvider suitable for the given Jcr Repository.
getSessionProvider(Repository) - Method in class org.springframework.extensions.jcr.support.AbstractSessionHolderProviderManager
 
getSessionProvider(Repository) - Method in class org.springframework.extensions.jcr.support.CacheableSessionHolderProviderManager
Overwrite the method to provide caching.
getStatus() - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 
getTargetRepository() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
Return the target JCR Repository that this proxy delegates to.
getTemplate() - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Return the JcrTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getTransaction() - Method in class org.springframework.extensions.jcr.jackrabbit.support.UserTxSessionHolder
 
getUserID() - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getUserID() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getUuid() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
getValueFactory() - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
getValueFactory() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
getWorkspaceName() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 

H

hashCode() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
hasPendingChanges() - Method in interface org.springframework.extensions.jcr.JcrModel2Operations
 
hasPendingChanges() - Method in class org.springframework.extensions.jcr.JcrTemplate
 

I

importXML(String, InputStream, int) - Method in interface org.springframework.extensions.jcr.JcrModel2Operations
 
importXML(String, InputStream, int) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
init() - Method in class org.springframework.extensions.jcr.config.JcrNamespaceHandler
 
init() - Method in class org.springframework.extensions.jcr.jackrabbit.config.JackrabbitNamespaceHandler
 
invoke(MethodInvocation) - Method in class org.springframework.extensions.jcr.JcrInterceptor
 
isAllowCreate() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
isAllowCreate() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
 
isAllowNonTxRepository() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
 
isDeep() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
isExistingTransaction(Object) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
isExposeNativeSession() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
isForceNamespacesRegistration() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
isKeepNewNamespaces() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
isLive() - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
isLive() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
isNoLocal() - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
isSessionThreadBound(Session, SessionFactory) - Static method in class org.springframework.extensions.jcr.SessionFactoryUtils
Return whether the given JCR Session is thread-bound that is, bound to the current thread by Spring's transaction facilities (which is used as a thread-bounding utility class).
isSingleton() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
isSingleton() - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
 
isSkipExistingNamespaces() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
isVersionable(Node) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
itemExists(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
 
itemExists(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 

J

JackrabbitNamespaceHandler - Class in org.springframework.extensions.jcr.jackrabbit.config
Jackrabbit specifc namespace handler.
JackrabbitNamespaceHandler() - Constructor for class org.springframework.extensions.jcr.jackrabbit.config.JackrabbitNamespaceHandler
 
JackrabbitSessionFactory - Class in org.springframework.extensions.jcr.jackrabbit
Jackrabbit specific JcrSessionFactory which allows registration of node types in Content node types format.
JackrabbitSessionFactory() - Constructor for class org.springframework.extensions.jcr.jackrabbit.JackrabbitSessionFactory
 
JackRabbitSessionHolderProvider - Class in org.springframework.extensions.jcr.jackrabbit.support
JackRabbit specific session holder.
JackRabbitSessionHolderProvider() - Constructor for class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitSessionHolderProvider
 
JackRabbitUserTransaction - Class in org.springframework.extensions.jcr.jackrabbit.support
JackRabbit User transaction (based on the XA Resource returned by JackRabbit).
JackRabbitUserTransaction(Session) - Constructor for class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
Create a new instance of this class.
JCR_NS - Static variable in class org.springframework.extensions.jcr.JcrConstants
 
JcrAccessor - Class in org.springframework.extensions.jcr
Base class for JcrTemplate and JcrInterceptor, defining common properties like JcrSessionFactory.
JcrAccessor() - Constructor for class org.springframework.extensions.jcr.JcrAccessor
 
jcrCacheMap - Variable in class org.springframework.extensions.jcr.JcrConstants
Cache for jcr items.
JcrCallback - Interface in org.springframework.extensions.jcr
Callback interface for Jcr code.
JcrConstants - Class in org.springframework.extensions.jcr
This class contains the some of the item names predefined by the JCR spec 1.0 (like 'jcr', 'nt', 'mix').
JcrConstants(Session, boolean) - Constructor for class org.springframework.extensions.jcr.JcrConstants
Constructor.
JcrConstants(Session) - Constructor for class org.springframework.extensions.jcr.JcrConstants
 
JcrDaoSupport - Class in org.springframework.extensions.jcr.support
Convenient class for accessing Jcr objects.
JcrDaoSupport() - Constructor for class org.springframework.extensions.jcr.support.JcrDaoSupport
 
JcrInterceptor - Class in org.springframework.extensions.jcr
This interceptor binds a new Jcr Session to the thread before a method call, closing and removing it afterwards in case of any method outcome.
JcrInterceptor() - Constructor for class org.springframework.extensions.jcr.JcrInterceptor
 
JcrModel1Operations - Interface in org.springframework.extensions.jcr
Interface used for delimiting Jcr operations based on what the underlying repository supports (in this case model 1 operations).
JcrModel2Operations - Interface in org.springframework.extensions.jcr
Interface used for delimiting Jcr operations based on what the underlying repository supports (in this case model 2 operations).
JcrNamespaceHandler - Class in org.springframework.extensions.jcr.config
NamespaceHandler for Jcr tags.
JcrNamespaceHandler() - Constructor for class org.springframework.extensions.jcr.config.JcrNamespaceHandler
 
JcrOperations - Interface in org.springframework.extensions.jcr
Interface that specifies a basic set of JCR operations.
JcrOptionalOperations - Interface in org.springframework.extensions.jcr
Interface used for delimiting Jcr operations based on what the underlying repository supports (in this case optional operations)..
JcrSessionFactory - Class in org.springframework.extensions.jcr
Jcr Session Factory.
JcrSessionFactory(Repository, String, Credentials) - Constructor for class org.springframework.extensions.jcr.JcrSessionFactory
Constructor with all the required fields.
JcrSessionFactory(Repository, String, Credentials, SessionHolderProviderManager) - Constructor for class org.springframework.extensions.jcr.JcrSessionFactory
Constructor containing all the fields available.
JcrSessionFactory() - Constructor for class org.springframework.extensions.jcr.JcrSessionFactory
Empty constructor.
JcrSystemException - Exception in org.springframework.extensions.jcr
Runtime (unchecked) exception used for wrapping the JSR-170 specific checked exceptions.
JcrSystemException(String, Throwable) - Constructor for exception org.springframework.extensions.jcr.JcrSystemException
 
JcrSystemException(Throwable) - Constructor for exception org.springframework.extensions.jcr.JcrSystemException
 
JcrTemplate - Class in org.springframework.extensions.jcr
Helper class that simplifies JCR data access code.
JcrTemplate() - Constructor for class org.springframework.extensions.jcr.JcrTemplate
 
JcrTemplate(SessionFactory) - Constructor for class org.springframework.extensions.jcr.JcrTemplate
 
JcrUtils - Class in org.springframework.extensions.jcr
Utility class for Java Content Repository.
JcrUtils() - Constructor for class org.springframework.extensions.jcr.JcrUtils
 
JcrUtils.ISO9075 - Class in org.springframework.extensions.jcr
Class used for escaping XML names which contain restricted character as defined in the JCR spec version 1.0 Section 6.2.5.2.
JcrUtils.ISO9075() - Constructor for class org.springframework.extensions.jcr.JcrUtils.ISO9075
 

L

ListSessionHolderProviderManager - Class in org.springframework.extensions.jcr.support
List based implementation of SessionHolderProviderManager.
ListSessionHolderProviderManager() - Constructor for class org.springframework.extensions.jcr.support.ListSessionHolderProviderManager
 
LocalTransactionManager - Class in org.springframework.extensions.jcr.jackrabbit
PlatformTransactionManager implementation for a single JCR SessionFactory.
LocalTransactionManager() - Constructor for class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
Create a new JcrTransactionManager instance.
LocalTransactionManager(SessionFactory) - Constructor for class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
Create a new JcrTransactionManager instance.
LOG - Static variable in class org.springframework.extensions.jcr.support.AbstractSessionHolderProviderManager
 
LOG - Static variable in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
 
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.

M

MIX_NS - Static variable in class org.springframework.extensions.jcr.JcrConstants
 
move(String, String) - Method in interface org.springframework.extensions.jcr.JcrModel2Operations
 
move(String, String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 

N

NT_NS - Static variable in class org.springframework.extensions.jcr.JcrConstants
 
ntCacheMap - Variable in class org.springframework.extensions.jcr.JcrConstants
Cache for nt and mix items.

O

OpenSessionInViewFilter - Class in org.springframework.extensions.jcr.support
Servlet 2.3 Filter that binds a JCR Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
 
OpenSessionInViewInterceptor - Class in org.springframework.extensions.jcr.support
Spring web HandlerInterceptor that binds a JCR Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
 
org.springframework.extensions.jcr - package org.springframework.extensions.jcr
 
org.springframework.extensions.jcr.config - package org.springframework.extensions.jcr.config
 
org.springframework.extensions.jcr.jackrabbit - package org.springframework.extensions.jcr.jackrabbit
 
org.springframework.extensions.jcr.jackrabbit.config - package org.springframework.extensions.jcr.jackrabbit.config
 
org.springframework.extensions.jcr.jackrabbit.support - package org.springframework.extensions.jcr.jackrabbit.support
 
org.springframework.extensions.jcr.support - package org.springframework.extensions.jcr.support
 

P

PARTICIPATE_SUFFIX - Static variable in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString representation for the "participate in existing persistence manager handling" request attribute.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
 

Q

query(Node) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
Execute a persistent query from the given node.
query(String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
Execute a query with the given strings with XPATH as default language.
query(String, String) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
Execute a query with the given strings.
query(List) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
Default method for doing multiple queries.
query(List, String, boolean) - Method in interface org.springframework.extensions.jcr.JcrModel1Operations
Utility method for executing a list of queries against the repository.
query(Node) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
query(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
query(String, String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
query(List) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
query(List, String, boolean) - Method in class org.springframework.extensions.jcr.JcrTemplate
 

R

refresh(boolean) - Method in interface org.springframework.extensions.jcr.JcrModel2Operations
 
refresh(boolean) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
registerNamespaces() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Register the namespaces.
registerNodeTypes() - Method in class org.springframework.extensions.jcr.jackrabbit.JackrabbitSessionFactory
 
registerNodeTypes() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Hook for registering node types on the underlying repository.
releaseSession(Session, SessionFactory) - Static method in class org.springframework.extensions.jcr.SessionFactoryUtils
Close the given Session, created via the given repository, if it is not managed externally (i.e.
releaseSession(Session) - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Close the given JCR Session, created via this DAO's SessionFactory, if it isn't bound to the thread.
removeLockToken(String) - Method in interface org.springframework.extensions.jcr.JcrOptionalOperations
 
removeLockToken(String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
rename(Node, String) - Method in interface org.springframework.extensions.jcr.JcrOperations
Renames a node (with the given name)
rename(Node, String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
repository - Variable in class org.springframework.extensions.jcr.RepositoryFactoryBean
The actual repository.
RepositoryFactoryBean - Class in org.springframework.extensions.jcr.jackrabbit
FactoryBean for creating a JackRabbit (JCR-170) repository through Spring configuration files.
RepositoryFactoryBean() - Constructor for class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
RepositoryFactoryBean - Class in org.springframework.extensions.jcr
Base class with common functionality for creating JCR repositories.
RepositoryFactoryBean() - Constructor for class org.springframework.extensions.jcr.RepositoryFactoryBean
 
resolveConfigurationResource() - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
resolveConfigurationResource() - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
Subclasses have to implement this method to allow specific JSR-170 implementation repository configuration.
resolveName(String, String) - Method in class org.springframework.extensions.jcr.JcrConstants
Resolve name.
RmiServerRepositoryFactoryBean - Class in org.springframework.extensions.jcr.jackrabbit
FactoryBean for creating Jackrabbit RMI remote repository.
RmiServerRepositoryFactoryBean() - Constructor for class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
rollback() - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 

S

save() - Method in interface org.springframework.extensions.jcr.JcrModel2Operations
 
save() - Method in class org.springframework.extensions.jcr.JcrTemplate
 
ServiceSessionHolderProviderManager - Class in org.springframework.extensions.jcr.support
Implementation of SessionHolderProviderManager which does dynamic discovery of the providers using the JDK 1.5+ 'Service Provider' specification.
ServiceSessionHolderProviderManager() - Constructor for class org.springframework.extensions.jcr.support.ServiceSessionHolderProviderManager
 
SessionFactory - Interface in org.springframework.extensions.jcr
Session Factory interface.
SessionFactoryUtils - Class in org.springframework.extensions.jcr
FactoryBean for instantiating a Java Content Repository.
SessionFactoryUtils() - Constructor for class org.springframework.extensions.jcr.SessionFactoryUtils
 
SessionHolder - Class in org.springframework.extensions.jcr
Holder object for Jcr Session.
SessionHolder(Session) - Constructor for class org.springframework.extensions.jcr.SessionHolder
 
SessionHolderProvider - Interface in org.springframework.extensions.jcr
SessionHolderProvider is a factory that creates a session holder for classes which require collaboration with TransactionSynchronizationManager.
SessionHolderProviderManager - Interface in org.springframework.extensions.jcr
This manager returns the approapriate sessionHolderProvider for the given repository.
setAbsPath(String) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setAllowCreate(boolean) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
setAllowCreate(boolean) - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
Set whether the Repository proxy is allowed to create a non-transactional Session when no transactional Session can be found for the current thread.
setAllowNonTxRepository(boolean) - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
Set whether the Repository proxy is accepted even if it does not support transactions which allows the functionality of thread-bound session but without the tx support.
setConfiguration(Resource) - Method in class org.springframework.extensions.jcr.RepositoryFactoryBean
 
setContentType(String) - Method in class org.springframework.extensions.jcr.jackrabbit.JackrabbitSessionFactory
Indicate the node definition content type (by default, JackrabbitNodeTypeManager#TEXT_XML).
setCounter(byte) - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 
setCredentials(Credentials) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
setDeep(boolean) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setEventListeners(EventListenerDefinition[]) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
setEventTypes(int) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setExposeNativeSession(boolean) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
setForceNamespacesRegistration(boolean) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Indicate if the given namespace registrations will override the namespace already registered in the repository under the same prefix.
setHomeDir(Resource) - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
setKeepNewNamespaces(boolean) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Indicate if the given namespace registrations will be kept (the default) when the application context closes down or if they will be unregistered.
setListener(EventListener) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setNamespacePrefix(String, String) - Method in interface org.springframework.extensions.jcr.JcrModel2Operations
 
setNamespacePrefix(String, String) - Method in class org.springframework.extensions.jcr.JcrTemplate
 
setNamespaces(Properties) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
setNodeDefinitions(Resource[]) - Method in class org.springframework.extensions.jcr.jackrabbit.JackrabbitSessionFactory
 
setNodeTypeName(String[]) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setNoLocal(boolean) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setProviders(List<SessionHolderProvider>) - Method in class org.springframework.extensions.jcr.support.ListSessionHolderProviderManager
 
setRegistry(Registry) - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
setRemoteAdapterFactory(RemoteAdapterFactory) - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
setRemoteRepository(RemoteRepository) - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
setRepository(Repository) - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
setRepository(Repository) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
setRepositoryConfig(RepositoryConfig) - Method in class org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean
 
setRmiName(String) - Method in class org.springframework.extensions.jcr.jackrabbit.RmiServerRepositoryFactoryBean
 
setRollbackOnly() - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 
setSession(Session) - Method in class org.springframework.extensions.jcr.jackrabbit.support.UserTxSessionHolder
 
setSession(Session) - Method in class org.springframework.extensions.jcr.SessionHolder
 
setSessionFactory(SessionFactory) - Method in class org.springframework.extensions.jcr.jackrabbit.LocalTransactionManager
 
setSessionFactory(SessionFactory) - Method in class org.springframework.extensions.jcr.JcrAccessor
 
setSessionFactory(SessionFactory) - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Set the JCR SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewInterceptor
Set the JCR JcrSessionFactory that should be used to create Sessions.
setSessionFactoryBeanName(String) - Method in class org.springframework.extensions.jcr.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionHolderProvider(SessionHolderProvider) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Used internally.
setSessionHolderProviderManager(SessionHolderProviderManager) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
setSkipExistingNamespaces(boolean) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Indicate if the given namespace registrations will skip already registered namespaces or not.
setTargetFactory(JcrSessionFactory) - Method in class org.springframework.extensions.jcr.TransactionAwareRepository
Set the target JCR Repository that this proxy should delegate to wrapped in a JcrSessionFactory object along with the credentials and workspace.
setTemplate(JcrTemplate) - Method in class org.springframework.extensions.jcr.support.JcrDaoSupport
Set the JcrTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setTransactionTimeout(int) - Method in class org.springframework.extensions.jcr.jackrabbit.support.JackRabbitUserTransaction
 
setUuid(String[]) - Method in class org.springframework.extensions.jcr.EventListenerDefinition
 
setWorkspaceName(String) - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
supportsLevel2(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsLocking(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsObservation(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsSQLQuery(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsTransactions(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsVersioning(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsXPathDocOrder(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 
supportsXPathPosIndex(Repository) - Static method in class org.springframework.extensions.jcr.JcrUtils
 

T

toString() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
 
TransactionAwareRepository - Class in org.springframework.extensions.jcr
This FactoryBean exposes a proxy for a target JCR Repository, returning the current thread-bound Repository (the Spring-managed transactional Repository or the single OpenPersistenceManagerInView Repository) on login(), if any.
TransactionAwareRepository() - Constructor for class org.springframework.extensions.jcr.TransactionAwareRepository
 
TransientRepositoryFactoryBean - Class in org.springframework.extensions.jcr.jackrabbit
FactoryBean for creating Jackrabbit's TransientRepository (i.e.
TransientRepositoryFactoryBean() - Constructor for class org.springframework.extensions.jcr.jackrabbit.TransientRepositoryFactoryBean
 
translateException(RepositoryException) - Static method in class org.springframework.extensions.jcr.SessionFactoryUtils
Jcr exception translator - it converts specific JSR-170 checked exceptions into unchecked Spring DA exception.
translateException(IOException) - Static method in class org.springframework.extensions.jcr.SessionFactoryUtils
Jcr exception translator - it converts specific JSR-170 checked exceptions into unchecked Spring DA exception.

U

unregisterNamespaces() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Removes the namespaces.
unregisterNodeTypes() - Method in class org.springframework.extensions.jcr.JcrSessionFactory
Hook for un-registering node types on the underlying repository.
UserTxSessionHolder - Class in org.springframework.extensions.jcr.jackrabbit.support
Extension of Session Holder which includes a UserTransaction which handles the XASession returned by the JackRabbit repository implementation.
UserTxSessionHolder(Session) - Constructor for class org.springframework.extensions.jcr.jackrabbit.support.UserTxSessionHolder
 

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

Copyright © 2009. All Rights Reserved.