| Package | Description |
|---|---|
| org.alfresco.repo.avm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayeredDirectoryNode
Interface for Layered Directories.
|
interface |
PlainDirectoryNode
Interface for PlainDirectoryNodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryNodeImpl
Base class for Directories.
|
class |
LayeredDirectoryNodeImpl
A layered directory node.
|
class |
PlainDirectoryNodeImpl
A plain directory.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryNode |
AVMNodeDAO.getAVMStoreRoot(AVMStore store,
int version)
Get the root of a particular version.
|
DirectoryNode |
ChildKey.getParent()
Get the parent.
|
DirectoryNode |
VersionRoot.getRoot() |
DirectoryNode |
VersionRootImpl.getRoot() |
DirectoryNode |
AVMStore.getRoot()
Get the root directory of this AVMStore.
|
DirectoryNode |
AVMStoreImpl.getRoot()
Get the root directory.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChildEntryDAO.existsParentChild(DirectoryNode parent,
AVMNode child)
Does the entry exist for a given child in a given parent.
|
List<ChildEntry> |
ChildEntryDAO.getByParent(DirectoryNode parent,
String childNamePattern)
Get all the children of a given parent.
|
void |
AVMStore.setNewRoot(DirectoryNode root)
Set a new root for this store.
|
void |
AVMStoreImpl.setNewRoot(DirectoryNode root)
Set a new root for this.
|
void |
ChildKey.setParent(DirectoryNode parent)
Set the parent.
|
void |
VersionRoot.setRoot(DirectoryNode root) |
void |
VersionRootImpl.setRoot(DirectoryNode root) |
void |
AVMStoreImpl.setRoot(DirectoryNode root)
Set the root directory.
|
| Constructor and Description |
|---|
ChildKey(DirectoryNode parent,
String name)
Construct one with parameters.
|
LayeredDirectoryNodeImpl(DirectoryNode dir,
AVMStore store,
org.alfresco.repo.avm.Lookup srcLookup,
String name,
Long inheritedAcl,
ACLCopyMode mode)
Create a new layered directory based on a directory we are being named from that is in not in the layer of the
source lookup.
|
VersionRootImpl(AVMStore store,
DirectoryNode root,
int versionID,
long createDate,
String creator,
String tag,
String description)
Rich constructor.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.