org.alfresco.repo.avm
Interface DeletedNode

All Superinterfaces:
AVMNode
All Known Implementing Classes:
DeletedNodeImpl

public interface DeletedNode
extends AVMNode

Represents a node that has been deleted.


Method Summary
 int getDeletedType()
          Get the type of node that this is a deleted placeholder for
 
Methods inherited from interface org.alfresco.repo.avm.AVMNode
addAspect, addProperties, changeAncestor, copy, copyACLs, copyACLs, 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

getDeletedType

int getDeletedType()
Get the type of node that this is a deleted placeholder for

Returns:
The type of node that was deleted.


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