public class AliasableAspectPatch extends AbstractPatch
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, searchService, tenantAdminService, transactionHelper, transactionService| Constructor and Description |
|---|
AliasableAspectPatch() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.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, toStringprotected 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()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 - 2013 Alfresco Software, Inc. All Rights Reserved.