org.alfresco.repo.avm
Interface LayeredFileNode

All Superinterfaces:
AVMNode, FileNode, Layered
All Known Implementing Classes:
LayeredFileNodeImpl

public interface LayeredFileNode
extends FileNode, Layered

Interface for a layered file node.


Method Summary
 LayeredFileNode copyLiterally(org.alfresco.repo.avm.Lookup lookup)
          Make a copy of this node that is a LayeredFileNode.
 java.lang.Integer getIndirectionVersion()
          Get the indirection version.
 
Methods inherited from interface org.alfresco.repo.avm.FileNode
getContentData, setContentData
 
Methods inherited from interface org.alfresco.repo.avm.AVMNode
addAspect, addProperties, changeAncestor, copy, copyMetaDataFrom, deleteProperties, deleteProperty, getAcl, getAncestor, getAspects, getBasicAttributes, getDescriptor, getDescriptor, getDescriptor, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getType, getVersionID, removeAspect, setAcl, setAncestor, setGuid, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, toString, updateModTime
 
Methods inherited from interface org.alfresco.repo.avm.Layered
getIndirection, getUnderlying, getUnderlyingVersion, setIndirectionVersion
 
Methods inherited from interface org.alfresco.repo.avm.AVMNode
addAspect, addProperties, changeAncestor, copy, copyMetaDataFrom, deleteProperties, deleteProperty, getAcl, getAncestor, getAspects, getBasicAttributes, getDescriptor, getDescriptor, getDescriptor, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getType, getVersionID, removeAspect, setAcl, setAncestor, setGuid, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, toString, updateModTime
 

Method Detail

getIndirectionVersion

java.lang.Integer getIndirectionVersion()
Get the indirection version.

Returns:
The indirection version.

copyLiterally

LayeredFileNode copyLiterally(org.alfresco.repo.avm.Lookup lookup)
Make a copy of this node that is a LayeredFileNode.

Parameters:
lookup - The context.
Returns:
The copy.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.