Skip to content
Daniel Gradecak edited this page Aug 27, 2019 · 4 revisions

A staticly typed query builder for Alfresco search services.

As of v7 QueryTemplate and mappers are being @deprecated in favor of the new Alfresco REST API services on the repository side.

new Query().type(ContentModel.TYPE_CONTENT).or().property(ContentModel.PROP_NAME).exact("MyTitle.xls")...

There is also a mapper mechanism that allows mapping Alfresco nodes and properties to POJO classes

beanPropertiesMapperUtil.mapResultSet(resultSet, CmFolder.class)

Alfresco @MVC

Clone this wiki locally