public abstract class DirectoryNodeImpl extends AVMNodeImpl implements DirectoryNode
DEBUG| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryNodeImpl()
Default constructor.
|
protected |
DirectoryNodeImpl(AVMStore repo)
A pass through constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
directlyContains(AVMNode node)
Does this node directly contain the indicated node.
|
void |
link(java.lang.String name,
AVMNodeDescriptor toLink)
Dangerous version of link.
|
org.alfresco.util.Pair |
lookupChild(org.alfresco.repo.avm.Lookup lPath,
java.lang.String name,
boolean includeDeleted)
Lookup a child node by name.
|
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, waitgetDeletedNames, getListing, getListing, getListing, getListing, getListingDirect, getListingDirect, link, lookupChild, lookupChildEntry, putChild, removeChild, retarget, setIsRoot, turnPrimaryaddAspect, 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, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, toString, updateModTimeprotected DirectoryNodeImpl()
protected DirectoryNodeImpl(AVMStore repo)
repo - public void link(java.lang.String name,
AVMNodeDescriptor toLink)
link in interface DirectoryNodename - The name to give the child.toLink - The child to link in.public boolean directlyContains(AVMNode node)
directlyContains in interface DirectoryNodenode - The node we are checking.public org.alfresco.util.Pair lookupChild(org.alfresco.repo.avm.Lookup lPath,
java.lang.String name,
boolean includeDeleted)
lookupChild in interface DirectoryNodelPath - The lookup path so far.name - The name to lookup.includeDeleted - Whether to lookup deleted nodes.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.