public class DeletedNodeImpl extends AVMNodeImpl implements DeletedNode
DEBUG| Constructor and Description |
|---|
DeletedNodeImpl()
Default constructor.
|
DeletedNodeImpl(AVMStore store,
Acl acl)
Create a new one from scratch.
|
DeletedNodeImpl(DeletedNode other,
AVMStore store,
java.lang.Long parentAcl,
ACLCopyMode mode) |
| Modifier and Type | Method and Description |
|---|---|
AVMNode |
copy(org.alfresco.repo.avm.Lookup lPath)
This is only called rarely.
|
int |
getDeletedType()
Getter.
|
AVMNodeDescriptor |
getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get a descriptor.
|
AVMNodeDescriptor |
getDescriptor(org.alfresco.repo.avm.Lookup lPath,
java.lang.String name)
Get a descriptor.
|
AVMNodeDescriptor |
getDescriptor(java.lang.String parentPath,
java.lang.String name,
java.lang.String parentIndirection,
int parentIndirectionVersion)
Get a descriptor.
|
int |
getType()
Get the type of this node.
|
void |
setDeletedType(int type)
Setter.
|
java.lang.String |
toString(org.alfresco.repo.avm.Lookup lPath)
Get a descriptive string representation.
|
addAspect, addProperties, changeAncestor, checkReadOnly, copyACLs, copyACLs, copyACLs, copyACLs, copyAspects, copyCreationAndOwnerBasicAttributes, copyMetaDataFrom, copyProperties, deleteProperties, deleteProperty, equals, getAcl, getAncestor, getAspects, getBasicAttributes, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getVers, getVersionID, hashCode, removeAspect, setAcl, setAncestor, setAspects, setBasicAttributes, setGuid, setId, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVers, setVersionID, toString, updateModTimeclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAspect, addProperties, changeAncestor, copyACLs, copyACLs, copyMetaDataFrom, deleteProperties, deleteProperty, getAcl, getAncestor, getAspects, getBasicAttributes, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getVersionID, removeAspect, setAcl, setAncestor, setGuid, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, updateModTimepublic DeletedNodeImpl()
public DeletedNodeImpl(AVMStore store, Acl acl)
store - The store it's being created in.public DeletedNodeImpl(DeletedNode other, AVMStore store, java.lang.Long parentAcl, ACLCopyMode mode)
public void setDeletedType(int type)
public int getDeletedType()
getDeletedType in interface DeletedNodepublic AVMNode copy(org.alfresco.repo.avm.Lookup lPath)
public AVMNodeDescriptor getDescriptor(org.alfresco.repo.avm.Lookup lPath, java.lang.String name)
getDescriptor in interface AVMNodelPath - The Lookup to this node's parent.name - The name of this node.public AVMNodeDescriptor getDescriptor(org.alfresco.repo.avm.Lookup lPath)
getDescriptor in interface AVMNodelPath - The full Lookup to this.public AVMNodeDescriptor getDescriptor(java.lang.String parentPath, java.lang.String name, java.lang.String parentIndirection, int parentIndirectionVersion)
getDescriptor in interface AVMNodeparentPath - name - parentIndirection - Ignored.parentIndirectionVersion - The indirection version of the parent.public int getType()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.