public class FixBpmPackagesPatch extends AbstractPatch
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, patchService, searchService, tenantAdminService, transactionHelper, transactionService| Constructor and Description |
|---|
FixBpmPackagesPatch() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
applyInternal()
This method does the work.
|
void |
setBatchSize(int batchSize) |
void |
setBatchThreads(int batchThreads) |
void |
setImporterBootstrap(ImporterBootstrap importerBootstrap) |
void |
setPolicyFilter(BehaviourFilter policyFilter) |
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, toStringpublic void setBatchThreads(int batchThreads)
batchThreads - the number of threads that will write child association changespublic void setBatchSize(int batchSize)
batchSize - the number of child associations that will be modified per transactionpublic void setImporterBootstrap(ImporterBootstrap importerBootstrap)
public void setPolicyFilter(BehaviourFilter policyFilter)
protected String applyInternal() throws Exception
AbstractPatchapplyInternal in class AbstractPatchException - anything can be thrown. This must be used for all failures.AbstractPatch.apply()Copyright © 2005–2018 Alfresco Software. All rights reserved.