mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-4144 Add support for getting categories in ES by allowing access to the prefix helper method.
This commit is contained in:
@@ -279,7 +279,7 @@ public abstract class AbstractCategoryServiceImpl implements CategoryService
|
|||||||
|
|
||||||
HashMap<String, String> prefixLookup = new HashMap<String, String>();
|
HashMap<String, String> prefixLookup = new HashMap<String, String>();
|
||||||
|
|
||||||
private String getPrefix(String uri)
|
protected String getPrefix(String uri)
|
||||||
{
|
{
|
||||||
String prefix = prefixLookup.get(uri);
|
String prefix = prefixLookup.get(uri);
|
||||||
if (prefix == null)
|
if (prefix == null)
|
||||||
|
Reference in New Issue
Block a user