Class ThumbnailProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Property(name="process.label",
              value="Thumbnail Process")
    @Deprecated
    public class ThumbnailProcess
    extends AbstractAssetWorkflowProcess
    Deprecated.
    As of AEM 6.5, this class is no longer available for extending and will be removed in later AEM releases without replacement
    The ThumbnailProcess is called in a Workflow process step. This process will create one or more Thumbnails for the Asset to be procesed, create web enabled image and update folder thumbnail.
    • Constructor Detail

      • ThumbnailProcess

        public ThumbnailProcess()
        Deprecated.