Package dev.dsf.bpe.listener
Class StartListener
java.lang.Object
dev.dsf.bpe.listener.AbstractListener
dev.dsf.bpe.listener.StartListener
- All Implemented Interfaces:
org.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>,org.camunda.bpm.engine.delegate.ExecutionListener,org.springframework.beans.factory.InitializingBean
public class StartListener
extends AbstractListener
implements org.camunda.bpm.engine.delegate.ExecutionListener
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
ConstructorsConstructorDescriptionStartListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) Methods inherited from class dev.dsf.bpe.listener.AbstractListener
afterPropertiesSet, getCurrentTime, getFirstInputParameter, getLocalVersionlessAbsoluteUrl, getRequesterIdentifierValue, notifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
notify
-
Constructor Details
-
StartListener
public StartListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory)
-
-
Method Details
-
doNotify
public void doNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) throws Exception - Specified by:
doNotifyin classAbstractListener- Throws:
Exception
-