Uses of Interface
org.hippoecm.addon.workflow.IWorkflowInvoker
-
Packages that use IWorkflowInvoker Package Description org.hippoecm.addon.workflow org.hippoecm.frontend.editor.workflow.dialog -
-
Uses of IWorkflowInvoker in org.hippoecm.addon.workflow
Classes in org.hippoecm.addon.workflow that implement IWorkflowInvoker Modifier and Type Class Description class
ActionDescription
class
BranchAwareStdWorkflow
class
CompatibilityWorkflowPlugin.WorkflowAction
Deprecated.Please directly extend from StdWorkflow, passing the enclosing RenderPlugin and it's plugin context as final parameters to the constructor.class
ConfirmDialog
class
DestinationDialog
class
FeedbackStdWorkflow
class
StdWorkflow<T extends Workflow>
class
TextDialog
Methods in org.hippoecm.addon.workflow that return IWorkflowInvoker Modifier and Type Method Description protected IWorkflowInvoker
WorkflowDialog. getInvoker()
Constructors in org.hippoecm.addon.workflow with parameters of type IWorkflowInvoker Constructor Description AbstractWorkflowDialog(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
Constructors in org.hippoecm.frontend.editor.workflow.dialog with parameters of type IWorkflowInvoker Constructor Description DeleteDialog(org.apache.wicket.model.IModel<String> title, WorkflowDescriptorModel model, org.apache.wicket.model.IModel<String> notification, IWorkflowInvoker invoker, IEditorManager editorMgr)
-