Class 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:
    Serialized Form
    • 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​(Map<Object,​Object> beanRegistry)
      • getName

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