Class BeCPGSpelFunctions

java.lang.Object
fr.becpg.repo.formulation.spel.BeCPGSpelFunctions
All Implemented Interfaces:
CustomSpelFunctions

@Service public class BeCPGSpelFunctions extends Object implements CustomSpelFunctions
Register custom beCPG SPEL helper accessible with @beCPG.
Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • logger

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

      @Autowired private RepositoryEntityDefReader<RepositoryEntity> repositoryEntityDefReader
    • entityDictionaryService

      @Autowired private EntityDictionaryService entityDictionaryService
    • nodeService

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

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

      @Autowired private AssociationService associationService
    • entityListDAO

      @Autowired private EntityListDAO entityListDAO
    • scriptService

      @Autowired private org.alfresco.service.cmr.repository.ScriptService scriptService
    • alfrescoRepository

      @Autowired private AlfrescoRepository<RepositoryEntity> alfrescoRepository
    • formulaService

      @Autowired private SpelFormulaService formulaService
    • attributeExtractorService

      @Autowired private AttributeExtractorService attributeExtractorService
  • Constructor Details

    • BeCPGSpelFunctions

      public BeCPGSpelFunctions()
  • Method Details