Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.alfresco.repo.content Classes and Interfaces - 165 results found.
NameDescriptionTypePackageFramework
AbstractContentAccessorProvides basic support for content accessors.Classorg.alfresco.repo.contentAlFresco
AbstractContentReader that need to be implemented, i.Classorg.alfresco.repo.contentAlFresco
AbstractContentStoreBase class providing support for different types of content stores.Classorg.alfresco.repo.contentAlFresco
AbstractContentStreamListenerClassorg.alfresco.repo.contentAlFresco
AbstractContentTransformerProvides basic services for ContentTransformer This class maintains the performance measures for the transformers as well, making sure thatClassorg.alfresco.repo.content.transformAlFresco
AbstractContentTransformer2Provides basic services for ContentTransformer This class maintains the performance measures for the transformers as well, making sure thatClassorg.alfresco.repo.content.transformAlFresco
AbstractContentTransformerLimitsProvides transformation limits for ContentTransformer This class maintains the limits and provides methods that combine limits:Classorg.alfresco.repo.content.transformAlFresco
AbstractContentWriter that need to be implemented, i.Classorg.alfresco.repo.contentAlFresco
AbstractImageMagickContentTransformerWorkerClassorg.alfresco.repo.content.transform.magickAlFresco
AbstractMappingMetadataExtracterSupport class for metadata extracters that support dynamic and config-driven mapping between extracted values and model properties.Classorg.alfresco.repo.content.metadataAlFresco
AbstractMetadataExtracterSupport class for metadata extracters.Classorg.alfresco.repo.content.metadataAlFresco
AbstractRoutingContentStoreA store providing support for content store implementations that provide routing of content read and write requests based on context.Classorg.alfresco.repo.contentAlFresco
AbstractStreamAwareProxyBase class for stream aware proxiesAuthor:Dmitry VelichkevichClassorg.alfresco.repo.contentAlFresco
AggregatingContentStoreAggregating Content Store A content store implementation that aggregates a set of stores.Classorg.alfresco.repo.content.replicationAlFresco
AppleIWorksContentTransformerConverts Apple iWorks files to PDFs or JPEGs for thumbnailing & previewing.Classorg.alfresco.repo.content.transformAlFresco
ArchiveContentTransformerThis class transforms archive files (zip, tar etc) to text, which enables indexing and searching of archives as well as webpreviewing.Classorg.alfresco.repo.content.transformAlFresco
BackingStoreAwareCacheWriterWrapper for cache writer that is aware of backing store writer and calls backing store for getSize and getContentDataClassorg.alfresco.repo.content.cachingAlFresco
BinaryPassThroughContentTransformerAllows direct streaming from source to target when the respective mimetypes are identical, except where the mimetype is text.Classorg.alfresco.repo.content.transformAlFresco
CachedContentCleanerCleans up redundant cache files from the cached content file store.Classorg.alfresco.repo.content.caching.cleanupAlFresco
CachedContentCleanerCreatedEventEvent fired when CachedContentCleaner instances are created.Classorg.alfresco.repo.content.caching.cleanupAlFresco
CachedContentCleanupJobQuartz job to remove cached content files from disk once they are no longer held in the in-memory cache.Classorg.alfresco.repo.content.caching.cleanupAlFresco
CacheFilePropsManage a cache file's associated properties.Classorg.alfresco.repo.content.cachingAlFresco
CacheMissExceptionCacheMissException will be thrown if an attempt is made to read content from the ContentCache when it is not in the cache.Classorg.alfresco.repo.content.cachingAlFresco
CachingContentStore transparently providing caching of content in that backing store.Classorg.alfresco.repo.content.cachingAlFresco
CachingContentStoreCreatedEventEvent fired when a CachingContentStore instance is created.Classorg.alfresco.repo.content.cachingAlFresco
CachingContentStoreEventAbstract base class for CachingContentStore related application events.Classorg.alfresco.repo.content.cachingAlFresco
ComplexContentTransformerTransformer that passes a document through several nested transformations in order to accomplish its goal.Classorg.alfresco.repo.content.transformAlFresco
ContentCacheA cache designed to operate on content and split between memory and disk.Interfaceorg.alfresco.repo.content.cachingAlFresco
ContentCacheImplThe one and only implementation of the ContentCache class.Classorg.alfresco.repo.content.cachingAlFresco
ContentCacheImpl .CacheWriterThis FileContentWriter subclass allows for the temp cache file to be renamed to a cache file proper, e.Classorg.alfresco.repo.content.cachingAlFresco
ContentCacheImpl .NumericFileNameComparatorClassorg.alfresco.repo.content.cachingAlFresco
ContentCharsetFinderUtility bean to guess the charset given a stream and a mimetype.Classorg.alfresco.repo.content.encodingAlFresco
ContentContextThe location and lookup data for content.Classorg.alfresco.repo.contentAlFresco
ContentExistsExceptionException produced when a request is made to write content to a location already in use, either by content being written or previously written.Classorg.alfresco.repo.contentAlFresco
ContentLimitProvider Simple implementations of this interface include: ContentLimitProvider.Interfaceorg.alfresco.repo.contentAlFresco
ContentLimitProvider .NoLimitProviderA ContentLimitProvider which returns a value indicating there is no limit.Classorg.alfresco.repo.contentAlFresco
ContentLimitProvider .SimpleFixedLimitProviderA ContentLimitProvider which returns a fixed value.Classorg.alfresco.repo.contentAlFresco
ContentLimitViolationExceptionThis exception represents a violation of the defined content limit.Classorg.alfresco.repo.contentAlFresco
ContentServiceImplService implementation acting as a level of indirection between the client and the underlying content store.Classorg.alfresco.repo.contentAlFresco
ContentServicePoliciesContent service policies interfaceAuthor:Roy Wetherall, Derek HulleyInterfaceorg.alfresco.repo.contentAlFresco
ContentServicePolicies .OnContentPropertyUpdatePolicyPolicy that is raised for each content property change.Interfaceorg.alfresco.repo.contentAlFresco
ContentServicePolicies .OnContentReadPolicyOn content read policy interface.Interfaceorg.alfresco.repo.contentAlFresco
ContentServicePolicies .OnContentUpdatePolicyPolicy that is raised once per node when any of the content properties on the node are changed; the specific properties are irrelevant.Interfaceorg.alfresco.repo.contentAlFresco
ContentStoreProvides low-level retrieval of content Implementations of this interface should be soley responsible forInterfaceorg.alfresco.repo.contentAlFresco
ContentStore .ContentUrlHandlerIterface for to use during iteration over content URLs.Interfaceorg.alfresco.repo.contentAlFresco
ContentStoreCapsContentStore capabilities.Interfaceorg.alfresco.repo.contentAlFresco
ContentStoreCleanerThis component is responsible cleaning up orphaned content.Classorg.alfresco.repo.content.cleanupAlFresco
ContentStoreCleaner .DeleteFailureAction Most stores are able to delete orphaned content, but it is possible that stores have protection against binary deletion that is outside of the Alfresco server's control.Classorg.alfresco.repo.content.cleanupAlFresco
ContentStoreCleanerListenerA listener that can be plugged into a move pre-process any content that is about to be deleted from a store.Interfaceorg.alfresco.repo.content.cleanupAlFresco
ContentStoreCleanerScalabilityRunnerLoads the repository up with orphaned content and then runs the cleaner.Classorg.alfresco.repo.content.cleanupAlFresco
ContentStoreCleanupJobTriggers the deletion of unused content using a ContentStoreCleaner.Classorg.alfresco.repo.content.cleanupAlFresco
ContentStoreCreatedEventA class of event that notifies the listener of the existence of a FileContentStore.Classorg.alfresco.repo.contentAlFresco
ContentStoreReplicatorThis component performs one-way replication between to content stores.Classorg.alfresco.repo.content.replicationAlFresco
ContentStoreReplicator .ContentStoreReplicatorJobKicks off the content store replicator.Classorg.alfresco.repo.content.replicationAlFresco
ContentTransformerInterface for class that allow content transformation from one mimetype to another.Interfaceorg.alfresco.repo.content.transformAlFresco
ContentTransformerHelperA class providing basic functionality shared by both ContentTransformers and ContentTransformerWorkers.Classorg.alfresco.repo.content.transformAlFresco
ContentTransformerRegistryHolds and provides the most appropriate content transformer for a particular source and target mimetype transformation request.Classorg.alfresco.repo.content.transformAlFresco
ContentTransformerRegistry .TransformationKeyA key for a combination of a source and target mimetype Deprecated since 3.Classorg.alfresco.repo.content.transformAlFresco
ContentTransformerWorkerAn interface that allows separation between the content transformer registry and the various third party subsystems performing the transformation.Interfaceorg.alfresco.repo.content.transformAlFresco
ContentWorkerAn interface instances that operate on content.Interfaceorg.alfresco.repo.contentAlFresco
ContentWorkerSelectorAn interface instances that are able to identify content based on the content reader.Interfaceorg.alfresco.repo.content.selectorAlFresco
DefaultOpenOfficeMetadataWorkerThe class doing the actual work of the OpenOfficeMetadataExtracter, based around an OpenOffice connection.Classorg.alfresco.repo.content.metadataAlFresco
DeletedContentBackupCleanerListenerListens for content that is about to be deleted and moves it into the store configured as the backup store.Classorg.alfresco.repo.content.cleanupAlFresco
DeletionMetricsRunnerClassorg.alfresco.repo.content.filestoreAlFresco
DoubleMapProvides simple get and put access to a Map like object with a double key that allows either or both keys to be a wild card that matches any value.Classorg.alfresco.repo.content.transformAlFresco
DWGMetadataExtracterMetadata extractor for the title: -- cm:titleClassorg.alfresco.repo.content.metadataAlFresco
EagerContentStoreCleanerThis component is responsible cleaning up orphaned content.Classorg.alfresco.repo.content.cleanupAlFresco
EMLTransformerUses javax.Classorg.alfresco.repo.content.transformAlFresco
EmptyContentReaderA blank reader for which exists() always returns false.Classorg.alfresco.repo.contentAlFresco
ExplictTransformationDetailsSpecifies transformations that are considered to be 'exceptional' so should be used in preference to other transformers that can performClassorg.alfresco.repo.content.transformAlFresco
FailoverContentTransformerThis class is a transformer which contains a fixed sequence of delegate transformers.Classorg.alfresco.repo.content.transformAlFresco
FileContentReaderProvides direct access to a local file.Classorg.alfresco.repo.content.filestoreAlFresco
FileContentStoreProvides a store of node content directly to the file system.Classorg.alfresco.repo.content.filestoreAlFresco
FileContentWriterProvides direct access to a local file.Classorg.alfresco.repo.content.filestoreAlFresco
FileHandlerInterfaceorg.alfresco.repo.content.cachingAlFresco
FileWipingContentCleanerListenerSimple listener that overwrites files with zeros.Classorg.alfresco.repo.content.cleanupAlFresco
HtmlMetadataExtracterExtracts the following values from HTML documents: author: -- cm:authorClassorg.alfresco.repo.content.metadataAlFresco
HtmlParserContentTransformerContent transformer which wraps the HTML Parser library for parsing HTML content.Classorg.alfresco.repo.content.transformAlFresco
HttpAlfrescoContentReaderThe reader that does the actual communication with the Alfresco HTTPSince:2.Classorg.alfresco.repo.content.httpAlFresco
HttpAlfrescoStoreA read-only store using HTTP to access content from a remote Alfresco application.Classorg.alfresco.repo.content.httpAlFresco
ImageCropOptionsDeprecated crop options.Classorg.alfresco.repo.content.transform.magickAlFresco
ImageMagickContentTransformerWorkerClassorg.alfresco.repo.content.transform.magickAlFresco
ImageResizeOptionsImage resize optionsAuthor:Roy WetherallClassorg.alfresco.repo.content.transform.magickAlFresco
ImageTransformationOptionsImage transformation optionsAuthor:Roy WetherallClassorg.alfresco.repo.content.transform.magickAlFresco
KeyMultipurpose key so that data can be cached either by content URL or cache file path.Classorg.alfresco.repo.content.cachingAlFresco
LimitedStreamCopierThis class is a simple utility to copy bytes from an InputStream to an OutputStream.Classorg.alfresco.repo.contentAlFresco
MailContentTransformerUses Apache Tika and Apache POI to transformClassorg.alfresco.repo.content.transformAlFresco
MailMetadataExtracterOutlook MAPI format email meta-data extractor extracting the following values: sentDate: -- cm:sentdateClassorg.alfresco.repo.content.metadataAlFresco
MediaTypeDisablingDocumentSelectorTika 1.Classorg.alfresco.repo.content.metadataAlFresco
MediaWikiContentTransformerMediaWiki content transformer.Classorg.alfresco.repo.content.transformAlFresco
MetadataEmbedderInterface for writing metadata properties back into the content file.Interfaceorg.alfresco.repo.content.metadataAlFresco
MetadataExtracterInterface for document property extracters.Interfaceorg.alfresco.repo.content.metadataAlFresco
MetadataExtracter .OverwritePolicyA enumeration of functional property overwrite policies.Classorg.alfresco.repo.content.metadataAlFresco
MetadataExtracterLimitsRepresents maximum values (that result in exceptions if exceeded) or limits on values (that result in EOF (End Of File) being returnedClassorg.alfresco.repo.content.metadataAlFresco
MetadataExtracterRegistryHolds and provides the most appropriate metadate extracter for a particular The extracters themselves know how well they are able to extract metadata.Classorg.alfresco.repo.content.metadataAlFresco
MimetypeMapProvides a bidirectional mapping between well-known mimetypes and the registered file extensions.Classorg.alfresco.repo.contentAlFresco
MP3MetadataExtracterExtracts the following values from MP3 files: songTitle: -- cm:titleClassorg.alfresco.repo.content.metadataAlFresco
NodeContentContextContext information for node-related content.Classorg.alfresco.repo.contentAlFresco
OfficeMetadataExtracterOffice file format Metadata Extracter.Classorg.alfresco.repo.content.metadataAlFresco
OOoContentTransformerHelperA class providing basic OOo-related functionality shared by both ContentTransformers and ContentTransformerWorkers.Classorg.alfresco.repo.content.transformAlFresco
OOXMLThumbnailContentTransformerExtracts out Thumbnail JPEGs from OOXML files for thumbnailing & previewing.Classorg.alfresco.repo.content.transformAlFresco
OpenDocumentMetadataExtracterMetadata extractor for the MIMETYPE_OPENDOCUMENT_XXXClassorg.alfresco.repo.content.metadataAlFresco
OpenOfficeContentTransformerWorkerMakes use of the JOOConverter library to perform OpenOffice-driven conversions.Classorg.alfresco.repo.content.transformAlFresco
OpenOfficeMetadataExtracterExtracts values from Star Office documents into the following: author: -- cm:authorClassorg.alfresco.repo.content.metadataAlFresco
OpenOfficeMetadataWorkerAn interface that allows separation between the metadata extractor registry and the third party subsystem owning the open office connection.Interfaceorg.alfresco.repo.content.metadataAlFresco
PdfBoxContentTransformerUses Apache Tika and Apache PDFBox to performClassorg.alfresco.repo.content.transformAlFresco
PdfBoxMetadataExtracterMetadata extractor for the PDF documents.Classorg.alfresco.repo.content.metadataAlFresco
PoiContentTransformerUses Apache Tika and Apache POI to performClassorg.alfresco.repo.content.transformAlFresco
PoiHssfContentTransformerUses Apache Tika and Apache POI to performClassorg.alfresco.repo.content.transformAlFresco
PoiHssfContentTransformer .CsvContentHandlerA wrapper around the normal Tika BodyContentHandler, which causes things to be CSV encoded rather thanClassorg.alfresco.repo.content.transformAlFresco
PoiMetadataExtracterPOI-based metadata extractor for Office 07 documents.Classorg.alfresco.repo.content.metadataAlFresco
PoiOOXMLContentTransformerUses Apache Tika and Apache POI to performClassorg.alfresco.repo.content.transformAlFresco
ProxyContentTransformerMakes use of a ContentTransformerWorker to perform conversions.Classorg.alfresco.repo.content.transformAlFresco
QuotaManagerStrategyDisk quota managers for the CachingContentStore must implement this interface.Interfaceorg.alfresco.repo.content.caching.quotaAlFresco
ReplicatingContentStoreReplicating Content Store A content store implementation that is able to replicate content between stores.Classorg.alfresco.repo.content.replicationAlFresco
ReplicatingContentStore .ReplicatingWriteListenerReplicates the content upon stream closure.Classorg.alfresco.repo.content.replicationAlFresco
RFC822MetadataExtracterMetadata extractor for RFC822 mime emails.Classorg.alfresco.repo.content.metadataAlFresco
RootElementNameContentWorkerSelectorA selector that looks at the root node of an XML document to determine which worker to provide.Classorg.alfresco.repo.content.selectorAlFresco
RoutingContentServiceA content service that determines at runtime the store that the content associated with a node should be routed to.Classorg.alfresco.repo.contentAlFresco
RuntimeExecutableContentTransformerOptionsTransformation options for the runtime executable transformer.Classorg.alfresco.repo.content.transformAlFresco
RuntimeExecutableContentTransformerWorkerThis configurable wrapper is able to execute any command line transformation that accepts an input and an output file on the command line.Classorg.alfresco.repo.content.transformAlFresco
SpoofedTextContentReaderProvides access to text data that is generated when requested.Classorg.alfresco.repo.content.filestoreAlFresco
StandardQuotaStrategyQuota manager for the CachingContentStore that has the following characteristics: When a cache file has been written that results in cleanThresholdPct (default 80%) of maxUsageBytesClassorg.alfresco.repo.content.caching.quotaAlFresco
StreamAwareContentReaderProxyProxy for ContentReader which captures InputStream or ReadableByteChannel to introduce a possibility releasing captured resourceAuthor:Dmitry VelichkevichSee Also:ContentReader, Classorg.alfresco.repo.contentAlFresco
StreamAwareContentWriterProxyProxy for ContentWriter which captures OutputStream or WritableByteChannel to introduce a possibility of releasing captured resourceAuthor:Dmitry VelichkevichSee Also:ContentWriter, Classorg.alfresco.repo.contentAlFresco
StringExtractingContentTransformerConverts any textual format to plain text.Classorg.alfresco.repo.content.transformAlFresco
SupportedTransformationRepresents a supported transformation.Classorg.alfresco.repo.content.transformAlFresco
SWFTransformationOptionsSFW transformation optionsAuthor:Roy WetherallClassorg.alfresco.repo.content.transform.swfAlFresco
TextMiningContentTransformerThis badly named transformer turns Microsoft Word documents (Word 6, 95, 97, 2000, 2003) into plain text, using Apache Tika.Classorg.alfresco.repo.content.transformAlFresco
TextToPdfContentTransformerMakes use of the PDFBox library's TextToPDF utility.Classorg.alfresco.repo.content.transformAlFresco
TikaAudioMetadataExtracterA Metadata Extractor which makes use of the Apache Tika Audio Parsers to extract metadata from yourClassorg.alfresco.repo.content.metadataAlFresco
TikaAutoContentTransformerA Content Extractor for XML, HTML and Text, which makes use of the Apache Tika Classorg.alfresco.repo.content.transformAlFresco
TikaAutoMetadataExtracterA Metadata Extractor which makes use of the Apache Tika auto-detection to select the best parserClassorg.alfresco.repo.content.metadataAlFresco
TikaOfficeDetectParserApache Tika assumes that you either know exactly what your content is, or thatClassorg.alfresco.repo.contentAlFresco
TikaPoweredContainerExtractorWarning - this is a prototype service, and will likely change dramatically This proto-service provides a way to have Apache Tika extract outClassorg.alfresco.repo.content.transformAlFresco
TikaPoweredContainerExtractor .ExtractorActionExecutorThis action executor allows you to trigger extraction as an action, perhaps from a rule.Classorg.alfresco.repo.content.transformAlFresco
TikaPoweredContentTransformerProvides helpful services for ContentTransformer implementations which are powered by Apache Tika.Classorg.alfresco.repo.content.transformAlFresco
TikaPoweredMetadataExtracterThe parent of all Metadata Extractors which use Apache Tika under the hood.Classorg.alfresco.repo.content.metadataAlFresco
TikaPoweredMetadataExtracter .HeadContentHandlerThis content handler will capture entries from within the header of the Tika content XHTML, but ignore theClassorg.alfresco.repo.content.metadataAlFresco
TikaPoweredMetadataExtracter .MapCaptureContentHandlerThis content handler will grab all tags and attributes, and record the textual content of the last seen oneClassorg.alfresco.repo.content.metadataAlFresco
TikaPoweredMetadataExtracter .NullContentHandlerA content handler that ignores all the content it finds.Classorg.alfresco.repo.content.metadataAlFresco
TikaSpringConfiguredContentTransformerA Content Extractor for XML, HTML and Text, which makes use of Apache Tika, and allows the selection of theClassorg.alfresco.repo.content.transformAlFresco
TikaSpringConfiguredMetadataExtracterA Metadata Extractor which makes use of Apache Tika, and allows the selection of the Tika parser to beClassorg.alfresco.repo.content.metadataAlFresco
TransformerConfigProvides access to transformer configuration and current performance data.Interfaceorg.alfresco.repo.content.transformAlFresco
TransformerConfigDynamicTransformersAdds dynamic transformers defined in alfresco global properties to the ContentTransformerRegistry.Classorg.alfresco.repo.content.transformAlFresco
TransformerConfigImplProvides access to transformer configuration and current performance data.Classorg.alfresco.repo.content.transformAlFresco
TransformerConfigLimitsProvides access to transformer limits defined via properties.Classorg.alfresco.repo.content.transformAlFresco
TransformerConfigMBeanInterfaceorg.alfresco.repo.content.transformAlFresco
TransformerConfigMBeanImplClassorg.alfresco.repo.content.transformAlFresco
TransformerConfigPropertyProvides access to a single transformer configuration property depending on the transformer and source and target mimetypes, falling back to defaults.Classorg.alfresco.repo.content.transformAlFresco
TransformerConfigStatisticsProvides a place to store statistics about: a) the combination of transformer, source and target mimetype;Classorg.alfresco.repo.content.transformAlFresco
TransformerConfigSupportedProvides access to the lists of supported and unsupported mimetype transformations defined via properties for all transformers.Classorg.alfresco.repo.content.transformAlFresco
TransformerDebugDebugs transformers selection and activity.Classorg.alfresco.repo.content.transformAlFresco
TransformerDebugLog TransformerConfigMBean.Classorg.alfresco.repo.content.transformAlFresco
TransformerInfoExceptionWraps an exception that could be thrown in any transformer to propagate it up to NodeInfoBean.Classorg.alfresco.repo.content.transformAlFresco
TransformerLog TransformerConfigMBean.Classorg.alfresco.repo.content.transformAlFresco
TransformerPropertiesProvides access to transformer properties which come from the Transformer sub system AND the those that start with "content.Classorg.alfresco.repo.content.transformAlFresco
TransformerPropertyGetterProvides access to a String representation of all transformer properties and values where these are sorted into groups.Classorg.alfresco.repo.content.transformAlFresco
TransformerPropertyNameExtractorProvides access to transformer property names and values.Classorg.alfresco.repo.content.transformAlFresco
TransformerPropertySetterProvides methods to set and remove transformer properties and values.Classorg.alfresco.repo.content.transformAlFresco
TransformerSelectorSelects a transformer from a supplied list of transformers that appear able to handle a given transformation.Interfaceorg.alfresco.repo.content.transformAlFresco
TransformerSelectorImplDefault transformer selector implementation, which sorts by priority and then by average transform time.Classorg.alfresco.repo.content.transformAlFresco
TransformerSelectorImplOriginal before a selector was introduced.Classorg.alfresco.repo.content.transformAlFresco
TransformerStatisticsInterface to obtain the configuration and performance data for every source, target and transformer combination.Interfaceorg.alfresco.repo.content.transformAlFresco
TransformerStatisticsImplClassorg.alfresco.repo.content.transformAlFresco