Uses of Interface
org.alfresco.repo.rendition2.SynchronousTransformClient
-
Packages that use SynchronousTransformClient Package Description org.alfresco.repo.action.executer 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.transform
Methods in org.alfresco.repo.content.transform with parameters of type SynchronousTransformClient Modifier and Type Method Description voidTransformerDebug. 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.classLocalSynchronousTransformClientDeprecated.classSwitchingSynchronousTransformClientDeprecated.Methods in org.alfresco.repo.rendition2 that return types with arguments of type SynchronousTransformClient Modifier and Type Method Description org.alfresco.util.Pair<SynchronousTransformClient,java.lang.Object>SwitchingSynchronousTransformClient. getSupportedBy()Deprecated.Method parameters in org.alfresco.repo.rendition2 with type arguments of type SynchronousTransformClient Modifier and Type Method Description voidSwitchingSynchronousTransformClient. setSupportedBy(org.alfresco.util.Pair<SynchronousTransformClient,java.lang.Object> clientSupportedBy)Deprecated.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()
-