| Package | Description |
|---|---|
| org.alfresco.repo.avm |
| Modifier and Type | Method and Description |
|---|---|
ChildKey |
ChildEntry.getKey()
Get the ChildKey for this ChildEntry.
|
ChildKey |
ChildEntryImpl.getKey()
Get the ChildKey for this ChildEntry.
|
| Modifier and Type | Method and Description |
|---|---|
ChildEntry |
ChildEntryDAO.get(ChildKey key)
Get an entry by name and parent.
|
void |
ChildEntryDAO.rename(ChildKey key,
String newName)
Rename a child entry (specific rename 'case' only)
|
void |
ChildEntry.setKey(ChildKey key)
Set the key for this ChildEntry.
|
void |
ChildEntryImpl.setKey(ChildKey key)
Set the key for this ChildEntry.
|
| Constructor and Description |
|---|
ChildEntryImpl(ChildKey key,
AVMNode child)
Make up a brand new entry.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.