Deprecated API
Contents
-
Interfaces Interface Description org.alfresco.repo.content.metadata.OpenOfficeMetadataWorker OOTB extractors are being moved to T-Engines. An interface that allows separation between the metadata extractor registry and the third party subsystem owning the open office connection.org.alfresco.repo.content.transform.ContentTransformer The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.content.transform.ContentTransformerWorker The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerConfig The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerConfigMBean The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerSelector The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerStatistics The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.rendition.RenditionDefinitionPersister The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionLocation The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionLocationResolver The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.security.person.HomeFolderProvider Depreciated since 4.0.HomeFolderProvider2should now be used.org.alfresco.repo.transaction.TransactionUtil.TransactionWork org.alfresco.service.cmr.rendition.CompositeRenditionDefinition The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.rendition.RenderCallback The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.rendition.RenderingEngineDefinition The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.rendition.RenditionDefinition The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.rendition.RenditionService The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.repository.SerializedTransformationOptionsAccessor The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.repository.TransformationSourceOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.thumbnail.ThumbnailService We are introducing the new async RenditionService2.org.alfresco.service.cmr.transfer.TransferService
-
Classes Class Description org.alfresco.email.server.impl.EmailMessageImpl - class not used.org.alfresco.email.server.impl.EmailMessagePartImpl class not used.org.alfresco.opencmis.CMISRenditionMapping The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.action.executer.TransformActionExecuter org.alfresco.repo.content.ContentTransformServiceAdaptor org.alfresco.repo.content.http.HttpAlfrescoStore Removed in 5.2org.alfresco.repo.content.metadata.DWGMetadataExtracter OOTB extractors are being moved to T-Engines. Metadata extractor for theMIMETYPE_APP_DWGandMIMETYPE_IMG_DWGmimetypes.title: -- cm:title description: -- cm:description author: -- cm:author keywords: comments: lastauthor:
Uses Apache Tikaorg.alfresco.repo.content.metadata.HtmlMetadataExtracter OOTB extractors are being moved to T-Engines. Extracts the following values from HTML documents:author: -- cm:author title: -- cm:title description: -- cm:description
TIKA note - all metadata will be present, but will need to search for the varient names ourselves as tika puts them in as-is.org.alfresco.repo.content.metadata.JodConverterMetadataExtracter OOTB extractors are being moved to T-Engines. Extracts values from Open Office documents into the following:author: -- cm:author title: -- cm:title description: -- cm:description
org.alfresco.repo.content.metadata.JodConverterMetadataExtracterWorker OOTB extractors are being moved to T-Engines.org.alfresco.repo.content.metadata.MailMetadataExtracter OOTB extractors are being moved to T-Engines. Outlook MAPI format email meta-data extractor extracting the following values:sentDate: -- cm:sentdate originator: -- cm:originator, cm:author addressee: -- cm:addressee addressees: -- cm:addressees subjectLine: -- cm:subjectline, cm:description toNames: -- ccNames: -- bccNames: --
TIKA note - to/cc/bcc go into the html part, not the metadata. Also, email addresses not included as yet.org.alfresco.repo.content.metadata.MediaTypeDisablingDocumentSelector OOTB extractors are being moved to T-Engines. Tika 1.6 has the ability to parse embedded artifacts, such as images in a PDF, but this can be very resource intensive so adding this selector to parsers and transformers that handle formats with embedded artifacts will disable parsing of the specified content types.org.alfresco.repo.content.metadata.MP3MetadataExtracter OOTB extractors are being moved to T-Engines. Extracts the following values from MP3 files:songTitle: -- cm:title albumTitle: -- audio:album artist: -- audio:artist, cm:author description: -- cm:description comment: -- yearReleased: -- audio:releaseDate trackNumber: -- audio:trackNumber genre: -- audio:genre composer: -- audio:composer lyrics: --
Note - XMPDM metadata keys are also emitted, in common with the other Tika powered extracters Uses Apache Tikaorg.alfresco.repo.content.metadata.OfficeMetadataExtracter OOTB extractors are being moved to T-Engines. Office file format Metadata Extracter. This extracter uses the POI library to extract the following:author: -- cm:author title: -- cm:title subject: -- cm:description createDateTime: -- cm:created lastSaveDateTime: -- cm:modified comments: editTime: format: keywords: lastAuthor: lastPrinted: osVersion: thumbnail: pageCount: wordCount:
Uses Apache Tikaorg.alfresco.repo.content.metadata.OpenDocumentMetadataExtracter OOTB extractors are being moved to T-Engines. Metadata extractor for theMIMETYPE_OPENDOCUMENT_XXXmimetypes.creationDate: -- cm:created creator: -- cm:author date: description: -- cm:description generator: initialCreator: keyword: language: printDate: printedBy: subject: title: -- cm:title All user properties
Uses Apache Tika TODO decide if we need the few print info bits that Tika currently doesn't handleorg.alfresco.repo.content.metadata.PdfBoxMetadataExtracter OOTB extractors are being moved to T-Engines. Metadata extractor for the PDF documents.author: -- cm:author title: -- cm:title subject: -- cm:description created: -- cm:created (custom metadata): --
Uses Apache Tikaorg.alfresco.repo.content.metadata.PoiMetadataExtracter OOTB extractors are being moved to T-Engines. POI-based metadata extractor for Office 07 documents. See http://poi.apache.org/ for information on POI.author: -- cm:author title: -- cm:title subject: -- cm:description created: -- cm:created Any custom property: -- [not mapped]
Uses Apache Tikaorg.alfresco.repo.content.metadata.RFC822MetadataExtracter OOTB extractors are being moved to T-Engines. Metadata extractor for RFC822 mime emails. Default configuration: (see RFC822MetadataExtractor.properties)messageFrom: -- imap:messageFrom, cm:originator messageTo: -- imap:messageTo messageCc: -- imap:messageCc messageSubject: -- imap:messageSubject, cm:title, cm:description, cm:subjectline messageSent: -- imap:dateSent, cm:sentdate messageReceived: -- imap:dateReceived All
header names: Thread-Index: -- imap:threadIndex Message-ID: -- imap:messageIdorg.alfresco.repo.content.metadata.TikaAudioMetadataExtracter OOTB extractors are being moved to T-Engines. A Metadata Extractor which makes use of the Apache Tika Audio Parsers to extract metadata from your media files. For backwards compatibility reasons, this doesn't handle the MP3 format, which has its own dedicated extractor inMP3MetadataExtracterauthor: -- cm:author title: -- cm:title created: -- cm:created xmpDM:artist -- audio:artist xmpDM:composer -- audio:composer xmpDM:engineer -- audio:engineer xmpDM:genre -- audio:genre xmpDM:trackNumber -- audio:trackNumber xmpDM:releaseDate -- audio:releaseDate
org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter OOTB extractors are being moved to T-Engines. A Metadata Extractor which makes use of the Apache Tika auto-detection to select the best parser to extract the metadata from your document. This will be used for all files which Tika can handle, but where no other more explicit extractor is defined.author: -- cm:author title: -- cm:title subject: -- cm:description created: -- cm:created comments: geo:lat: -- cm:latitude geo:long: -- cm:longitude
org.alfresco.repo.content.metadata.TikaPoweredMetadataExtracter extractors have been moved to a T-Engine. The parent of all Metadata Extractors which use Apache Tika under the hood. This handles all the common parts of processing the files, and the common mappings. Individual extractors extend from this to do custom mappings.author: -- cm:author title: -- cm:title subject: -- cm:description created: -- cm:created comments:
org.alfresco.repo.content.metadata.TikaSpringConfiguredMetadataExtracter OOTB extractors are being moved to T-Engines. A Metadata Extractor which makes use of Apache Tika, and allows the selection of the Tika parser to be sprung-in to extract the metadata from your document. This is typically used with custom Tika Parsers.author: -- cm:author title: -- cm:title subject: -- cm:description created: -- cm:created comments: geo:lat: -- cm:latitude geo:long: -- cm:longitude
org.alfresco.repo.content.RoutingContentService Replaced byContentServiceImplorg.alfresco.repo.content.transform.AbstractContentTransformer Deprecated since 3.0. The abstract base class org.alfresco.repo.content.transform.AbstractContentTransformer2 should now be used instead.org.alfresco.repo.content.transform.AbstractContentTransformer2 The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.AbstractContentTransformerLimits The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.AbstractRemoteContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.AppleIWorksContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ArchiveContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.BinaryPassThroughContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ComplexContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ContentTransformerHelper The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ContentTransformerRegistry The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ContentTransformerRegistry.TransformationKey org.alfresco.repo.content.transform.DoubleMap org.alfresco.repo.content.transform.EMLTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ExplictTransformationDetails The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.FailoverContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.HtmlParserContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.JodContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.LegacyTransformerDebug org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.magick.ImageCropOptions replaced byCropSourceOptionsorg.alfresco.repo.content.transform.magick.ImageMagickContentTransformerWorker The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.magick.ImageResizeOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.magick.ImageTransformationOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.MailContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.MediaWikiContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.OOoContentTransformerHelper The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.OOXMLThumbnailContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.PdfBoxContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.pdfrenderer.AlfrescoPdfRendererContentTransformerWorker The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.PoiContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.PoiHssfContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.PoiOOXMLContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.ProxyContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.StringExtractingContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.SupportedTransformation The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.swf.SWFTransformationOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TextMiningContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TextToPdfContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TikaAutoContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TikaPoweredContainerExtractor The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TikaPoweredContentTransformer The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerConfigDynamicTransformers The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerConfigImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.content.transform.TransformerConfigLimits The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerConfigMBeanImpl The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerConfigProperty The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.content.transform.TransformerConfigStatistics The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.content.transform.TransformerConfigSupported The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerDebug.UnavailableTransformer org.alfresco.repo.content.transform.TransformerDebugLog The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerLog The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerProperties The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerPropertyGetter The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerPropertyNameExtractor The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerPropertySetter The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerSelectorImpl The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerSelectorImplOriginal The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.TransformerStatisticsImpl The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.rendition.CompositeRenditionDefinitionImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.AbstractRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.BaseTemplateRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.CompositeRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.DeleteRenditionActionExecuter The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.FreemarkerRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.HTMLRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.ImageRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.ReformatRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.XSLTFunctions The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.executer.XSLTRenderingEngine The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.PerformRenditionActionExecuter org.alfresco.repo.rendition.RenderingEngineDefinitionImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionDefinitionImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionDefinitionPersisterImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionedAspect The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionLocationImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionNodeManager The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.RenditionServiceImpl org.alfresco.repo.rendition.script.ScriptRenditionDefinition The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.script.ScriptRenditionService The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition.StandardRenditionLocationResolverImpl The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.repo.rendition2.ContentTransformServiceImpl org.alfresco.repo.rendition2.LegacySynchronousTransformClient org.alfresco.repo.rendition2.LegacyTransformClient org.alfresco.repo.rendition2.LegacyTransformServiceRegistry org.alfresco.repo.rendition2.SwitchingSynchronousTransformClient org.alfresco.repo.rendition2.TransformationOptionsConverter converts the new flat name value pair transformer options to the deprecated TransformationOptions.org.alfresco.repo.security.person.AbstractHomeFolderProvider Depreciated since 4.0.AbstractHomeFolderProvider2should now be used.org.alfresco.repo.security.person.ExistingPathBasedHomeFolderProvider Depreciated since 4.0.ExistingPathBasedHomeFolderProvider2should now be used.org.alfresco.repo.security.person.UIDBasedHomeFolderProvider Depreciated since 4.0.UsernameHomeFolderProvidershould now be used.org.alfresco.repo.thumbnail.AddFailedThumbnailActionExecuter The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.conditions.NodeEligibleForRethumbnailingEvaluator The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.CreateThumbnailActionExecuter The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.FailedThumbnailSourceAspect The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.FailureHandlingOptions The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.script.ScriptThumbnailService The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.SimpleThumbnailer The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.ThumbnailDefinition The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.ThumbnailDefinitionSpringRegisterer The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.ThumbnailHelper The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.ThumbnailRegistry The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.ThumbnailRenditionConvertor The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.ThumbnailServiceImpl The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.thumbnail.UpdateThumbnailActionExecuter The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.transaction.TransactionListenerAdapter Since 5.0, useTransactionListenerAdapterorg.alfresco.repo.transaction.TransactionUtil Use aRetryingTransactionHelperinstanceorg.alfresco.repo.urlshortening.BitlyUrlShortenerImpl as it is no longer used in the core repository code.org.alfresco.repo.version.common.VersionLabelComparator SeeVersionHistoryorg.alfresco.service.cmr.repository.AbstractTransformationSourceOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.repository.TemporalSourceOptions The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.repository.TransformationOptionLimits with the introduction of RenditionService2 the OPT_... public static final values have been deprecated as they will no longer form part of the rendition definition and will be removed when local transformations are removed.org.alfresco.service.cmr.repository.TransformationOptionLimitsMap The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.repository.TransformationOptionPair The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.repository.TransformationOptions The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.thumbnail.FailedThumbnailInfo We are introducing the new async RenditionService2.org.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails We are introducing the new async RenditionService2.org.alfresco.util.ApplicationContextHelper
-
Enums Enum Description org.alfresco.service.cmr.action.ActionExecutionStatus UseActionStatusinstead
-
Exceptions Exceptions Description org.alfresco.repo.content.transform.TransformerInfoException The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.repo.content.transform.UnimportantTransformException The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.org.alfresco.service.cmr.rendition.RenditionCancelledException The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.rendition.RenditionServiceException The RenditionService is being replace by the simpler async RenditionService2.org.alfresco.service.cmr.thumbnail.ThumbnailException We are introducing the new async RenditionService2.
-
Constructors Constructor Description org.alfresco.repo.batch.BatchProcessor(String, RetryingTransactionHelper, Collection<T>, int, int, ApplicationEventPublisher, Log, int) Since 3.4, use theBatchProcessWorkProviderinstead of the Collectionorg.alfresco.repo.search.DocumentNavigator(DictionaryService, NodeService, SearchService, NamespacePrefixResolver, boolean, boolean) useJCRRootNode parameter is now obsolete.org.alfresco.repo.security.authority.script.ScriptGroup(String, AuthorityService) UseScriptGroup(String, ServiceRegistry, Scriptable)insteadorg.alfresco.repo.virtual.ref.NewVirtualReferenceMethod(String, String, NodeRef, String) In future system paths will be replaced with actual resources or string encoded references
-
Enum Constants Enum Constant Description org.alfresco.service.cmr.lock.LockType.NODE_LOCK Deprecated in 4.1.6. Will be replaced by a more descriptive name.org.alfresco.service.cmr.lock.LockType.READ_ONLY_LOCK Deprecated in 4.1.6. Will be replaced by a more descriptive name.org.alfresco.service.cmr.lock.LockType.WRITE_LOCK Deprecated in 4.1.6. Will be replaced by a more descriptive name.