Class PersonAttributeExtractorPlugin

java.lang.Object
fr.becpg.repo.helper.impl.PersonAttributeExtractorPlugin
All Implemented Interfaces:
AttributeExtractorService.AttributeExtractorPlugin

@Service public class PersonAttributeExtractorPlugin extends Object implements AttributeExtractorService.AttributeExtractorPlugin

PersonAttributeExtractorPlugin class.

Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
    • nodeService

      @Autowired org.alfresco.service.cmr.repository.NodeService nodeService
    • personService

      @Autowired org.alfresco.service.cmr.security.PersonService personService
    • beCPGCacheService

      @Autowired BeCPGCacheService beCPGCacheService
    • namespaceService

      @Autowired org.alfresco.service.namespace.NamespaceService namespaceService
    • tenantService

      @Autowired org.alfresco.repo.tenant.TenantService tenantService
  • Constructor Details

    • PersonAttributeExtractorPlugin

      public PersonAttributeExtractorPlugin()
  • Method Details