Class BaseExecutionListener

  • All Implemented Interfaces:
    java.io.Serializable, org.activiti.engine.delegate.ExecutionListener

    public abstract class BaseExecutionListener
    extends java.lang.Object
    implements org.activiti.engine.delegate.ExecutionListener
    Base class for all ExecutionListeners used in Alfresco-context.
    Author:
    Frederik Heremans
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.activiti.engine.delegate.ExecutionListener

        EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getName()
      Defaults to the full Class Name.
      protected ServiceRegistry getServiceRegistry()
      Get the service-registry from the current Activiti-context.
      void setBeanRegistry​(java.util.Map<java.lang.Object,​java.lang.Object> beanRegistry)  
      void setServiceRegistry​(ServiceRegistry serviceRegistry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.activiti.engine.delegate.ExecutionListener

        notify
    • Constructor Detail

      • BaseExecutionListener

        public BaseExecutionListener()
    • Method Detail

      • 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​(java.util.Map<java.lang.Object,​java.lang.Object> beanRegistry)
      • getName

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