Class ConnectorWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<Serializable>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<Serializable>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<Serializable>
org.apache.syncope.client.console.wizards.resources.AbstractResourceWizardBuilder<ConnInstanceTO>
org.apache.syncope.client.console.wizards.resources.ConnectorWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<Serializable>
Modal window with Connector form.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.syncope.client.console.wizards.resources.AbstractResourceWizardBuilder
AbstractResourceWizardBuilder.CreateEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<ConnIdBundle> protected final ConnectorRestClientFields 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
ConstructorsConstructorDescriptionConnectorWizardBuilder(ConnInstanceTO defaultItem, ConnectorRestClient connectorRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(Serializable modelObject, WizardModel wizardModel) protected static ConnIdBundlegetBundle(ConnInstanceTO connInstanceTO, List<ConnIdBundle> bundles) protected SerializablegetCreateCustomPayloadEvent(Serializable afterObject, AjaxRequestTarget target) Override to send custom events after create.protected SerializableonApplyInternal(Serializable 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, getEditCustomPayloadEventMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
-
Field Details
-
bundles
-
connectorRestClient
-
-
Constructor Details
-
ConnectorWizardBuilder
public ConnectorWizardBuilder(ConnInstanceTO defaultItem, ConnectorRestClient connectorRestClient, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<Serializable>
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<Serializable>
-
getCreateCustomPayloadEvent
protected Serializable getCreateCustomPayloadEvent(Serializable afterObject, AjaxRequestTarget target) Description copied from class:AjaxWizardBuilderOverride to send custom events after create.- Overrides:
getCreateCustomPayloadEventin classAjaxWizardBuilder<Serializable>- Parameters:
afterObject- after applied changes object.target- ajax request target- Returns:
- payload to be sent.
-
getBundle
-