public class UpdateAuditTemplatePatch extends AbstractPatch
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TEXT_CONTENT_MIMETYPE |
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, searchService, tenantAdminService, transactionHelper, transactionService| Constructor and Description |
|---|
UpdateAuditTemplatePatch() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
applyInternal()
This method does the work.
|
void |
setContentService(ContentService contentService) |
void |
setCopyPath(java.lang.String copyPath) |
void |
setFileName(java.lang.String fileName) |
void |
setImporterBootstrap(ImporterBootstrap importerBootstrap) |
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 static final java.lang.String TEXT_CONTENT_MIMETYPE
public void setContentService(ContentService contentService)
public void setCopyPath(java.lang.String copyPath)
public void setFileName(java.lang.String fileName)
public void setImporterBootstrap(ImporterBootstrap importerBootstrap)
protected 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.