Class CombinedConfig

    • Constructor Summary

      Constructors 
      Constructor Description
      CombinedConfig​(org.apache.commons.logging.Log log)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean addLocalConfig​(java.lang.String path)  
      void addPassThroughTransformer​(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
      Adds a PassThrough transform where the source and target mimetypes are identical, or transforms to "text/plain" from selected text based types.
      boolean addRemoteConfig​(java.util.List<java.lang.String> urls, java.lang.String remoteType)  
      void register​(TransformServiceRegistryImpl registry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CombinedConfig

        public CombinedConfig​(org.apache.commons.logging.Log log)
    • Method Detail

      • addLocalConfig

        public boolean addLocalConfig​(java.lang.String path)
      • addRemoteConfig

        public boolean addRemoteConfig​(java.util.List<java.lang.String> urls,
                                       java.lang.String remoteType)
      • addPassThroughTransformer

        public void addPassThroughTransformer​(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
        Adds a PassThrough transform where the source and target mimetypes are identical, or transforms to "text/plain" from selected text based types.
        Parameters:
        mimetypeService - to find all the mimetypes