Uses of Interface
org.hippoecm.addon.workflow.IWorkflowInvoker
-
Uses of IWorkflowInvoker in org.hippoecm.addon.workflow
Modifier and TypeClassDescriptionclass
class
class
Deprecated.Please directly extend from StdWorkflow, passing the enclosing RenderPlugin and it's plugin context as final parameters to the constructor.class
class
class
class
StdWorkflow<T extends Workflow>
class
ModifierConstructorDescriptionAbstractWorkflowDialog
(org.apache.wicket.model.IModel<T> model, org.apache.wicket.model.IModel message, IWorkflowInvoker invoker) Deprecated.AbstractWorkflowDialog
(org.apache.wicket.model.IModel<T> model, IWorkflowInvoker invoker) Deprecated.WorkflowDialog
(IWorkflowInvoker invoker) WorkflowDialog
(IWorkflowInvoker invoker, org.apache.wicket.model.IModel<T> model) WorkflowDialog
(IWorkflowInvoker invoker, org.apache.wicket.model.IModel<T> model, org.apache.wicket.model.IModel<String> titleModel) -
Uses of IWorkflowInvoker in org.hippoecm.frontend.editor.workflow.dialog
ModifierConstructorDescriptionDeleteDialog
(org.apache.wicket.model.IModel<String> title, WorkflowDescriptorModel model, org.apache.wicket.model.IModel<String> notification, IWorkflowInvoker invoker, IEditorManager editorMgr)