public abstract class BaseConditionHandler extends Object implements IHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
CONDITION_PAGES_LOCATION |
static String |
PROP_CONDITION_NOT |
Constructor and Description |
---|
BaseConditionHandler() |
Modifier and Type | Method and Description |
---|---|
protected String |
getJSPPath(String conditionName)
Given the condition name, generates the default path for the JSP
|
protected org.alfresco.service.namespace.NamespaceService |
getNamespaceService()
Returns the NamespaceService for further retrieve a prefix strings.
|
boolean |
isAllowMultiple()
Returns value of possibility of repeated performance of action
|
void |
setupUIDefaults(Map<String,Serializable> conditionProps)
Adds any properties to the given map that need default values
before the UI is displayed to the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateSummary, getJSPPath, prepareForEdit, prepareForSave
protected static final String CONDITION_PAGES_LOCATION
public static final String PROP_CONDITION_NOT
public void setupUIDefaults(Map<String,Serializable> conditionProps)
IHandler
setupUIDefaults
in interface IHandler
conditionProps
- The current properties mapprotected String getJSPPath(String conditionName)
conditionName
- The name of the conditionprotected org.alfresco.service.namespace.NamespaceService getNamespaceService()
TextPropertyValueConditionHandler.prepareForEdit(Map, Map)
public boolean isAllowMultiple()
IHandler
isAllowMultiple
in interface IHandler
Copyright © 2005–2017 Alfresco Software. All rights reserved.