Package org.alfresco.repo.content

Interface Summary
ContentServicePolicies Content service policies interface
ContentServicePolicies.OnContentReadPolicy On content read policy interface.
ContentServicePolicies.OnContentUpdatePolicy On content update policy interface
ContentStore Provides low-level retrieval of content readers and writers.
ContentStore.ContentUrlHandler Iterface for to use during iteration over content URLs.
ContentWorker An interface instances that operate on content.
 

Class Summary
AbstractContentAccessor Provides basic support for content accessors.
AbstractContentReader Implements all the convenience methods of the interface.
AbstractContentStore Base class providing support for different types of content stores.
AbstractContentWriter Implements all the convenience methods of the interface.
AbstractReadOnlyContentStoreTest Abstract base class that provides a set of tests for implementations of ContentStore.
AbstractRoutingContentStore A store providing support for content store implementations that provide routing of content read and write requests based on context.
AbstractWritableContentStoreTest Abstract base class that provides a set of tests for implementations of ContentStore.
ContentContext The location and lookup data for content.
ContentDataTest  
ContentTestSuite Suite for content-related tests.
EmptyContentReader A blank reader for which exists() always returns false.
MimetypeMap Provides a bidirectional mapping between well-known mimetypes and the registered file extensions.
MimetypeMapTest  
NodeContentContext Context information for node-related content.
RoutingContentService A content service that determines at runtime the store that the content associated with a node should be routed to.
RoutingContentServiceTest  
RoutingContentStoreTest Ensures that the routing of URLs based on context is working.
TenantRoutingFileContentStore Content Store that supports tenant routing, if multi-tenancy is enabled.
 

Exception Summary
ContentExistsException Exception produced when a request is made to write content to a location already in use, either by content being written or previously written.
UnsupportedContentUrlException Exception produced when a content URL is not supported by a particular ContentStore implementation.
 



Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.