| Interface | Description |
|---|---|
| ContentLimitProvider |
Implementations of this interface must provide a byte size limit for pieces of Alfresco content.
|
| ContentServicePolicies |
Content service policies interface
|
| ContentServicePolicies.OnContentPropertyUpdatePolicy |
Policy that is raised for each content property change.
|
| ContentServicePolicies.OnContentReadPolicy |
On content read policy interface.
|
| ContentServicePolicies.OnContentUpdatePolicy |
Policy that is raised once per node when any of the content properties on the node are
changed; the specific properties are irrelevant.
|
| 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 | Description |
|---|---|
| AbstractContentAccessor |
Provides basic support for content accessors.
|
| AbstractContentReader |
Implements all the convenience methods of the interface.
|
| AbstractContentReaderLimitTest |
Test class for time and byte limits on an AbstractContentReader
|
| AbstractContentReaderLimitTest.DummyAbstractContentReader |
A dummy AbstractContentReader that returns a given number of bytes
(all 'a') very slowly.
|
| AbstractContentStore |
Base class providing support for different types of content stores.
|
| AbstractContentStreamListener | |
| 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 | |
| ContentFullContextTestSuite |
Suite for content-related tests.
|
| ContentLimitProvider.NoLimitProvider |
A
ContentLimitProvider which returns a value indicating there is no limit. |
| ContentLimitProvider.SimpleFixedLimitProvider |
A
ContentLimitProvider which returns a fixed value. |
| ContentMinimalContextTestSuite |
Metadata Extractor and Transform test suite
|
| ContentServiceImpl |
Service implementation acting as a level of indirection between the client
and the underlying content store.
|
| ContentStoreCreatedEvent |
A class of event that notifies the listener of the existence of a
FileContentStore. |
| EmptyContentReader |
A blank reader for which
exists() always returns false. |
| LimitedStreamCopier |
This class is a simple utility to copy bytes from an
InputStream to an OutputStream. |
| LimitedStreamCopierTest |
Unit test for
LimitedStreamCopier. |
| MimetypeMapContentTest |
Content specific tests for MimeTypeMap
|
| NodeContentContext |
Context information for node-related content.
|
| RoutingContentService | Deprecated
Replaced by
ContentServiceImpl |
| RoutingContentServiceTest | |
| RoutingContentStoreTest |
Ensures that the routing of URLs based on context is working.
|
| TikaOfficeDetectParser |
Apache Tika assumes that
you either know exactly what your content is, or that
you'll leave it to auto-detection. |
| Exception | Description |
|---|---|
| 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.
|
| ContentLimitViolationException |
This exception represents a violation of the defined content limit.
|
| UnsupportedContentUrlException |
Exception produced when a content URL is not supported by a particular
ContentStore implementation. |
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.