public class AliasableAspectPatch extends AbstractPatch
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, patchService, searchService, tenantAdminService, transactionHelper, transactionService
Constructor and Description |
---|
AliasableAspectPatch() |
Modifier and Type | Method and Description |
---|---|
protected String |
applyInternal()
This method does the work.
|
AttributeService |
getAttributeService() |
BehaviourFilter |
getBehaviourFilter() |
NodeDAO |
getNodeDAO() |
PatchDAO |
getPatchDAO() |
QNameDAO |
getQnameDAO() |
void |
setAttributeService(AttributeService attributeService) |
void |
setBehaviourFilter(BehaviourFilter behaviourFilter) |
void |
setNodeDAO(NodeDAO nodeDAO) |
void |
setPatchDAO(PatchDAO patchDAO) |
void |
setQnameDAO(QNameDAO qnameDAO) |
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 String applyInternal() throws Exception
AbstractPatch
applyInternal
in class AbstractPatch
Exception
- anything can be thrown. This must be used for all failures.AbstractPatch.apply()
public void setAttributeService(AttributeService attributeService)
public AttributeService getAttributeService()
public void setNodeDAO(NodeDAO nodeDAO)
public NodeDAO getNodeDAO()
public void setPatchDAO(PatchDAO patchDAO)
public PatchDAO getPatchDAO()
public void setQnameDAO(QNameDAO qnameDAO)
public QNameDAO getQnameDAO()
public void setBehaviourFilter(BehaviourFilter behaviourFilter)
public BehaviourFilter getBehaviourFilter()
Copyright © 2005–2017 Alfresco Software. All rights reserved.