We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A staticly typed query builder for Alfresco search services
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)