Class BootstrapImporterModuleComponent
java.lang.Object
org.alfresco.repo.module.AbstractModuleComponent
org.alfresco.repo.module.ImporterModuleComponent
org.alfresco.module.org_alfresco_module_rm.bootstrap.BootstrapImporterModuleComponent
- All Implemented Interfaces:
ModuleComponent,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
Custom implementation of module component importer
- Since:
- 2.0
- Author:
- Roy Wetherall
-
Field Summary
Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidNeed to check whether this module has already been executed.voidsetModulePatchExecuter(ModulePatchExecuter modulePatchExecuter) voidsetNodeService(NodeService nodeService) voidsetRecordContributorsGroupBootstrapComponent(RecordContributorsGroupBootstrapComponent recordContributorsGroupBootstrapComponent) Methods inherited from class org.alfresco.repo.module.ImporterModuleComponent
checkProperties, setBootstrapView, setBootstrapViews, setImporterMethods inherited from class org.alfresco.repo.module.AbstractModuleComponent
equals, execute, getAppliesFromVersionNumber, getAppliesToVersionNumber, getDependsOn, getDescription, getModuleId, getName, getSinceVersionNumber, hashCode, init, isExecuteOnceOnly, setAppliesFromVersion, setAppliesToVersion, setAuthenticationComponent, setBeanName, setDependsOn, setDescription, setExecuteOnceOnly, setModuleId, setModuleService, setName, setServiceRegistry, setSinceVersion, setTenantAdminService, shutdown, toString
-
Constructor Details
-
BootstrapImporterModuleComponent
public BootstrapImporterModuleComponent()
-
-
Method Details
-
setNodeService
- Parameters:
nodeService- node service
-
setModulePatchExecuter
- Parameters:
modulePatchExecuter- module patch executer
-
setRecordContributorsGroupBootstrapComponent
public void setRecordContributorsGroupBootstrapComponent(RecordContributorsGroupBootstrapComponent recordContributorsGroupBootstrapComponent) - Parameters:
recordContributorsGroupBootstrapComponent- record contributors group bootstrap component
-
executeInternal
Need to check whether this module has already been executed.- Overrides:
executeInternalin classImporterModuleComponent- Throws:
Throwable- See Also:
-