Uses of Interface
org.alfresco.repo.rendition2.TransformClient
-
Packages that use TransformClient Package Description org.alfresco.repo.content.transform org.alfresco.repo.rendition2 -
-
Uses of TransformClient in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type TransformClient Modifier and Type Method Description voidTransformerDebug. setTransformClient(TransformClient transformClient) -
Uses of TransformClient in org.alfresco.repo.rendition2
Classes in org.alfresco.repo.rendition2 that implement TransformClient Modifier and Type Class Description classLegacyTransformClientDeprecated.classLocalTransformClientRequests rendition transforms take place using transforms available on the local machine (based onLocalTransform.classSwitchingTransformClientA transform client that falls back between different implementations if not supported.Methods in org.alfresco.repo.rendition2 with parameters of type TransformClient Modifier and Type Method Description voidRenditionService2Impl. setTransformClient(TransformClient transformClient)Constructors in org.alfresco.repo.rendition2 with parameters of type TransformClient Constructor Description SwitchingTransformClient(TransformClient primary, TransformClient secondary)
-