-
Classes Class Description org.hippoecm.addon.workflow.AbstractWorkflowDialog This class is deprecated since 13.1. Use theWorkflowDialog
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 IModelor 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 AbstractDialogorg.hippoecm.frontend.editor.plugins.resource.ImageInfo Not used any more, deprecated since 14.7.0, will be dropped in next majororg.hippoecm.frontend.plugins.standards.browse.BreadcrumbPlugin This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
. This widget is included by default in theLinkPickerDialog
andAbstractBrowserDialog
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 UseClassAttribute
insteadorg.hippoecm.frontend.plugins.standards.list.resolvers.TitleAttribute UseTitleAttribute
insteadorg.hippoecm.frontend.plugins.yui.javascript.YuiObject
-
Fields Field Description org.hippoecm.frontend.model.PropertyValueProvider.EMPTY_DATE useDateConstants.EMPTY_DATE
instead.org.hippoecm.frontend.model.PropertyValueProvider.EMPTY_DATE_VALUE useDateConstants.EMPTY_DATE_VALUE
instead.
-
Constructors Constructor Description org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction(String, StringResourceModel) 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.frontend.plugins.gallery.imageutil.ScaleImageOperation(int, int, boolean) UseScalingParameters.Builder
instead.org.hippoecm.frontend.plugins.gallery.imageutil.ScalingParameters(int, int, boolean) UseScalingParameters.Builder
insteadorg.hippoecm.frontend.plugins.jquery.upload.AbstractFileUploadWidget(String, IPluginConfig, FileUploadValidationService) org.hippoecm.frontend.widgets.Pinger(String) usePinger.every(Duration)
with a duration of 20 seconds.