mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
JavaScript AVM API enhancements. Template AVM API addition.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6049 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -142,9 +142,11 @@ public class AVMTemplateStore
|
||||
}
|
||||
|
||||
/**
|
||||
* Perform a lucene query against this store.
|
||||
*
|
||||
* @param query
|
||||
* @return
|
||||
* @param query Lucene
|
||||
*
|
||||
* @return list of AVM node objects as results - empty list if no results found
|
||||
*/
|
||||
public List<AVMTemplateNode> luceneSearch(String query)
|
||||
{
|
||||
|
Reference in New Issue
Block a user