public abstract class BaseConditionHandler extends java.lang.Object implements IHandler
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CONDITION_PAGES_LOCATION |
static java.lang.String |
PROP_CONDITION_NOT |
| Constructor and Description |
|---|
BaseConditionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getJSPPath(java.lang.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(java.util.Map 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, waitgenerateSummary, getJSPPath, prepareForEdit, prepareForSaveprotected static final java.lang.String CONDITION_PAGES_LOCATION
public static final java.lang.String PROP_CONDITION_NOT
public void setupUIDefaults(java.util.Map conditionProps)
IHandlersetupUIDefaults in interface IHandlerconditionProps - The current properties mapprotected java.lang.String getJSPPath(java.lang.String conditionName)
conditionName - The name of the conditionprotected org.alfresco.service.namespace.NamespaceService getNamespaceService()
TextPropertyValueConditionHandler.prepareForEdit(Map, Map)public boolean isAllowMultiple()
IHandlerisAllowMultiple in interface IHandlerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.