Class BaseExecutionListener

java.lang.Object
org.alfresco.repo.workflow.activiti.BaseExecutionListener
All Implemented Interfaces:
Serializable, org.activiti.engine.delegate.ExecutionListener

public abstract class BaseExecutionListener extends Object implements org.activiti.engine.delegate.ExecutionListener
Base class for all ExecutionListeners used in Alfresco-context.
Author:
Frederik Heremans
See Also:
  • Constructor Details

    • BaseExecutionListener

      public BaseExecutionListener()
  • Method Details

    • getServiceRegistry

      protected ServiceRegistry getServiceRegistry()
      Get the service-registry from the current Activiti-context.
      Returns:
      service registry
    • setServiceRegistry

      public void setServiceRegistry(ServiceRegistry serviceRegistry)
      Parameters:
      serviceRegistry - the serviceRegistry to set
    • setBeanRegistry

      public void setBeanRegistry(Map<Object,Object> beanRegistry)
    • getName

      protected String getName()
      Defaults to the full Class Name.
      Returns:
      String