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.
|
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.
|
AbstractContentStore |
Base class providing support for different types of content stores.
|
AbstractContentStreamListener | |
AbstractContentWriter |
Implements all the convenience methods of the interface.
|
AbstractRoutingContentStore |
A store providing support for content store implementations that provide
routing of content read and write requests based on context.
|
AbstractStreamAwareProxy |
Base class for stream aware proxies
|
ContentLimitProvider.NoLimitProvider |
A
ContentLimitProvider which returns a value indicating there is no limit. |
ContentLimitProvider.SimpleFixedLimitProvider |
A
ContentLimitProvider which returns a fixed value. |
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 . |
NodeContentContext |
Context information for node-related content.
|
RoutingContentService | Deprecated
Replaced by
ContentServiceImpl |
StreamAwareContentReaderProxy |
Proxy for
ContentReader which captures InputStream or ReadableByteChannel to introduce a possibility releasing captured resource |
StreamAwareContentWriterProxy |
Proxy for
ContentWriter which captures OutputStream or WritableByteChannel to introduce a possibility of releasing captured resource |
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–2017 Alfresco Software. All rights reserved.