Class DefaultSharedContentFactory
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.DefaultSharedContentFactory
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>
,JCRAmetysObjectFactory<SimpleAmetysObject>
,Component
,Configurable
,LogEnabled
,Serviceable
AmetysObjectFactory
which handles DefaultSharedContent
s.-
Field Summary
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmetysObject
(javax.jcr.Node node, String parentPath) Creates aAmetysObject
from a persistent JCR node.<A extends AmetysObject>
AresolveAmetysObject
(javax.jcr.Node node) Resolves anAmetysObject
from a node.Methods inherited from class org.ametys.web.repository.content.jcr.DefaultWebContentFactory
createChild, getChild, getChildren, getContentSaxer, hasChild, service
Methods inherited from class org.ametys.cms.repository.ContentFactory
createChild, getChild, getChildren, getContentDataHelper, getContentHelper, getContentTypeExtensionPoint, getInternalDataTypesExtensionPoint, getSystemPropertyExtensionPoint, hasChild
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNode
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 Details
-
SHARED_CONTENT_NODETYPE
The shared content nodetype.- See Also:
-
-
Constructor Details
-
DefaultSharedContentFactory
public DefaultSharedContentFactory()
-
-
Method Details
-
getAmetysObject
public DefaultSharedContent getAmetysObject(javax.jcr.Node node, String parentPath) throws AmetysRepositoryException Description copied from interface:JCRAmetysObjectFactory
Creates aAmetysObject
from a persistent JCR node.- Specified by:
getAmetysObject
in interfaceJCRAmetysObjectFactory<SimpleAmetysObject>
- Overrides:
getAmetysObject
in classDefaultWebContentFactory
- Parameters:
node
- the JCR node to use.parentPath
- the parent Path in the Ametys hierarchy, may benull
if not known yet.- Returns:
- the object.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
resolveAmetysObject
public <A extends AmetysObject> A resolveAmetysObject(javax.jcr.Node node) throws AmetysRepositoryException, javax.jcr.RepositoryException Description copied from class:DefaultWebContentFactory
Resolves anAmetysObject
from a node.- Overrides:
resolveAmetysObject
in classDefaultWebContentFactory
- Type Parameters:
A
- the actual type ofAmetysObject
.- Parameters:
node
- the node.- Returns:
- the
AmetysObject
resolved. - Throws:
AmetysRepositoryException
- if an error occurs.javax.jcr.RepositoryException
- if a JCR error occurs.
-