Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.hippoecm.frontend.editor.workflow.dialog.DocumentReferencesView(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager, RedrawableDialog<WorkflowDescriptor>)
    , use DocumentReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.NodeReferencesView(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager, RedrawableDialog<WorkflowDescriptor>)
    , use #NodeReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask, Boolean) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.ReferencesTabView(String, JcrNodeModel, IEditorManager, RedrawableDialog<WorkflowDescriptor>, ILocaleProvider)
    , use ReferencesTabView(String, JcrNodeModel, IEditorManager, RedrawableDialog, ILocaleProvider, TabType, Set) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.ReferredReferencesViev(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager)
    , use #ReferredReferencesViev(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask, Boolean) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.SiteReferencesView(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager)
    , use SiteReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog) instead. Will be dropped in 17.0.0
  • Deprecated Classes
    Class
    Description
    org.hippoecm.addon.workflow.AbstractWorkflowDialog
    This class is deprecated since 13.1. Use the WorkflowDialog instead.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin
    Please directly extend from RenderPlugin. In case you use the getModel and/or getModelObject methods, you should use the Wicket getDefaultModel/getDefaultModelObject methods and use generics or cast to IModel or WorkflowDescriptor, respectively. Additionally some implementations might need the method
        protected void onStart() {
            super.onStart();
            modelChanged();
        }
       
    to be present, though this should be avoided.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction
    Please directly extend from StdWorkflow, passing the enclosing RenderPlugin and it's plugin context as final parameters to the constructor.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.ConfirmDialog
    Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.DateDialog
    Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.DestinationDialog
    Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.NameDialog
    Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.TextDialog
    Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.WorkflowDialog
    Please extend directly from AbstractDialog
    org.hippoecm.frontend.dialog.wicket9.ModalWindow
    use ModalDialog instead
    org.hippoecm.frontend.editor.plugins.resource.ImageInfo
    Not used any more, deprecated since 14.7.0, will be dropped in next major
    org.hippoecm.frontend.plugins.standards.browse.BreadcrumbPlugin
    This plugin is deprecated since 10.0.x and replaced by the NodeBreadcrumbWidget. This widget is included by default in the LinkPickerDialog and AbstractBrowserDialog which means that the complete breadcrumb plugin configuration can be removed. The root.paths property should be moved to cluster node of the picker, e.g. cms-pickers/documents, and a value root.paths should be added to the frontend:properties property if this cluster node.
    org.hippoecm.frontend.plugins.standards.list.resolvers.CssClass
    Use ClassAttribute instead
    org.hippoecm.frontend.plugins.standards.list.resolvers.TitleAttribute
    Use TitleAttribute instead
    org.hippoecm.frontend.plugins.yui.javascript.YuiObject
  • Deprecated Fields
    Field
    Description
    org.hippoecm.frontend.model.PropertyValueProvider.EMPTY_DATE
    use DateConstants.EMPTY_DATE instead.
    org.hippoecm.frontend.model.PropertyValueProvider.EMPTY_DATE_VALUE
    use DateConstants.EMPTY_DATE_VALUE instead.
  • Deprecated Methods
    Method
    Description
    org.hippoecm.addon.workflow.StdWorkflow.getIcon()
    This method is deprecated in favor of StdWorkflow.getIcon(String id) which gives the developer the freedom to return a component like a HippoIcon if desired.
    org.hippoecm.frontend.editor.plugins.resource.MimeTypeHelper.validateMimeType(InputStream, String)
    Not used any more, deprecated since 14.7.0, will be dropped in next major
    org.hippoecm.frontend.plugins.gallery.imageutil.AbstractImageOperation.execute(InputStream, String)
    Use AbstractImageOperation.run(InputStream, String) instead
    org.hippoecm.frontend.plugins.gallery.imageutil.AbstractScaleImageOperation.calculateResizeRatio(double, double, int, int)
    Use ImageUtils.determineResizeRatio(double, double, int, int) instead
    org.hippoecm.frontend.plugins.gallery.imageutil.AbstractScaleImageOperation.getCompressionQuality()
    Use ScalingParameters.getCompressionQuality() ()} instead
    org.hippoecm.frontend.plugins.gallery.imageutil.AbstractScaleImageOperation.getScaledData()
    use ImageOperationResult.getData() instead
    org.hippoecm.frontend.plugins.gallery.imageutil.AbstractScaleImageOperation.getScaledHeight()
    Use ImageOperationResult.getHeight() instead
    org.hippoecm.frontend.plugins.gallery.imageutil.AbstractScaleImageOperation.getScaledWidth()
    use ImageOperationResult.getWidth() instead
    org.hippoecm.frontend.plugins.gallery.imageutil.ImageUtils.scaleImage(BufferedImage, int, int, int, int, int, int, Object, boolean)
    Use ImageUtils.scaleImage(BufferedImage, Rectangle, Dimension, Object, boolean) instead.
    org.hippoecm.frontend.plugins.gallery.imageutil.ImageUtils.scaleImage(BufferedImage, Rectangle, Dimension, Object, boolean)
    Use ImageUtils.cropImage(BufferedImage, Rectangle) combined with ImageUtils.scaleImage(BufferedImage, int, int, ScalingStrategy) instead
    org.hippoecm.frontend.plugins.gallery.imageutil.ScalingParameters.getUpscaling()
    Use ScalingParameters.isUpscaling() instead
    org.hippoecm.frontend.plugins.gallery.model.GalleryProcessor.getScalingParametersMap()
    Use GalleryProcessor.getScalingParameters(Node) instead
    org.hippoecm.frontend.plugins.gallery.model.GalleryProcessor.isUpscalingEnabled(Node)
    Use ScalingParameters.isUpscaling() instead
    org.hippoecm.frontend.plugins.standards.DocumentListFilter.filter(Node, NodeIterator)
    Use DocumentListFilter.filter(NodeIterator) instead
    org.hippoecm.frontend.plugins.yui.header.IYuiContext.addTemplate(DynamicTextTemplate)
    org.hippoecm.frontend.plugins.yui.header.IYuiContext.addTemplate(FinalTextTemplate)
    org.hippoecm.frontend.plugins.yui.upload.validation.DefaultUploadValidationService.setAllowedMimeTypes(String[])
    since 14.7.0 : setting allowed mime types does not do anything any more
    org.hippoecm.frontend.service.IRenderService.getParentService()
  • Deprecated Constructors
    Constructor
    Description
    org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction(String, StringResourceModel)
    org.hippoecm.addon.workflow.StdWorkflow(String, String, ResourceReference, IPluginContext, RenderPlugin<? extends WorkflowDescriptor>)
    Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor..
    org.hippoecm.addon.workflow.StdWorkflow(String, String, IPluginContext, RenderPlugin<? extends WorkflowDescriptor>)
    Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor.
    org.hippoecm.addon.workflow.StdWorkflow(String, StringResourceModel, ResourceReference, IPluginContext, RenderPlugin<? extends WorkflowDescriptor>)
    Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor..
    org.hippoecm.addon.workflow.StdWorkflow(String, StringResourceModel, IPluginContext, RenderPlugin<? extends WorkflowDescriptor>)
    Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor..
    org.hippoecm.frontend.editor.workflow.dialog.DocumentReferencesView(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager, RedrawableDialog<WorkflowDescriptor>)
    , use DocumentReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.NodeReferencesView(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager, RedrawableDialog<WorkflowDescriptor>)
    , use #NodeReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask, Boolean) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.ReferencesTabView(String, JcrNodeModel, IEditorManager, RedrawableDialog<WorkflowDescriptor>, ILocaleProvider)
    , use ReferencesTabView(String, JcrNodeModel, IEditorManager, RedrawableDialog, ILocaleProvider, TabType, Set) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.ReferredReferencesViev(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager)
    , use #ReferredReferencesViev(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask, Boolean) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.editor.workflow.dialog.SiteReferencesView(String, ISelectableDataProvider<DocumentReference>, ILocaleProvider, IEditorManager)
    , use SiteReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog) instead. Will be dropped in 17.0.0
    org.hippoecm.frontend.plugins.gallery.imageutil.ScaleImageOperation(int, int, boolean)
    Use ScalingParameters.Builder instead.
    org.hippoecm.frontend.plugins.gallery.imageutil.ScaleImageOperation(int, int, boolean, boolean, ImageUtils.ScalingStrategy, float)
    Use ScalingParameters.Builder instead.
    org.hippoecm.frontend.plugins.gallery.imageutil.ScaleImageOperation(int, int, boolean, ImageUtils.ScalingStrategy)
    Use ScalingParameters.Builder instead.
    org.hippoecm.frontend.plugins.gallery.imageutil.ScaleImageOperation(int, int, boolean, ImageUtils.ScalingStrategy, float)
    Use ScalingParameters.Builder instead.
    org.hippoecm.frontend.plugins.gallery.imageutil.ScalingParameters(int, int, boolean)
    Use ScalingParameters.Builder instead
    org.hippoecm.frontend.plugins.gallery.imageutil.ScalingParameters(int, int, boolean, ImageUtils.ScalingStrategy)
    Use ScalingParameters.Builder instead
    org.hippoecm.frontend.plugins.gallery.imageutil.ScalingParameters(int, int, boolean, ImageUtils.ScalingStrategy, float)
    Use ScalingParameters.Builder instead
    org.hippoecm.frontend.plugins.jquery.upload.AbstractFileUploadWidget(String, IPluginConfig, FileUploadValidationService)
    org.hippoecm.frontend.plugins.standards.DocumentListFilter(DocumentListFilter, String)
    Use DocumentListFilter(IPluginConfig) instead
    org.hippoecm.frontend.widgets.Pinger(String)
    use Pinger.every(Duration) with a duration of 20 seconds.
    org.hippoecm.frontend.widgets.Pinger(String, Duration)
     

Copyright © 2007–2025 Bloomreach. All rights reserved.