Class MacroTaskExecWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<MacroTaskTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<MacroTaskTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<MacroTaskTO>
org.apache.syncope.client.console.tasks.MacroTaskExecWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<MacroTaskTO>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final IModel
<SyncopeForm> protected final TaskRestClient
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjects
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
Constructor Summary
ConstructorDescriptionMacroTaskExecWizardBuilder
(MacroTaskTO defaultItem, TaskRestClient taskRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(MacroTaskTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(MacroTaskTO modelObject) Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
-
Field Details
-
taskRestClient
-
formModel
-
startAtDateModel
-
dryRunModel
-
-
Constructor Details
-
MacroTaskExecWizardBuilder
public MacroTaskExecWizardBuilder(MacroTaskTO defaultItem, TaskRestClient taskRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<MacroTaskTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<MacroTaskTO>
-