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
public class BootstrapImporterModuleComponent extends ImporterModuleComponent
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 Constructor Description BootstrapImporterModuleComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeInternal()
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
-
-
-
-
Method Detail
-
setNodeService
public void setNodeService(NodeService nodeService)
- Parameters:
nodeService
- node service
-
setModulePatchExecuter
public void setModulePatchExecuter(ModulePatchExecuter modulePatchExecuter)
- Parameters:
modulePatchExecuter
- module patch executer
-
setRecordContributorsGroupBootstrapComponent
public void setRecordContributorsGroupBootstrapComponent(RecordContributorsGroupBootstrapComponent recordContributorsGroupBootstrapComponent)
- Parameters:
recordContributorsGroupBootstrapComponent
- record contributors group bootstrap component
-
executeInternal
protected void executeInternal() throws Throwable
Need to check whether this module has already been executed.- Overrides:
executeInternal
in classImporterModuleComponent
- Throws:
Throwable
- See Also:
ImporterModuleComponent.executeInternal()
-
-