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(java.util.Properties bootstrapView)
Set a list of bootstrap views to import.
This is an alternative to ImporterModuleComponent.setBootstrapViews(List). |
void |
setBootstrapViews(java.util.List bootstrapViews)
Set a list of bootstrap views to import.
This is an alternative to ImporterModuleComponent.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, toStringpublic void setImporter(ImporterBootstrap importer)
importer - the bootstrap bean that performs the store bootstrap.public void setBootstrapView(java.util.Properties bootstrapView)
ImporterModuleComponent.setBootstrapViews(List).bootstrapView - the bootstrap data locationImporterBootstrap.setBootstrapViews(List)public void setBootstrapViews(java.util.List bootstrapViews)
ImporterModuleComponent.setBootstrapView(Properties).bootstrapViews - the bootstrap data locationsImporterBootstrap.setBootstrapViews(List)protected void checkProperties()
AbstractModuleComponentcheckProperties in class AbstractModuleComponentprotected void executeInternal()
throws java.lang.Throwable
AbstractModuleComponentexecuteInternal in class AbstractModuleComponentjava.lang.Throwable - any problems, just throw themCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.