| Package | Description |
|---|---|
| org.alfresco.repo.avm |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildEntryImpl
An entry in a directory.
|
| Modifier and Type | Method and Description |
|---|---|
ChildEntry |
ChildEntryDAO.get(ChildKey key)
Get an entry by name and parent.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChildEntry> |
ChildEntryDAO.getByChild(AVMNode child)
Get all the ChildEntries corresponding to the given child.
|
List<ChildEntry> |
ChildEntryDAO.getByParent(DirectoryNode parent,
String childNamePattern)
Get all the children of a given parent.
|
org.alfresco.util.Pair<ChildEntry,Boolean> |
DirectoryNode.lookupChildEntry(org.alfresco.repo.avm.Lookup lPath,
String name,
boolean includeDeleted)
Lookup a child entry.
|
org.alfresco.util.Pair<ChildEntry,Boolean> |
PlainDirectoryNodeImpl.lookupChildEntry(org.alfresco.repo.avm.Lookup lPath,
String name,
boolean includeDeleted)
Lookup a child entry by name.
|
org.alfresco.util.Pair<ChildEntry,Boolean> |
LayeredDirectoryNodeImpl.lookupChildEntry(org.alfresco.repo.avm.Lookup lPath,
String name,
boolean includeDeleted)
Lookup a child entry by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildEntryDAO.delete(ChildEntry child)
Delete one.
|
void |
ChildEntryDAO.evict(ChildEntry entry)
Deprecated.
|
void |
ChildEntryDAO.save(ChildEntry entry)
Save an unsaved ChildEntry.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.