mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-3613 ALF-3659 Share search screen refactor:
- added back site specific search, based on new design from Linton - sort field menu - sort for basic properties and TYPE now work (still need to fix up pseudo cm:content props) - optimizations to reduce number of remote calls a page makes to resolve Site Title from siteid git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20920 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -156,6 +156,17 @@ public final class ScriptUtils extends BaseScopableProcessorExtension
|
|||||||
return createQName(s).toPrefixString(services.getNamespaceService());
|
return createQName(s).toPrefixString(services.getNamespaceService());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Given a short-form QName string, this method returns the fully qualified QName string.
|
||||||
|
*
|
||||||
|
* @param s Short form QName string, e.g. "cm:content"
|
||||||
|
* @return Fully qualified QName string
|
||||||
|
*/
|
||||||
|
public String longQName(String s)
|
||||||
|
{
|
||||||
|
return createQName(s).toString();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper to create a QName from either a fully qualified or short-name QName string
|
* Helper to create a QName from either a fully qualified or short-name QName string
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user