Class AbstractTransformationRenderingEngine

    • Field Detail

      • PARAM_TIMEOUT_MS

        public static final java.lang.String PARAM_TIMEOUT_MS
        Deprecated.
        This optional Long parameter specifies the timeout for reading the source before an exception is thrown.
        See Also:
        Constant Field Values
      • PARAM_READ_LIMIT_TIME_MS

        public static final java.lang.String PARAM_READ_LIMIT_TIME_MS
        Deprecated.
        This optional Long parameter specifies how timeout for reading the source before EOF is returned.
        See Also:
        Constant Field Values
      • PARAM_MAX_SOURCE_SIZE_K_BYTES

        public static final java.lang.String PARAM_MAX_SOURCE_SIZE_K_BYTES
        Deprecated.
        This optional Long parameter specifies the maximum number of kbytes of the source may be read. An exception is thrown before any are read if larger.
        See Also:
        Constant Field Values
      • PARAM_READ_LIMIT_K_BYTES

        public static final java.lang.String PARAM_READ_LIMIT_K_BYTES
        Deprecated.
        This optional Long parameter specifies how many kbytes of the source to read in order to create an image.
        See Also:
        Constant Field Values
      • PARAM_MAX_PAGES

        public static final java.lang.String PARAM_MAX_PAGES
        Deprecated.
        This optional Integer parameter specifies the maximum number of pages of the source that may be read. An exception is thrown before any are read if larger.
        See Also:
        Constant Field Values
      • PARAM_PAGE_LIMIT

        public static final java.lang.String PARAM_PAGE_LIMIT
        Deprecated.
        This optional Integer parameter specifies how many source pages should be read in order to create an image.
        See Also:
        Constant Field Values
      • CANCELLED_ACTION_POLLING_INTERVAL

        protected static final int CANCELLED_ACTION_POLLING_INTERVAL
        Deprecated.
        The frequency in milliseconds with which the ActionTrackingService should be polled for cancellation of the action.
        See Also:
        Constant Field Values
      • PARAM_USE

        public static final java.lang.String PARAM_USE
        Deprecated.
        This optional String parameter specifies the type (or use) of the rendition.
    • Constructor Detail

      • AbstractTransformationRenderingEngine

        public AbstractTransformationRenderingEngine()
        Deprecated.