public interface ModuleDeployment extends ModelObject, Comparable<ModuleDeployment>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_EVALUATOR_OVERRIDE |
static String |
PROP_EVALUATOR_PROPERTY_OVERRIDES |
static String |
PROP_EXTENSION_MODULE |
static String |
PROP_INDEX |
static String |
PROP_MODULE_DEPLOYMENT_TYPE |
static String |
TYPE_ID |
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID| Modifier and Type | Method and Description |
|---|---|
AdvancedComponent |
getAdvancedComponent(String id)
Checks to see if the module declares an extension to the
AdvancedComponent defined by the
supplied id. |
String |
getAutoDeployIndex() |
List<org.springframework.extensions.surf.extensibility.Customization> |
getCustomizations() |
String |
getEvaluator() |
String |
getEvaluatorOverride() |
Map<String,String> |
getEvaluatorProperties() |
Map<String,String> |
getEvaluatorPropertyOverrides() |
ExtensionModule |
getExtensionModule() |
String |
getExtensionModuleId() |
int |
getIndex() |
String |
getModuleDeploymentType() |
String |
getVersion() |
void |
setEvaluatorOverride(String evaluatorOverride) |
void |
setEvaluatorPropertyOverrides(Map<String,String> evaluatorProperties) |
void |
setExtensionModule(ExtensionModule extensionModule) |
void |
setExtensionModuleId(String extensionModule) |
void |
setIndex(int index) |
void |
setModuleDeploymentType(String moduleDeploymentType) |
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, getTypeId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXMLcompareTostatic final String TYPE_ID
static final String PROP_MODULE_DEPLOYMENT_TYPE
static final String PROP_INDEX
static final String PROP_EXTENSION_MODULE
static final String PROP_EVALUATOR_OVERRIDE
static final String PROP_EVALUATOR_PROPERTY_OVERRIDES
String getModuleDeploymentType()
void setModuleDeploymentType(String moduleDeploymentType)
String getExtensionModuleId()
void setExtensionModuleId(String extensionModule)
ExtensionModule getExtensionModule()
void setExtensionModule(ExtensionModule extensionModule)
int getIndex()
void setIndex(int index)
String getVersion()
String getAutoDeployIndex()
String getEvaluator()
void setEvaluatorOverride(String evaluatorOverride)
void setEvaluatorPropertyOverrides(Map<String,String> evaluatorProperties)
String getEvaluatorOverride()
AdvancedComponent getAdvancedComponent(String id)
AdvancedComponent defined by the
supplied id. If the an extension has been declared then it is returned.id - The identifier of the AdvancedComponent extension to retrieve.AdvancedComponent extension matching the supplied id.List<org.springframework.extensions.surf.extensibility.Customization> getCustomizations()
Copyright © 2005–2016 Alfresco Software. All rights reserved.