@AlfrescoPublicApi public class ImporterModuleComponent extends AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry| Constructor and Description |
|---|
ImporterModuleComponent() |
| Modifier and Type | Method and Description |
|---|---|
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(ImporterBootstrap importer)
Set the helper that has details of the store to load the data into.
|
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, toStringpublic void setImporter(ImporterBootstrap importer)
importer - the bootstrap bean that performs the store bootstrap.public void setBootstrapView(Properties bootstrapView)
setBootstrapViews(List).bootstrapView - the bootstrap data locationImporterBootstrap.setBootstrapViews(List)public void setBootstrapViews(List<Properties> bootstrapViews)
setBootstrapView(Properties).bootstrapViews - the bootstrap data locationsImporterBootstrap.setBootstrapViews(List)protected void checkProperties()
AbstractModuleComponentcheckProperties in class AbstractModuleComponentprotected void executeInternal()
throws Throwable
AbstractModuleComponentexecuteInternal in class AbstractModuleComponentThrowable - any problems, just throw themCopyright © 2005–2018 Alfresco Software. All rights reserved.