Class GlobalConfigDescriptor

java.lang.Object
org.nuxeo.ecm.core.convert.extension.GlobalConfigDescriptor

@Deprecated(since="2025.0", forRemoval=true) public class GlobalConfigDescriptor extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use ConvertCacheDescriptor instead
XMap Descriptor for the ConversionService configuration.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Integer
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDiskCacheSize(int size)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setGCInterval(long value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_CACHE_ENABLED

      public static final boolean DEFAULT_CACHE_ENABLED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • DEFAULT_GC_INTERVAL_IN_MIN

      public static final long DEFAULT_GC_INTERVAL_IN_MIN
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • DEFAULT_DISK_CACHE_IN_KB

      public static final int DEFAULT_DISK_CACHE_IN_KB
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • DEFAULT_CACHING_DIRECTORY

      public static final String DEFAULT_CACHING_DIRECTORY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • enableCache

      protected Boolean enableCache
      Deprecated, for removal: This API element is subject to removal in a future version.
    • cachingDirectory

      protected String cachingDirectory
      Deprecated, for removal: This API element is subject to removal in a future version.
    • gcInterval

      protected Long gcInterval
      Deprecated, for removal: This API element is subject to removal in a future version.
    • diskCacheSize

      protected Integer diskCacheSize
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GlobalConfigDescriptor

      public GlobalConfigDescriptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isCacheEnabled

      public boolean isCacheEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCachingDirectory

      public String getCachingDirectory()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultCachingDirectory

      protected String getDefaultCachingDirectory()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • clearCachingDirectory

      public void clearCachingDirectory()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Since:
      9.1
    • setGCInterval

      public void setGCInterval(long value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getGCInterval

      public long getGCInterval()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDiskCacheSize

      public void setDiskCacheSize(int size)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDiskCacheSize

      public int getDiskCacheSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • update

      public void update(GlobalConfigDescriptor other)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toConvertCacheDescriptor

      public ConvertCacheDescriptor toConvertCacheDescriptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Since:
      2025.0