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
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ImplementationRestClientprotected final Stringprotected static final com.fasterxml.jackson.databind.json.JsonMapperprotected final Stringprotected final PolicyRestClientprotected final PolicyTypeFields 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
ConstructorsConstructorDescriptionPolicyRuleWizardBuilder(String policy, PolicyType type, PolicyRuleWrapper policyWrapper, PolicyRestClient policyRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(PolicyRuleWrapper modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(PolicyRuleWrapper 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
-
MAPPER
protected static final com.fasterxml.jackson.databind.json.JsonMapper 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:
onApplyInternalin classAbstractModalPanelBuilder<PolicyRuleWrapper>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<PolicyRuleWrapper>
-