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. when it will be referenced
If the Category.getName() is the same than computed category then the category will be referenced (not duplicated)
|
init
static 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-2010 Jalios SA. All Rights Reserved.