public class ModuleCompatibilityComponent extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Checks that the currently installed RM AMP licence mode matches that of the underlying repository.
| Constructor and Description |
|---|
ModuleCompatibilityComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) |
void |
setDescriptorService(org.alfresco.service.descriptor.DescriptorService descriptorService) |
void |
setModuleService(org.alfresco.service.cmr.module.ModuleService moduleService) |
public void setDescriptorService(org.alfresco.service.descriptor.DescriptorService descriptorService)
descriptorService - descriptor servicepublic void setModuleService(org.alfresco.service.cmr.module.ModuleService moduleService)
moduleService - module servicepublic void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>ApplicationListener.onApplicationEvent(org.springframework.context.ApplicationEvent)Copyright © 2005–2018 Alfresco Software. All rights reserved.