public class ImapFoldersPatch extends AbstractPatch
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Properties |
configuration |
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, searchService, tenantAdminService, transactionHelper, transactionService| Constructor and Description |
|---|
ImapFoldersPatch() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
applyInternal()
This method does the work.
|
protected void |
checkCommonProperties() |
void |
setConfigFoldersACP(java.lang.String configFoldersACP) |
void |
setEmailActionsACP(java.lang.String emailActionsACP) |
void |
setImporterBootstrap(ImporterBootstrap importerBootstrap) |
void |
setImporterService(ImporterService importerService) |
void |
setMessageSource(org.springframework.context.MessageSource messageSource) |
void |
setScriptsACP(java.lang.String scriptsACP) |
protected void |
setUp() |
applies, apply, checkProperties, checkPropertyNotNull, getAlternatives, getDependsOn, getDescription, getFixesFromSchema, getFixesToSchema, getId, getTargetSchema, init, isForce, reportProgress, requiresTransaction, setAlternatives, setApplicationEventPublisher, setApplyToTenants, setAuthenticationContext, setDependsOn, setDescription, setFixesFromSchema, setFixesToSchema, setForce, setId, setNamespaceService, setNodeService, setPatchService, setRequiresTransaction, setSearchService, setTargetSchema, setTenantAdminService, setTransactionService, toStringpublic void setImporterBootstrap(ImporterBootstrap importerBootstrap)
public void setMessageSource(org.springframework.context.MessageSource messageSource)
public void setImporterService(ImporterService importerService)
public void setConfigFoldersACP(java.lang.String configFoldersACP)
public void setEmailActionsACP(java.lang.String emailActionsACP)
public void setScriptsACP(java.lang.String scriptsACP)
protected void checkCommonProperties()
throws java.lang.Exception
java.lang.Exceptionprotected void setUp()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String applyInternal()
throws java.lang.Exception
AbstractPatchapplyInternal in class AbstractPatchjava.lang.Exception - anything can be thrown. This must be used for all failures.AbstractPatch.apply()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.