Class ScriptsFormulationHandler

java.lang.Object
fr.becpg.repo.formulation.FormulationBaseHandler<FormulatedEntity>
fr.becpg.repo.formulation.impl.ScriptsFormulationHandler
All Implemented Interfaces:
FormulationHandler<FormulatedEntity>

public class ScriptsFormulationHandler extends FormulationBaseHandler<FormulatedEntity>

ScriptsFormulationHandler class.

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

    • nodeService

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

      private org.alfresco.service.namespace.NamespaceService namespaceService
    • scriptService

      private org.alfresco.service.cmr.repository.ScriptService scriptService
    • formulaService

      private SpelFormulaService formulaService
    • contentService

      private org.alfresco.service.cmr.repository.ContentService contentService
    • associationService

      private AssociationService associationService
    • logger

      private static org.apache.commons.logging.Log logger
  • Constructor Details

    • ScriptsFormulationHandler

      public ScriptsFormulationHandler()
  • Method Details

    • setNodeService

      public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)

      Setter for the field nodeService.

      Parameters:
      nodeService - a NodeService object.
    • setNamespaceService

      public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)

      Setter for the field namespaceService.

      Parameters:
      namespaceService - a NamespaceService object.
    • setScriptService

      public void setScriptService(org.alfresco.service.cmr.repository.ScriptService scriptService)

      Setter for the field scriptService.

      Parameters:
      scriptService - a ScriptService object.
    • setFormulaService

      public void setFormulaService(SpelFormulaService formulaService)

      Setter for the field formulaService.

      Parameters:
      formulaService - a SpelFormulaService object.
    • setContentService

      public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)

      Setter for the field contentService.

      Parameters:
      contentService - a ContentService object.
    • setAssociationService

      public void setAssociationService(AssociationService associationService)

      Setter for the field associationService.

      Parameters:
      associationService - a AssociationService object.
    • setLogger

      public static void setLogger(org.apache.commons.logging.Log logger)

      Setter for the field logger.

      Parameters:
      logger - a Log object.
    • process

      public boolean process(FormulatedEntity entity)
      Implements processing element logic in a chain.
      Parameters:
      entity - Any type passed as context information.
      Returns:
      true, if should call next handler