Uses of Interface
org.alfresco.transform.client.model.config.TransformServiceRegistry
-
Packages that use TransformServiceRegistry Package Description org.alfresco.repo.content.transform org.alfresco.repo.rendition2 org.alfresco.repo.thumbnail org.alfresco.transform.client.model.config -
-
Uses of TransformServiceRegistry in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement TransformServiceRegistry Modifier and Type Class Description classLocalTransformServiceRegistryImplementsTransformServiceRegistryproviding a mechanism of validating if a local transformation (based onLocalTransformrequest is supported. -
Uses of TransformServiceRegistry in org.alfresco.repo.rendition2
Classes in org.alfresco.repo.rendition2 that implement TransformServiceRegistry Modifier and Type Class Description classAbstractTransformServiceRegistryContains common code used in TransformServiceRegistries.classLegacyTransformServiceRegistryDeprecated.classSwitchingTransformServiceRegistryA transform service registry that falls back between different implementations if not supported.Methods in org.alfresco.repo.rendition2 with parameters of type TransformServiceRegistry Modifier and Type Method Description voidRenditionDefinitionRegistry2Impl. setTransformServiceRegistry(TransformServiceRegistry transformServiceRegistry)Constructors in org.alfresco.repo.rendition2 with parameters of type TransformServiceRegistry Constructor Description SwitchingTransformServiceRegistry(TransformServiceRegistry primary, TransformServiceRegistry secondary) -
Uses of TransformServiceRegistry in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail with parameters of type TransformServiceRegistry Modifier and Type Method Description voidThumbnailRegistry. setTransformServiceRegistry(TransformServiceRegistry transformServiceRegistry)Deprecated. -
Uses of TransformServiceRegistry in org.alfresco.transform.client.model.config
Classes in org.alfresco.transform.client.model.config that implement TransformServiceRegistry Modifier and Type Class Description classTransformServiceRegistryImplUsed by clients to work out if a transformation is supported by the Transform Service.
-