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 void
Need to check whether this module has already been executed.void
setModulePatchExecuter
(ModulePatchExecuter modulePatchExecuter) void
setNodeService
(NodeService nodeService) void
setRecordContributorsGroupBootstrapComponent
(RecordContributorsGroupBootstrapComponent recordContributorsGroupBootstrapComponent) Methods inherited from class org.alfresco.repo.module.ImporterModuleComponent
checkProperties, setBootstrapView, setBootstrapViews, setImporter
Methods 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:
executeInternal
in classImporterModuleComponent
- Throws:
Throwable
- See Also:
-