@AlfrescoPublicApi
public interface ModuleComponent
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Perform the actual component's work.
|
org.alfresco.util.VersionNumber |
getAppliesFromVersionNumber() |
org.alfresco.util.VersionNumber |
getAppliesToVersionNumber() |
List<ModuleComponent> |
getDependsOn()
A list of module components that must be executed prior to this instance.
|
String |
getDescription() |
String |
getModuleId() |
String |
getName() |
org.alfresco.util.VersionNumber |
getSinceVersionNumber() |
boolean |
isExecuteOnceOnly() |
void |
shutdown()
Perform any cleanup required to remove module.
|
String getModuleId()
String getName()
String getDescription()
org.alfresco.util.VersionNumber getSinceVersionNumber()
org.alfresco.util.VersionNumber getAppliesFromVersionNumber()
org.alfresco.util.VersionNumber getAppliesToVersionNumber()
List<ModuleComponent> getDependsOn()
boolean isExecuteOnceOnly()
void execute()
void shutdown()
Copyright © 2005–2014 Alfresco Software. All rights reserved.