-
ClassDescriptionPlease 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.Please directly extend from StdWorkflow, passing the enclosing RenderPlugin and it's plugin context as final parameters to the constructor.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.Please extend directly from AbstractDialoguseModalDialog
insteadNot used any more, deprecated since 14.7.0, will be dropped in next majorThis 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.UseClassAttribute
insteadUseTitleAttribute
instead
-
MethodDescriptionThis method is deprecated in favor of
StdWorkflow.getIcon(String id)
which gives the developer the freedom to return a component like aHippoIcon
if desired.Not used any more, deprecated since 14.7.0, will be dropped in next majorUseAbstractImageOperation.run(InputStream, String)
insteadUseScalingParameters.getCompressionQuality()
()} insteaduseImageOperationResult.getData()
insteadUseImageOperationResult.getHeight()
insteaduseImageOperationResult.getWidth()
insteadUseScalingParameters.isUpscaling()
insteadUseGalleryProcessor.getScalingParameters(Node)
insteadUseScalingParameters.isUpscaling()
insteadsince 14.7.0 : setting allowed mime types does not do anything any more
-
ConstructorDescriptionOld-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor..Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor.Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor..Old-style constructor Use a constructor with explicit model argument. The WorkflowDescriptorModel is available in workflow plugin constructor..Use
ScalingParameters.Builder
instead.UseScalingParameters.Builder
instead.UseScalingParameters.Builder
instead.UseScalingParameters.Builder
instead.UseScalingParameters.Builder
insteadUseScalingParameters.Builder
insteadUseScalingParameters.Builder
insteadusePinger.every(Duration)
with a duration of 20 seconds.
WorkflowDialog
instead.