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