Class RMv21ReportServicePatch
- java.lang.Object
-
- org.alfresco.repo.module.AbstractModuleComponent
-
- org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
-
- org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21PatchComponent
-
- org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21ReportServicePatch
-
- All Implemented Interfaces:
org.alfresco.repo.module.ModuleComponent
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
,org.springframework.context.ApplicationContextAware
public class RMv21ReportServicePatch extends RMv21PatchComponent implements org.springframework.beans.factory.BeanNameAware
Report service patch, adding report structure in data dictionary and report templates.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Field Summary
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
behaviourFilter, LOGGER, modulePatchExecuter, registryService, retryingTransactionHelper
-
-
Constructor Summary
Constructors Constructor Description RMv21ReportServicePatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executePatch()
Execute patch work.void
setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
void
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21PatchComponent
init, setApplicationContext
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
executeInternal, setBehaviourFilter, setModulePatchExecuter, setRegistryService, setRetryingTransactionHelper
-
Methods inherited from class org.alfresco.repo.module.AbstractModuleComponent
checkProperties, equals, execute, getAppliesFromVersionNumber, getAppliesToVersionNumber, getDependsOn, getDescription, getModuleId, getName, getSinceVersionNumber, hashCode, isExecuteOnceOnly, setAppliesFromVersion, setAppliesToVersion, setAuthenticationComponent, setBeanName, setDependsOn, setDescription, setExecuteOnceOnly, setModuleId, setModuleService, setName, setServiceRegistry, setSinceVersion, setTenantAdminService, shutdown, toString
-
-
-
-
Method Detail
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
- Parameters:
nodeService
- node service
-
setContentService
public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
-
executePatch
protected void executePatch()
Description copied from class:ModulePatchComponent
Execute patch work.- Specified by:
executePatch
in classModulePatchComponent
-
-