Class QueryFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
org.ametys.plugins.queriesdirectory.QueryFactory
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
AmetysObjectFactory for handling Querys.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentTypeExtensionPointContent type extension pointprotected GroupManagerGroup managerprotected ModelThe Query modelprotected QueryDAOThe Query DAOstatic final StringJCR nodetype for queryFields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelCreates the query modelgetAmetysObject(javax.jcr.Node node, String parentPath) Creates aAmetysObjectfrom a persistent JCR node.getModel()Retrieves the query modelvoidservice(ServiceManager manager) Methods 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
-
Field Details
-
QUERY_NODETYPE
JCR nodetype for query- See Also:
-
_groupManager
Group manager -
_cTypeEP
Content type extension point -
_queryDAO
The Query DAO -
_model
The Query model
-
-
Constructor Details
-
QueryFactory
public QueryFactory()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classDefaultAmetysObjectFactory- Throws:
ServiceException
-
getAmetysObject
public Query 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 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.
-
getModel
Retrieves the query model- Returns:
- the query model
-
_createQueryModel
Creates the query model- Returns:
- the created model
- Throws:
AmetysRepositoryException- if an error occurs.
-