. 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:
Kevin Roast
2006-10-02 17:53:54 +00:00
parent 0dc8a68d44
commit 443aaf3419
5 changed files with 46 additions and 9 deletions

View File

@@ -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.