Uses of Class
org.alfresco.cmis.dsl.QueryExecutor
-
Packages that use QueryExecutor Package Description org.alfresco.cmis org.alfresco.cmis.dsl -
-
Uses of QueryExecutor in org.alfresco.cmis
Methods in org.alfresco.cmis that return QueryExecutor Modifier and Type Method Description QueryExecutorCmisWrapper. withQuery(java.lang.String query)Pass a string CMIS query, that will be handled byQueryExecutorusingSession.query(String, boolean) -
Uses of QueryExecutor in org.alfresco.cmis.dsl
Methods in org.alfresco.cmis.dsl that return QueryExecutor Modifier and Type Method Description QueryExecutorQueryExecutor. applyNodeRefsFrom(org.alfresco.utility.data.provider.XMLTestData testData)Call getNodeRef on each test data item used in test and replace that with NODE_REF keywords in your Query
-