Class JCRThreadFactory
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
 - 
- org.ametys.plugins.repository.jcr.DefaultTraversableAmetysObjectFactory
 - 
- org.ametys.plugins.explorer.threads.jcr.JCRThreadFactory
 
 
 
 
 
- 
- All Implemented Interfaces:
 AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class JCRThreadFactory extends DefaultTraversableAmetysObjectFactory
AmetysObjectFactoryfor handlingJCRThread. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringTHREAD_NODETYPEJCR nodetype for threads- 
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme 
 - 
 
- 
Constructor Summary
Constructors Constructor Description JCRThreadFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JCRThreadgetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.- 
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultTraversableAmetysObjectFactory
createChild, getChild, getChildren, hasChild 
- 
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, getWorkspaceNode, hasAmetysObjectForId, service 
- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
THREAD_NODETYPE
public static final String THREAD_NODETYPE
JCR nodetype for threads- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
JCRThreadFactory
public JCRThreadFactory()
 
 - 
 
- 
Method Detail
- 
getAmetysObject
public JCRThread getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
 getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
 getAmetysObjectin classDefaultTraversableAmetysObjectFactory- Parameters:
 node- the JCR node to use.parentPath- the parent Path in the Ametys hierarchy, may benullif not known yet.- Returns:
 - the object.
 - Throws:
 AmetysRepositoryException- if an error occurs.
 
 - 
 
 -