Uses of Class
org.alfresco.repo.content.transform.TransformerDebug
Packages that use TransformerDebug
Package
Description
-
Uses of TransformerDebug in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return TransformerDebugModifier and TypeMethodDescriptionAbstractContentReader.getTransformerDebug()Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content with parameters of type TransformerDebugModifier and TypeMethodDescriptionvoidAbstractContentReader.setTransformerDebug(TransformerDebug transformerDebug) Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of TransformerDebug in org.alfresco.repo.content.metadata
Methods in org.alfresco.repo.content.metadata with parameters of type TransformerDebugModifier and TypeMethodDescriptionvoidAsynchronousExtractor.setTransformerDebug(TransformerDebug transformerDebug) -
Uses of TransformerDebug in org.alfresco.repo.content.transform
Subclasses of TransformerDebug in org.alfresco.repo.content.transformModifier and TypeClassDescriptionclassProvides methods to support the Admin UI Test Transform actions.Fields in org.alfresco.repo.content.transform declared as TransformerDebugModifier and TypeFieldDescriptionprotected final TransformerDebugAbstractLocalTransform.transformerDebugMethods in org.alfresco.repo.content.transform with parameters of type TransformerDebugModifier and TypeMethodDescriptionvoidLocalTransformServiceRegistry.setTransformerDebug(TransformerDebug transformerDebug) Constructors in org.alfresco.repo.content.transform with parameters of type TransformerDebugModifierConstructorDescriptionLocalFailoverTransform(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String, Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry, NodeService nodeService) LocalPassThroughTransform(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String, Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry, NodeService nodeService) LocalPipelineTransform(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String, Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry, NodeService nodeService) LocalTransformImpl(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String, Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry, String baseUrl, org.alfresco.httpclient.HttpClientConfig httpClientConfig, NodeService nodeService, int startupRetryPeriodSeconds) -
Uses of TransformerDebug in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type TransformerDebugModifier and TypeMethodDescriptionabstract voidTransformationOptionPair.Action.throwIOExceptionIfRequired(String message, TransformerDebug transformerDebug)