|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.AVMNodeImpl
org.alfresco.repo.avm.DeletedNodeImpl
public class DeletedNodeImpl
Place holder for a deleted node.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.avm.AVMNodeImpl |
---|
DEBUG |
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.alfresco.repo.avm.AVMNodeImpl |
---|
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, updateModTime |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.avm.AVMNode |
---|
addAspect, 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, updateModTime |
Constructor Detail |
---|
public 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)
Method Detail |
---|
public void setDeletedType(int type)
public int getDeletedType()
getDeletedType
in interface DeletedNode
public AVMNode copy(org.alfresco.repo.avm.Lookup lPath)
copy
in interface AVMNode
lPath
- The Lookup for this node.
public AVMNodeDescriptor getDescriptor(org.alfresco.repo.avm.Lookup lPath, java.lang.String name)
getDescriptor
in interface AVMNode
lPath
- 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 AVMNode
lPath
- 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 AVMNode
parentPath
- name
- parentIndirection
- Ignored.parentIndirectionVersion
- The indirection version of the parent.
public int getType()
getType
in interface AVMNode
public java.lang.String toString(org.alfresco.repo.avm.Lookup lPath)
toString
in interface AVMNode
lPath
- The lookup we've been found through.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |