Package dev.dsf.bpe.listener
Class EndListener
java.lang.Object
dev.dsf.bpe.listener.AbstractListener
dev.dsf.bpe.listener.EndListener
- 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 EndListener
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
ConstructorsConstructorDescriptionEndListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory, FhirWebserviceClient fhirWebserviceClient) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddoNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) Methods inherited from class dev.dsf.bpe.listener.AbstractListener
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
-
EndListener
public EndListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory, FhirWebserviceClient fhirWebserviceClient)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractListener- Throws:
Exception
-
doNotify
public void doNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) throws Exception - Specified by:
doNotifyin classAbstractListener- Throws:
Exception
-