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