Class JCRResourceFactory
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
 - 
- org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
 - 
- org.ametys.plugins.explorer.resources.jcr.JCRResourceFactory
 
 
 
 
 
- 
- All Implemented Interfaces:
 AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class JCRResourceFactory extends DefaultAmetysObjectFactory
AmetysObjectFactoryfor handlingJCRResources. 
- 
- 
Field Summary
Fields Modifier and Type Field Description private LockComponent_lockComponentstatic StringRESOURCES_NODETYPEJCR nodetype for resources collection- 
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme 
 - 
 
- 
Constructor Summary
Constructors Constructor Description JCRResourceFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JCRResourcegetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.(package private) LockComponentgetLockComponent()(package private) AmetysObjectResolvergetResolver()- 
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNode, service 
- 
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForId 
- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
RESOURCES_NODETYPE
public static final String RESOURCES_NODETYPE
JCR nodetype for resources collection- See Also:
 - Constant Field Values
 
 
- 
_lockComponent
private LockComponent _lockComponent
 
 - 
 
- 
Constructor Detail
- 
JCRResourceFactory
public JCRResourceFactory()
 
 - 
 
- 
Method Detail
- 
getAmetysObject
public JCRResource getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
 getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
 getAmetysObjectin classDefaultAmetysObjectFactory- 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.
 
- 
getResolver
AmetysObjectResolver getResolver()
 
- 
getLockComponent
LockComponent getLockComponent()
 
 - 
 
 -