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 allExecutionListeners used in Alfresco-context.- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetName()Defaults to the fullClassName.protected ServiceRegistrygetServiceRegistry()Get the service-registry from the current Activiti-context.voidsetBeanRegistry(Map<Object,Object> beanRegistry)voidsetServiceRegistry(ServiceRegistry serviceRegistry)
-
-
-
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
-
-