|
Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent |
authenticationComponent, moduleService, serviceRegistry |
Constructor Summary | ||
ImporterModuleComponent() |
Method Summary | ||
protected void |
checkProperties() Checks for the presence of all generally-required properties. |
|
protected void |
executeInternal() The method that performs the actual work. |
|
void |
setBootstrapView(Properties bootstrapView) Set a list of bootstrap views to import. This is an alternative to setBootstrapViews(List). |
|
void |
setBootstrapViews(List<Properties> bootstrapViews) Set a list of bootstrap views to import. This is an alternative to setBootstrapView(Properties). |
|
void |
setImporter(org.alfresco.repo.importer.ImporterBootstrap importer) Set the helper that has details of the store to load the data into. |
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
|