mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added accessors for node history. Added those to console.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3135 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -24,10 +24,9 @@ interface FileNode extends AVMNode
|
||||
{
|
||||
/**
|
||||
* Get the content object associated with this node, for reading.
|
||||
* @param version The version to get in.
|
||||
* @return A FileContent object.
|
||||
*/
|
||||
public FileContent getContentForRead(Repository repo);
|
||||
public FileContent getContentForRead();
|
||||
|
||||
/**
|
||||
* Get the content object for writing. This will do COW
|
||||
|
Reference in New Issue
Block a user