public interface WizardPolicyFilter extends PolicyFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVISION |
| Modifier and Type | Method and Description |
|---|---|
void |
afterWizard(WizardContext ctxt)
Performs actions after the Wizard process.
|
boolean |
beforeWizard(WizardContext ctxt)
Performs actions before the Wizard process.
|
java.lang.String |
handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt)
Handle custom name for the given category.
|
initstatic final java.lang.String REVISION
boolean beforeWizard(WizardContext ctxt)
ctxt - the WizardContextvoid afterWizard(WizardContext ctxt)
ctxt - the WizardContextjava.lang.String handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt)
computedName - the target computed category namecat - the working category to duplicatectxt - the WizardContextCopyright © 2001-2017 Jalios SA. All Rights Reserved.