Class PolicyRuleWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<PolicyRuleWrapper>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<PolicyRuleWrapper>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<PolicyRuleWrapper>
org.apache.syncope.client.console.policies.PolicyRuleWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<PolicyRuleWrapper>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ImplementationRestClient
protected final String
protected static final JsonMapper
protected final String
protected final PolicyRestClient
protected final PolicyType
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
ConstructorDescriptionPolicyRuleWizardBuilder
(String policy, PolicyType type, PolicyRuleWrapper policyWrapper, PolicyRestClient policyRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(PolicyRuleWrapper modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(PolicyRuleWrapper modelObject) 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
-
MAPPER
-
policy
-
type
-
implementationType
-
policyRestClient
-
implementationRestClient
-
-
Constructor Details
-
PolicyRuleWizardBuilder
public PolicyRuleWizardBuilder(String policy, PolicyType type, PolicyRuleWrapper policyWrapper, PolicyRestClient policyRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<PolicyRuleWrapper>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<PolicyRuleWrapper>
-