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:
-
Field Summary
Fields inherited from interface org.activiti.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetName()Defaults to the fullClassName.protected ServiceRegistryGet the service-registry from the current Activiti-context.voidsetBeanRegistry(Map<Object, Object> beanRegistry) voidsetServiceRegistry(ServiceRegistry serviceRegistry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.engine.delegate.ExecutionListener
notify
-
Constructor Details
-
BaseExecutionListener
public BaseExecutionListener()
-
-
Method Details
-
getServiceRegistry
Get the service-registry from the current Activiti-context.- Returns:
- service registry
-
setServiceRegistry
- Parameters:
serviceRegistry- the serviceRegistry to set
-
setBeanRegistry
-
getName
Defaults to the fullClassName.- Returns:
- String
-