-
Notifications
You must be signed in to change notification settings - Fork 10
QueryTemplate
Daniel Gradecak edited this page Jun 12, 2024
·
4 revisions
Removed as of version 8.0.0
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)