Uses of Class
org.alfresco.repo.content.transform.TransformerDebug
-
Packages that use TransformerDebug Package Description org.alfresco.repo.content org.alfresco.repo.content.metadata org.alfresco.repo.content.transform org.alfresco.service.cmr.repository -
-
Uses of TransformerDebug in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return TransformerDebug Modifier and Type Method Description TransformerDebugAbstractContentReader. 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 TransformerDebug Modifier and Type Method Description voidAbstractContentReader. 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 TransformerDebug Modifier and Type Method Description voidAsynchronousExtractor. setTransformerDebug(TransformerDebug transformerDebug) -
Uses of TransformerDebug in org.alfresco.repo.content.transform
Subclasses of TransformerDebug in org.alfresco.repo.content.transform Modifier and Type Class Description classAdminUiTransformerDebugProvides methods to support the Admin UI Test Transform actions.Fields in org.alfresco.repo.content.transform declared as TransformerDebug Modifier and Type Field Description protected TransformerDebugAbstractLocalTransform. transformerDebugMethods in org.alfresco.repo.content.transform with parameters of type TransformerDebug Modifier and Type Method Description voidLocalTransformServiceRegistry. setTransformerDebug(TransformerDebug transformerDebug)Constructors in org.alfresco.repo.content.transform with parameters of type TransformerDebug Constructor Description LocalFailoverTransform(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String,Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.client.model.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry)LocalPassThroughTransform(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String,Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.client.model.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry)LocalPipelineTransform(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String,Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.client.model.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry)LocalTransformImpl(String name, TransformerDebug transformerDebug, MimetypeService mimetypeService, boolean strictMimeTypeCheck, Map<String,Set<String>> strictMimetypeExceptions, boolean retryTransformOnDifferentMimeType, Set<org.alfresco.transform.client.model.config.TransformOption> transformsTransformOptions, LocalTransformServiceRegistry localTransformServiceRegistry, String baseUrl, int startupRetryPeriodSeconds) -
Uses of TransformerDebug in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type TransformerDebug Modifier and Type Method Description abstract voidTransformationOptionPair.Action. throwIOExceptionIfRequired(String message, TransformerDebug transformerDebug)
-