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>
public class SchedTaskWizardBuilder<T extends SchedTaskTO> extends BaseAjaxWizardBuilder<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
SchedTaskWizardBuilder.ConcurrentSettingsValueModel
protected class
SchedTaskWizardBuilder.Profile
protected class
SchedTaskWizardBuilder.Schedule
-
Field Summary
Fields Modifier and Type Field Description protected CrontabPanel
crontabPanel
protected boolean
fullRealmsTree
protected RealmRestClient
realmRestClient
protected TaskRestClient
taskRestClient
protected TaskType
type
protected PushTaskWrapper
wrapper
-
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
Constructors Constructor Description SchedTaskWizardBuilder(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(SchedTaskTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(SchedTaskTO modelObject)
protected List<String>
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 Detail
-
type
protected final TaskType type
-
realmRestClient
protected final RealmRestClient realmRestClient
-
taskRestClient
protected final TaskRestClient taskRestClient
-
wrapper
protected PushTaskWrapper wrapper
-
crontabPanel
protected CrontabPanel crontabPanel
-
fullRealmsTree
protected final boolean fullRealmsTree
-
-
Constructor Detail
-
SchedTaskWizardBuilder
public SchedTaskWizardBuilder(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(SchedTaskTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<T extends SchedTaskTO>
-
buildModelSteps
protected WizardModel buildModelSteps(SchedTaskTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<T extends SchedTaskTO>
-
-