Class CommandComposeWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<CommandWrapper>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<CommandWrapper>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<CommandWrapper>
org.apache.syncope.client.console.tasks.CommandComposeWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<CommandWrapper>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CommandRestClientprotected final LoadableDetachableModel<List<ImplementationTO>> protected final ImplementationRestClientprotected final Stringprotected final TaskRestClientFields 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
ConstructorsConstructorDescriptionCommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(CommandWrapper modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(CommandWrapper modelObject) 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
-
commands
-
task
-
implementationRestClient
-
taskRestClient
-
commandRestClient
-
-
Constructor Details
-
CommandComposeWizardBuilder
public CommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<CommandWrapper>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<CommandWrapper>
-