Uses of Interface
dev.dsf.bpe.v1.variables.Variables

Packages that use Variables
Package
Description
 
 
  • Uses of Variables in dev.dsf.bpe.v1

    Methods in dev.dsf.bpe.v1 that return Variables
    Modifier and Type
    Method
    Description
    ProcessPluginApi.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 Variables
    Modifier and Type
    Method
    Description
    protected final String
    AbstractTaskMessageSend.createAndSaveAlternativeBusinessKey(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables)
    Generates an alternative business-key and stores it as a process variable with name BpmnExecutionVariables.ALTERNATIVE_BUSINESS_KEY
    protected abstract void
    AbstractServiceDelegate.doExecute(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables)
    Implement this method to execute custom business logic within BPMN service tasks.
    protected void
    AbstractTaskMessageSend.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 String
    AbstractTaskMessageSend.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 String
    AbstractTaskMessageSend.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 String
    AbstractTaskMessageSend.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 void
    AbstractTaskMessageSend.handleEndEventError(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Exception exception, String errorMessage)
     
    protected void
    AbstractTaskMessageSend.handleIntermediateThrowEventError(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Exception exception, String errorMessage)
     
    protected void
    AbstractTaskMessageSend.handleSendTaskError(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Exception exception, String errorMessage)
     
    protected void
    AbstractTaskMessageSend.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)