Class UpdateThumbnailActionExecuter

  • All Implemented Interfaces:
    ActionExecuter, LoggingAwareExecuter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    @Deprecated
    public class UpdateThumbnailActionExecuter
    extends ActionExecuterAbstractBase
    Deprecated.
    The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    Update thumbnail action executer. NOTE: This action is used to facilitate the async update of thumbnails. It is not intended for general usage.
    Author:
    Roy Wetherall, Neil McErlean, Ph Dubois (optional thumbnail creation by mimetype and in general)
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Deprecated.
        Action name and parameters
        See Also:
        Constant Field Values
      • PARAM_CONTENT_PROPERTY

        public static final java.lang.String PARAM_CONTENT_PROPERTY
        Deprecated.
        See Also:
        Constant Field Values
      • PARAM_THUMBNAIL_NODE

        public static final java.lang.String PARAM_THUMBNAIL_NODE
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateThumbnailActionExecuter

        public UpdateThumbnailActionExecuter()
        Deprecated.