Class ModifiableDefaultWebContentFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
org.ametys.cms.repository.ContentFactory
org.ametys.web.repository.content.jcr.DefaultWebContentFactory
org.ametys.web.repository.content.jcr.ModifiableDefaultWebContentFactory
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,DeferredServiceable,Component,Configurable,LogEnabled,Serviceable
AmetysObjectFactory handling ModifiableWebContent.-
Field Summary
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmetysObject(javax.jcr.Node node, String parentPath) Creates aAmetysObjectfrom a persistent JCR node.Methods inherited from class org.ametys.web.repository.content.jcr.DefaultWebContentFactory
createChild, getChild, getChildren, hasChild, resolveAmetysObject, serviceMethods inherited from class org.ametys.cms.repository.ContentFactory
createChild, deferredService, getChild, getChildren, getContentDataHelper, getContentHelper, getContentSaxer, getInternalDataTypesExtensionPoint, getSystemPropertyExtensionPoint, hasChildMethods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNodeMethods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForIdMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
ModifiableDefaultWebContentFactory
public ModifiableDefaultWebContentFactory()
-
-
Method Details
-
getAmetysObject
public ModifiableDefaultWebContent getAmetysObject(javax.jcr.Node node, String parentPath) throws AmetysRepositoryException Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classDefaultWebContentFactory- 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.
-