Uses of Interface
dev.dsf.bpe.listener.ListenerVariables
Packages that use ListenerVariables
-
Uses of ListenerVariables in dev.dsf.bpe.listener
Methods in dev.dsf.bpe.listener with parameters of type ListenerVariablesModifier and TypeMethodDescriptionprotected abstract voidAbstractListener.doNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) voidContinueListener.doNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) voidEndListener.doNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) voidStartListener.doNotify(org.camunda.bpm.engine.delegate.DelegateExecution execution, ListenerVariables variables) Constructor parameters in dev.dsf.bpe.listener with type arguments of type ListenerVariablesModifierConstructorDescriptionAbstractListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory) ContinueListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory) EndListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory, FhirWebserviceClient fhirWebserviceClient) StartListener(String serverBaseUrl, Function<org.camunda.bpm.engine.delegate.DelegateExecution, ListenerVariables> variablesFactory) -
Uses of ListenerVariables in dev.dsf.bpe.variables
Classes in dev.dsf.bpe.variables that implement ListenerVariables