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
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CrontabPanelprotected final booleanprotected final RealmRestClientprotected final TaskRestClientprotected final TaskTypeprotected PushTaskWrapperFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionSchedTaskWizardBuilder(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(SchedTaskTO modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(SchedTaskTO modelObject) searchRealms(String realmQuery) Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarningMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods 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:
onApplyInternalin classAbstractModalPanelBuilder<T extends SchedTaskTO>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<T extends SchedTaskTO>
-
searchRealms
-