mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Removed addition of TITLED and UIFACETS aspects to files and folders during import/create
- now added "on demand" during first display of Details dialog as otherwise performance issues make a website import unfeasible: git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3994 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -80,6 +80,16 @@ public class AVMNode implements Map<String, Object>
|
||||
{
|
||||
return AVMNodeConverter.ToNodeRef(this.version, this.path);
|
||||
}
|
||||
|
||||
public boolean isDirectory()
|
||||
{
|
||||
return this.avmRef.isDirectory();
|
||||
}
|
||||
|
||||
public boolean isFile()
|
||||
{
|
||||
return this.avmRef.isFile();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return All the properties known about this node.
|
||||
|
Reference in New Issue
Block a user