Uses of Interface
dev.dsf.bpe.v1.variables.Variables
Packages that use Variables
-
Uses of Variables in dev.dsf.bpe.v1
Methods in dev.dsf.bpe.v1 that return VariablesModifier and TypeMethodDescriptionProcessPluginApi.getVariables(org.camunda.bpm.engine.delegate.DelegateExecution execution) -
Uses of Variables in dev.dsf.bpe.v1.activity
Methods in dev.dsf.bpe.v1.activity with parameters of type VariablesModifier and TypeMethodDescriptionprotected final StringAbstractTaskMessageSend.createAndSaveAlternativeBusinessKey(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) Generates an alternative business-key and stores it as a process variable with nameBpmnExecutionVariables.ALTERNATIVE_BUSINESS_KEYprotected abstract voidAbstractServiceDelegate.doExecute(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) Implement this method to execute custom business logic within BPMN service tasks.protected voidAbstractTaskMessageSend.doExecute(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) protected Stream<org.hl7.fhir.r4.model.Task.ParameterComponent> AbstractTaskMessageSend.getAdditionalInputParameters(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) Override this method to add additional input parameters to the task resource being send.protected StringAbstractTaskMessageSend.getInstantiatesCanonical(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) Retrieves the instantiatesCanonical value used for Task resources send by this class via the injected field instantiatesCanonical.protected StringAbstractTaskMessageSend.getMessageName(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) Retrieves the messageName value used for Task resources send by this class via the injected field messageName.protected StringAbstractTaskMessageSend.getProfile(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables) Retrieves the profile value used for Task resources send by this class via the injected field profile.protected voidAbstractTaskMessageSend.handleEndEventError(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Exception exception, String errorMessage) protected voidAbstractTaskMessageSend.handleIntermediateThrowEventError(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Exception exception, String errorMessage) protected voidAbstractTaskMessageSend.handleSendTaskError(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Exception exception, String errorMessage) protected voidAbstractTaskMessageSend.sendTask(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Target target, String instantiatesCanonical, String messageName, String businessKey, String profile, Stream<org.hl7.fhir.r4.model.Task.ParameterComponent> additionalInputParameters)