Class AttributeExtractorServiceImpl

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

@Service("attributeExtractorService") public class AttributeExtractorServiceImpl extends Object implements AttributeExtractorService

AttributeExtractorServiceImpl class.

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

    • logger

      private static final org.apache.commons.logging.Log logger
      Constant logger
    • mlNodeService

      @Autowired @Qualifier("mlAwareNodeService") protected org.alfresco.service.cmr.repository.NodeService mlNodeService
    • nodeService

      @Autowired private org.alfresco.service.cmr.repository.NodeService nodeService
    • entityDictionaryService

      @Autowired private EntityDictionaryService entityDictionaryService
    • associationService

      @Autowired private AssociationService associationService
    • namespaceService

      @Autowired private org.alfresco.service.namespace.NamespaceService namespaceService
    • taggingService

      @Autowired private org.alfresco.service.cmr.tagging.TaggingService taggingService
    • permissionService

      @Autowired private org.alfresco.service.cmr.security.PermissionService permissionService
    • securityService

      @Autowired private SecurityService securityService
    • attributeExtractorPlugins

      @Autowired private AttributeExtractorService.AttributeExtractorPlugin[] attributeExtractorPlugins
    • personAttributeExtractorPlugin

      @Autowired private PersonAttributeExtractorPlugin personAttributeExtractorPlugin
    • beCPGCacheService

      @Autowired private BeCPGCacheService beCPGCacheService
    • commonDataListCallBack

  • Constructor Details

    • AttributeExtractorServiceImpl

      public AttributeExtractorServiceImpl()
  • Method Details