mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
13700: ETHREEOH-1724 - Site finder does not search site names git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13708 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -483,6 +483,18 @@ public abstract class BaseContentNode implements TemplateContent
|
||||
return (o instanceof TemplateContentData);
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper to return true if the supplied property value is a TemplateNodeRef object
|
||||
*
|
||||
* @param o Object to test
|
||||
*
|
||||
* @return true if instanceof isTemplateNodeRef, false otherwise
|
||||
*/
|
||||
public boolean isTemplateNodeRef(Object o)
|
||||
{
|
||||
return (o instanceof TemplateNodeRef);
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------------
|
||||
// Inner classes
|
||||
|
Reference in New Issue
Block a user