mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
79326: Merged EOL to HEAD-BUG-FIX (5.0/Cloud) 79090: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0 - Removed references to http://www.jcp.org/jcr (left in web-scripts-application-context.xml and multiple versions of opencmis-gnamefilter-context.xml) 78990: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0 - Removing references to "jcr-xpath" - Biggest changes were to: DocumentNavigator, NodeServiceXPath and NodeSearcher - SearcherComponentTest has a lot of tests removed that appeared to be JCR specific - There are still a lot of namespace references in XML files to http://www.jcp.org/jcr/1.0 etc. - Left a few references to "JSR 170" and JCR in java classes as they looked like they might be common with other bits. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82708 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -68,20 +68,6 @@ import org.springframework.extensions.webscripts.WebScriptRequest;
|
||||
*/
|
||||
public class NodeBrowserScript extends DeclarativeWebScript
|
||||
{
|
||||
/** available query languages */
|
||||
private static List<String> queryLanguages = new ArrayList<String>();
|
||||
static
|
||||
{
|
||||
queryLanguages.add("storeroot");
|
||||
queryLanguages.add("noderef");
|
||||
queryLanguages.add(SearchService.LANGUAGE_XPATH);
|
||||
queryLanguages.add(SearchService.LANGUAGE_LUCENE);
|
||||
queryLanguages.add(SearchService.LANGUAGE_FTS_ALFRESCO);
|
||||
queryLanguages.add(SearchService.LANGUAGE_CMIS_STRICT);
|
||||
queryLanguages.add(SearchService.LANGUAGE_CMIS_ALFRESCO);
|
||||
queryLanguages.add(SearchService.LANGUAGE_JCR_XPATH);
|
||||
}
|
||||
|
||||
private Long searchElapsedTime = null;
|
||||
|
||||
// stores and node
|
||||
|
Reference in New Issue
Block a user