Class AuthoritiesDataCollector

java.lang.Object
org.alfresco.heartbeat.HBBaseDataCollector
org.alfresco.heartbeat.AuthoritiesDataCollector
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class AuthoritiesDataCollector extends HBBaseDataCollector implements org.springframework.beans.factory.InitializingBean
A collector of data related authorities. The AuthorityService encapsulates authorities granted to users.
Author:
eknizat
  • Constructor Details

  • Method Details

    • setCurrentRepoDescriptorDAO

      public void setCurrentRepoDescriptorDAO(DescriptorDAO currentRepoDescriptorDAO)
    • setAuthorityService

      public void setAuthorityService(AuthorityService authorityService)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • collectData

      public List<org.alfresco.heartbeat.datasender.HBData> collectData()
      Description copied from class: HBBaseDataCollector
      This method returns data to be collected.
      Specified by:
      collectData in class HBBaseDataCollector
      Returns:
      List of HBData