- Summary information for a staging area based on the AVMStoreDescriptor
 - More work on the Modified Files list
 - Framework and components for actions against AVM content and folders

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3855 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-09-19 21:42:08 +00:00
parent d6f9673913
commit 27f88a31c2
14 changed files with 409 additions and 96 deletions

View File

@@ -51,11 +51,21 @@ public class AVMNode implements Map<String, Object>
public AVMNode(AVMNodeDescriptor avmRef)
{
this.avmRef = avmRef;
this.version = -1; // TODO: why does avmNode.getVersionID() return 1?
this.version = -1; // TODO: always 1 for now...
this.path = avmRef.getPath();
getProperties();
}
public String getPath()
{
return this.path;
}
public int getVersion()
{
return this.version;
}
/**
* @return All the properties known about this node.