| Interface | Description |
|---|---|
| AVMNode |
The Interface for versionable objects.
|
| AVMNodeDAO |
DAO for AVMNodes interface.
|
| AVMNodeType |
This defines the different types of FolderEntrys.
|
| AVMStore |
The store interface.
|
| AVMStoreDAO |
DAO for Repositories.
|
| AVMStoreProperty |
Arbitrary properties associated with AVMStores.
|
| AVMStorePropertyDAO |
The DAO interface for AVMStoreProperties.
|
| BasicAttributes |
Ownership, timestamps, later perhaps ACLs
|
| ChildEntry |
This interface represents an entry in a directory.
|
| ChildEntryDAO |
DAO for ChildEntries.
|
| CreateStoreCallback |
Interface for listeners to new store events.
|
| CreateVersionCallback |
Callback interface for those interested in new version creation.
|
| DeletedNode |
Represents a node that has been deleted.
|
| DirectoryNode |
The interface for Directory Nodes.
|
| FileNode |
Interface for the generic idea of a file.
|
| Layered |
Layered nodes share these methods.
|
| LayeredDirectoryNode |
Interface for Layered Directories.
|
| LayeredFileNode |
Interface for a layered file node.
|
| LookupCache |
All lookup traffic goes through here.
|
| PlainDirectoryNode |
Interface for PlainDirectoryNodes.
|
| PlainFileNode |
Interface for Plain file nodes.
|
| PurgeStoreCallback |
Callback interface for those interested in store purges.
|
| PurgeVersionCallback |
A Callback interface for those interested in versions being purged.
|
| VersionLayeredNodeEntry |
When a snapshot is created we stow away all of the layered
nodes that were frozen by the snapshot so that subsequent
snapshots can find them and force copies.
|
| VersionLayeredNodeEntryDAO |
DAO interface for VersionLayeredNodeEntries.
|
| VersionRoot |
Represents a single version root.
|
| VersionRootDAO |
DAO for VersionRoot objects.
|
| Class | Description |
|---|---|
| AvmBootstrap |
This component ensures that the AVM system is properly bootstrapped
and that this is done in the correct order relative to other
bootstrap components.
|
| AVMDAOs |
This is the (shudder) global context for AVM.
|
| AVMDeploymentAttemptCleaner |
Bean that is responsible for locating expired content and routing
it for review to the most relevant user.
|
| AVMDeploymentAttemptCleanerJob |
Job to periodically execute the deployment attempt cleaner.
|
| AVMExpiredContentJob |
Job to periodically execute the expired content processor.
|
| AVMExpiredContentProcessor |
Bean that is responsible for locating expired content and routing
it for review to the most relevant user.
|
| AVMInterpreter |
An interactive console for the AVM repository.
|
| AVMLockingAwareService |
An AVMLockingService aware implementation of AVMService.
|
| AvmMetadataExtracter |
A component that listens for changes to the content
|
| AVMNodeConverter |
Utility for going back and forth between the AVM world and
the
StoreRef, NodeRef world. |
| AVMNodeImpl |
Base class for all repository file system like objects.
|
| AVMNodeService |
NodeService implementing facade over AVMService.
|
| AVMNodeUnwrapper | Deprecated |
| AVMRemoteLocal |
A loopback implementation of the AVMRemote interface?
|
| AVMRemoteTransportService |
Implementation of AVMRemoteTransport for the server side.
|
| AVMRepository |
This or AVMStore are the implementors of the operations specified by AVMService.
|
| AVMServiceImpl |
Implements the AVMService.
|
| AVMStoreImpl |
A Repository contains a current root directory and a list of
root versions.
|
| AVMStorePropertyImpl |
Simple bean to hold properties attached to AVMStores.
|
| AVMSyncServiceImpl |
This implements APIs that allow comparison and synchronization
of node trees as well as cumulative operations on layers to
support various content production models.
|
| AVMSyncServiceTransportImpl |
Server side implementation of the remote wrapper of AVMSyncService.
|
| BasicAttributesImpl |
Implementation of the BasicAttributesBean.
|
| ChildEntryImpl |
An entry in a directory.
|
| ChildKey |
The key to a ChildEntry, a Parent and a name.
|
| CreateStoreTxnListener |
Transaction listener for firing create store events.
|
| CreateVersionTxnListener |
Transaction listener that fires create version events.
|
| DeletedNodeImpl |
Place holder for a deleted node.
|
| DirectoryNodeImpl |
Base class for Directories.
|
| LayeredDirectoryNodeImpl |
A layered directory node.
|
| LayeredFileNodeImpl |
A LayeredFileNode behaves like a copy on write symlink.
|
| LayeredFolderType |
Class defines policy behaviour for avmlayeredfolder type
|
| LookupKey |
This is the key by which Lookup's are retrieved from the cache.
|
| MultiTAVMService |
An MT-aware wrapper of AVMService
|
| NOOPLookupCache |
A NO-OP implementation of AVM path lookup cache
|
| OrphanReaper |
This is the background thread for reaping no longer referenced nodes in the AVM repository.
|
| OrphanReaperJob |
Quartz wrapper for OrphanReaper.
|
| PlainDirectoryNodeImpl |
A plain directory.
|
| PlainFileNodeImpl |
A plain old file.
|
| PurgeStoreTxnListener |
Transaction listener for firing purge store events.
|
| PurgeVersionTxnListener |
Transaction listener that fires purge version events.
|
| TransactionalLookupCache | Deprecated |
| VersionLayeredNodeEntryImpl |
Implementation of entry for tracking layered nodes which were
snapshotted in a particular Version.
|
| VersionRootImpl |
Hold a single version root.
|
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.