Package org.ametys.odf.program
Class ContainerFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>
,JCRAmetysObjectFactory<SimpleAmetysObject>
,Component
,Configurable
,LogEnabled
,Serviceable
public class ContainerFactory extends ProgramPartFactory
ContainerFactory
for handlingContainer
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTAINER_CONTENT_TYPE
Program
content typestatic String
CONTAINER_NODETYPE
Program
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 ContainerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Container
getAmetysObject(Node node, String parentPath)
Creates aAmetysObject
from a persistent JCR node.void
service(ServiceManager manager)
-
Methods inherited from class org.ametys.cms.repository.ContentFactory
createChild, getChild, getChildren, getContentDataHelper, getContentHelper, getContentSaxer, getInternalDataTypesExtensionPoint, 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 Detail
-
CONTAINER_NODETYPE
public static final String CONTAINER_NODETYPE
Program
nodetype for resources collection- See Also:
- Constant Field Values
-
CONTAINER_CONTENT_TYPE
public static final String CONTAINER_CONTENT_TYPE
Program
content type- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ContainerFactory
public ContainerFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classProgramPartFactory
- Throws:
ServiceException
-
getAmetysObject
public Container getAmetysObject(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 classModifiableContentFactory
- 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.
-
-