public class ModelUsageDataCollector extends HBBaseDataCollector implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ModelUsageDataCollector(String collectorId,
String collectorVersion,
String cronExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
List<org.alfresco.heartbeat.datasender.HBData> |
collectData()
This method returns data to be collected.
|
void |
setCurrentRepoDescriptorDAO(DescriptorDAO currentRepoDescriptorDAO) |
void |
setCustomModelService(org.alfresco.service.cmr.dictionary.CustomModelService customModelService) |
void |
setTransactionService(TransactionService transactionService) |
deregister, getCollectorId, getCollectorVersion, getCronExpression, register, setHbDataCollectorServicepublic void setCurrentRepoDescriptorDAO(DescriptorDAO currentRepoDescriptorDAO)
public void setCustomModelService(org.alfresco.service.cmr.dictionary.CustomModelService customModelService)
public void setTransactionService(TransactionService transactionService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic List<org.alfresco.heartbeat.datasender.HBData> collectData()
HBBaseDataCollectorcollectData in class HBBaseDataCollectorHBDataCopyright © 2005–2018 Alfresco Software. All rights reserved.