Uses of Interface
org.alfresco.repo.rendition2.SynchronousTransformClient
-
Packages that use SynchronousTransformClient Package Description org.alfresco.repo.action.executer org.alfresco.repo.content org.alfresco.repo.content.transform org.alfresco.repo.rendition.executer org.alfresco.repo.rendition2 org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of SynchronousTransformClient in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type SynchronousTransformClient Modifier and Type Method Description voidTransformActionExecuter. setSynchronousTransformClient(SynchronousTransformClient synchronousTransformClient)Deprecated. -
Uses of SynchronousTransformClient in org.alfresco.repo.content
Methods in org.alfresco.repo.content with parameters of type SynchronousTransformClient Modifier and Type Method Description voidContentTransformServiceAdaptor. setSynchronousTransformClient(SynchronousTransformClient synchronousTransformClient)Deprecated. -
Uses of SynchronousTransformClient in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type SynchronousTransformClient Modifier and Type Method Description voidAdminUiTransformerDebug. setSynchronousTransformClient(SynchronousTransformClient transformClient) -
Uses of SynchronousTransformClient in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer with parameters of type SynchronousTransformClient Modifier and Type Method Description voidAbstractTransformationRenderingEngine. setSynchronousTransformClient(SynchronousTransformClient synchronousTransformClient)Deprecated. -
Uses of SynchronousTransformClient in org.alfresco.repo.rendition2
Classes in org.alfresco.repo.rendition2 that implement SynchronousTransformClient Modifier and Type Class Description classLegacySynchronousTransformClientDeprecated.classLocalSynchronousTransformClientRequest synchronous transforms.classSwitchingSynchronousTransformClientDeprecated.Constructors in org.alfresco.repo.rendition2 with parameters of type SynchronousTransformClient Constructor Description SwitchingSynchronousTransformClient(SynchronousTransformClient primary, SynchronousTransformClient secondary)Deprecated. -
Uses of SynchronousTransformClient in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return SynchronousTransformClient Modifier and Type Method Description SynchronousTransformClientServiceDescriptorRegistry. getSynchronousTransformClient() -
Uses of SynchronousTransformClient in org.alfresco.service
Methods in org.alfresco.service that return SynchronousTransformClient Modifier and Type Method Description default SynchronousTransformClientServiceRegistry. getSynchronousTransformClient()
-