Class SchedTaskWizardBuilder<T extends SchedTaskTO>
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<T>
org.apache.syncope.client.console.tasks.SchedTaskWizardBuilder<T>
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<T>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
protected class
protected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected CrontabPanel
protected final boolean
protected final RealmRestClient
protected final TaskRestClient
protected final TaskType
protected PushTaskWrapper
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
ConstructorDescriptionSchedTaskWizardBuilder
(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(SchedTaskTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(SchedTaskTO modelObject) searchRealms
(String realmQuery) 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
-
type
-
realmRestClient
-
taskRestClient
-
wrapper
-
crontabPanel
-
fullRealmsTree
protected final boolean fullRealmsTree
-
-
Constructor Details
-
SchedTaskWizardBuilder
public SchedTaskWizardBuilder(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<T extends SchedTaskTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<T extends SchedTaskTO>
-
searchRealms
-