Class BaseExecutionListener
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.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.ExecutionListenerBase 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 java.lang.StringgetName()Defaults to the fullClassName.protected ServiceRegistrygetServiceRegistry()Get the service-registry from the current Activiti-context.voidsetBeanRegistry(java.util.Map<java.lang.Object,java.lang.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
-
setBeanRegistry
public void setBeanRegistry(java.util.Map<java.lang.Object,java.lang.Object> beanRegistry)
-
getName
protected java.lang.String getName()
Defaults to the fullClassName.- Returns:
- String
-
-