Package org.alfresco.repo.content
-
Interface Summary Interface Description ContentLimitProvider Implementations of this interface must provide a byte size limit for pieces of Alfresco content.ContentServicePolicies Content service policies interfaceContentServicePolicies.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.JodConverter -
Class Summary 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 proxiesContentLimitProvider.NoLimitProvider AContentLimitProviderwhich returns a value indicating there is no limit.ContentLimitProvider.SimpleFixedLimitProvider AContentLimitProviderwhich 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 aFileContentStore.EmptyContentReader A blank reader for whichexists()always returns false.JodConverterSharedInstance Makes use of the JodConverter library and an installed OpenOffice application to perform OpenOffice-driven conversions.LimitedStreamCopier This class is a simple utility to copy bytes from anInputStreamto anOutputStream.NodeContentContext Context information for node-related content.RoutingContentService Deprecated. Replaced byContentServiceImplStreamAwareContentReaderProxy Proxy forContentReaderwhich capturesInputStreamorReadableByteChannelto introduce a possibility releasing captured resourceStreamAwareContentWriterProxy Proxy forContentWriterwhich capturesOutputStreamorWritableByteChannelto introduce a possibility of releasing captured resourceTikaOfficeDetectParser Apache Tika assumes that you either know exactly what your content is, or that you'll leave it to auto-detection. -
Exception Summary 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 particularContentStoreimplementation.