Package org.ametys.plugins.glossary
Class DefaultDefinitionFactory
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
-
- org.ametys.plugins.glossary.DefaultDefinitionFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class DefaultDefinitionFactory extends SimpleAmetysObjectFactory
Factory which createsDefinitionobjects, which represent a word definition entry in the glossary.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFINITION_NODE_TYPEThe definition node type.static StringDEFINITION_ROOT_NODE_TYPEThe definition container node type.-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description DefaultDefinitionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultDefinitiongetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.-
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
-
DEFINITION_ROOT_NODE_TYPE
public static final String DEFINITION_ROOT_NODE_TYPE
The definition container node type.- See Also:
- Constant Field Values
-
DEFINITION_NODE_TYPE
public static final String DEFINITION_NODE_TYPE
The definition node type.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultDefinitionFactory
public DefaultDefinitionFactory()
-
-
Method Detail
-
getAmetysObject
public DefaultDefinition getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException, RepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classSimpleAmetysObjectFactory- 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.RepositoryException- if a JCR error occurs.
-
-