A B C D E F G H I J L N O P R S

A

AbstractSeamRepositoryImpl - Class in org.jboss.seam.jcr.repository
Decorates a Repository object
AbstractSeamRepositoryImpl(Repository) - Constructor for class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
ALL_EVENTS - Static variable in class org.jboss.seam.jcr.EventListenerConfig
 

B

buildParameters(JcrConfiguration, JcrConfiguration.List) - Method in class org.jboss.seam.jcr.repository.RepositoryResolverImpl
 

C

cleanSession(Session) - Method in class org.jboss.seam.jcr.repository.RepositoryResolverImpl
 
convertNodeToObject(Node, Class<?>, Object) - Method in class org.jboss.seam.jcr.ocm.NodeConverter
 
createSessionFromParameters(JcrConfiguration, JcrConfiguration.List) - Method in class org.jboss.seam.jcr.repository.RepositoryResolverImpl
 
createSessionFromParameters(JcrConfiguration, JcrConfiguration.List, Map<String, String>) - Method in class org.jboss.seam.jcr.repository.RepositoryResolverImpl
 

D

DEFAULT - Static variable in class org.jboss.seam.jcr.EventListenerConfig
Default config, if none is specified

E

EventListenerConfig - Class in org.jboss.seam.jcr
JCR Event listener configuration
EventListenerConfig(String, boolean, int, boolean, String[], String[]) - Constructor for class org.jboss.seam.jcr.EventListenerConfig
 

F

findMapping(String) - Method in class org.jboss.seam.jcr.ocm.OCMMappingStore
 
findMapping(Class<?>) - Method in class org.jboss.seam.jcr.ocm.OCMMappingStore
 

G

getAbsPath() - Method in class org.jboss.seam.jcr.EventListenerConfig
 
getDescriptor(String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
getDescriptorKeys() - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
getDescriptorValue(String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
getDescriptorValues(String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
getEventTypes() - Method in class org.jboss.seam.jcr.EventListenerConfig
 
getFieldsToProperties() - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
getMappingsByClass() - Method in class org.jboss.seam.jcr.ocm.OCMMappingStore
 
getMappingsByNode() - Method in class org.jboss.seam.jcr.ocm.OCMMappingStore
 
getNodeClass() - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
getNodeType() - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
getNodeTypeName() - Method in class org.jboss.seam.jcr.EventListenerConfig
 
getOCMMappingStore() - Method in class org.jboss.seam.jcr.ocm.JcrOCMExtension
 
getPropertiesToFields() - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
getRepository() - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
getUuid() - Method in class org.jboss.seam.jcr.EventListenerConfig
 

H

handleConvertToNode(ConvertToNode) - Method in class org.jboss.seam.jcr.ocm.NodeConverter
 
handleConvertToObjectRequest(ConvertToObject) - Method in class org.jboss.seam.jcr.ocm.NodeConverter
 

I

INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.NodeAddedLiteral
 
INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.NodeMovedLiteral
 
INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.NodeRemovedLiteral
 
INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.PersistLiteral
 
INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.PropertyAddedLiteral
 
INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.PropertyChangedLiteral
 
INSTANCE - Static variable in class org.jboss.seam.jcr.annotations.events.PropertyRemovedLiteral
 
isDeep() - Method in class org.jboss.seam.jcr.EventListenerConfig
 
isNoLocal() - Method in class org.jboss.seam.jcr.EventListenerConfig
 
isSingleValueDescriptor(String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
isStandardDescriptor(String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 

J

JcrCDIEventListener - Class in org.jboss.seam.jcr
JCR EventListener for CDI
JcrCDIEventListener(BeanManager) - Constructor for class org.jboss.seam.jcr.JcrCDIEventListener
 
JcrExtension - Class in org.jboss.seam.jcr
I doubt this extension will be necessary, at least until we start more bootstrapping.
JcrExtension() - Constructor for class org.jboss.seam.jcr.JcrExtension
 
JcrOCMExtension - Class in org.jboss.seam.jcr.ocm
An extension responsible for finding and binding JcrNodes into metadata to be used for mapping classes to interfaces.
JcrOCMExtension() - Constructor for class org.jboss.seam.jcr.ocm.JcrOCMExtension
 

L

login(Credentials, String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
login(Credentials) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
login(String) - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
login() - Method in class org.jboss.seam.jcr.repository.AbstractSeamRepositoryImpl
 
login() - Method in class org.jboss.seam.jcr.repository.SeamEventRepositoryImpl
 
login(Credentials) - Method in class org.jboss.seam.jcr.repository.SeamEventRepositoryImpl
 
login(String) - Method in class org.jboss.seam.jcr.repository.SeamEventRepositoryImpl
 
login(Credentials, String) - Method in class org.jboss.seam.jcr.repository.SeamEventRepositoryImpl
 

N

NodeAddedLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for NodeAdded events
NodeAddedLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.NodeAddedLiteral
 
NodeConverter - Class in org.jboss.seam.jcr.ocm
 
NodeConverter() - Constructor for class org.jboss.seam.jcr.ocm.NodeConverter
 
NodeMovedLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for NodeMoved events
NodeMovedLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.NodeMovedLiteral
 
NodeRemovedLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for NodeRemoved events
NodeRemovedLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.NodeRemovedLiteral
 
nodeToObject(Node, Class<T>) - Method in class org.jboss.seam.jcr.ocm.NodeConverter
 

O

objectToNode(T, Node) - Method in class org.jboss.seam.jcr.ocm.NodeConverter
 
OCMMapping - Class in org.jboss.seam.jcr.ocm
 
OCMMapping() - Constructor for class org.jboss.seam.jcr.ocm.OCMMapping
 
OCMMappingStore - Class in org.jboss.seam.jcr.ocm
 
OCMMappingStore() - Constructor for class org.jboss.seam.jcr.ocm.OCMMappingStore
 
onEvent(EventIterator) - Method in class org.jboss.seam.jcr.JcrCDIEventListener
Fired by the JCR spec
org.jboss.seam.jcr - package org.jboss.seam.jcr
 
org.jboss.seam.jcr.annotations.events - package org.jboss.seam.jcr.annotations.events
 
org.jboss.seam.jcr.ocm - package org.jboss.seam.jcr.ocm
 
org.jboss.seam.jcr.repository - package org.jboss.seam.jcr.repository
 

P

PersistLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for Persist events
PersistLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.PersistLiteral
 
produceRepository(InjectionPoint) - Method in class org.jboss.seam.jcr.repository.RepositoryResolverImpl
Produces a repository based on the injection point.
produceSession(InjectionPoint) - Method in class org.jboss.seam.jcr.repository.RepositoryResolverImpl
 
PropertyAddedLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for PropertyAdded events
PropertyAddedLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.PropertyAddedLiteral
 
PropertyChangedLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for PropertyChanged events
PropertyChangedLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.PropertyChangedLiteral
 
PropertyRemovedLiteral - Class in org.jboss.seam.jcr.annotations.events
An AnnotationLiteral for PropertyRemoved events
PropertyRemovedLiteral() - Constructor for class org.jboss.seam.jcr.annotations.events.PropertyRemovedLiteral
 

R

registerOCMNodes(ProcessAnnotatedType<?>) - Method in class org.jboss.seam.jcr.ocm.JcrOCMExtension
 
RepositoryResolverImpl - Class in org.jboss.seam.jcr.repository
Resolves Extension Managed Repository objects
RepositoryResolverImpl() - Constructor for class org.jboss.seam.jcr.repository.RepositoryResolverImpl
 

S

SeamEventRepositoryImpl - Class in org.jboss.seam.jcr.repository
Implementation of AbstractSeamRepositoryImpl that register a CDI enabled EventListener on Session objects
SeamEventRepositoryImpl(Repository, EventListenerConfig, JcrCDIEventListener) - Constructor for class org.jboss.seam.jcr.repository.SeamEventRepositoryImpl
 
setFieldsToProperties(Map<String, String>) - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
setNodeClass(Class<?>) - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
setNodeType(String) - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 
setPropertiesToFields(Map<String, Field>) - Method in class org.jboss.seam.jcr.ocm.OCMMapping
 

A B C D E F G H I J L N O P R S

Copyright © 2013 Seam Framework. All Rights Reserved.