public class CompositeConditionHandler extends BaseConditionHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
PROP_COMPOSITE_CONDITION |
static String |
PROP_CONDITION_OR |
CONDITION_PAGES_LOCATION, PROP_CONDITION_NOT| Constructor and Description |
|---|
CompositeConditionHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
Map<String,Serializable> props)
Generates a summary string for this handler.
|
String |
getJSPPath()
By default, a JSP with the same name as the handler will
be loaded from a default location.
|
void |
prepareForEdit(Map<String,Serializable> uiConditionProps,
Map<String,Serializable> repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(Map<String,Serializable> uiConditionProps,
Map<String,Serializable> repoProps)
Called at the end of the wizard.
|
getJSPPath, getNamespaceService, isAllowMultiple, setupUIDefaultspublic static final String NAME
public static final String PROP_COMPOSITE_CONDITION
public static final String PROP_CONDITION_OR
public String generateSummary(javax.faces.context.FacesContext context, IWizardBean wizard, Map<String,Serializable> props)
IHandlercontext - Faces contextwizard - The current wizardprops - The properties mappublic String getJSPPath()
IHandlerpublic void prepareForEdit(Map<String,Serializable> uiConditionProps, Map<String,Serializable> repoProps)
IHandleruiConditionProps - The current properties maprepoProps - The properties currently in the repositorypublic void prepareForSave(Map<String,Serializable> uiConditionProps, Map<String,Serializable> repoProps)
IHandleruiConditionProps - The current properties maprepoProps - The repository properties map to prepareCopyright © 2005–2018 Alfresco Software. All rights reserved.