public class BasicExtensionModule extends Object
Representation of the configuration of a module that provides an extension. Modules consist
of Customization and AdvancedComponent instances. They can optionally be configured
with a ExtensionModuleEvaluator that determines whether or not the module should be
applied to a request.
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTO_DEPLOY |
static String |
AUTO_DEPLOY_INDEX |
static String |
COMPONENT |
static String |
COMPONENTS |
static String |
CONFIGURATIONS |
static String |
CUSTOMIZATION |
static String |
CUSTOMIZATIONS |
static String |
DESCRIPTION |
static String |
EVALUATOR |
static String |
EVALUATOR_PROPS |
static String |
EVALUATOR_TYPE |
static String |
ID |
static String |
VERSION |
| Constructor and Description |
|---|
BasicExtensionModule(org.dom4j.Element element) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoDeployIndex() |
List<org.dom4j.Element> |
getConfigurations() |
List<Customization> |
getCustomizations() |
String |
getDescription() |
String |
getEvaluator() |
Map<String,String> |
getEvaluatorProperties() |
String |
getId() |
String |
getVersion() |
boolean |
isAutoDeploy() |
public static final String ID
public static final String AUTO_DEPLOY
public static final String DESCRIPTION
public static final String VERSION
public static final String AUTO_DEPLOY_INDEX
public static final String EVALUATOR
public static final String EVALUATOR_TYPE
public static final String EVALUATOR_PROPS
public static final String COMPONENTS
public static final String COMPONENT
public static final String CUSTOMIZATIONS
public static final String CUSTOMIZATION
public static final String CONFIGURATIONS
public String getId()
public boolean isAutoDeploy()
public String getDescription()
public String getVersion()
public String getAutoDeployIndex()
public String getEvaluator()
public List<Customization> getCustomizations()
public List<org.dom4j.Element> getConfigurations()
Copyright © 2005–2021 Alfresco Software. All rights reserved.