Class TransactionalRuntimeServiceWrapper

  • All Implemented Interfaces:
    org.camunda.bpm.engine.RuntimeService

    
    public class TransactionalRuntimeServiceWrapper
     implements RuntimeService
                        

    Used to wrap the creation of message and signal correlation in new transactions.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      MessageCorrelationBuilder createMessageCorrelation(String messageName)
      SignalEventReceivedBuilder createSignalEvent(String signalName)
      • Methods inherited from class org.camunda.bpm.engine.RuntimeService

        activateProcessInstanceById, activateProcessInstanceByProcessDefinitionId, activateProcessInstanceByProcessDefinitionKey, clearAnnotationForIncidentById, correlateMessage, correlateMessage, correlateMessage, correlateMessage, correlateMessage, correlateMessage, createConditionEvaluation, createEventSubscriptionQuery, createExecutionQuery, createIncident, createIncident, createIncidentQuery, createMessageCorrelationAsync, createMigrationPlan, createModification, createNativeExecutionQuery, createNativeProcessInstanceQuery, createProcessInstanceById, createProcessInstanceByKey, createProcessInstanceModification, createProcessInstanceQuery, createVariableInstanceQuery, deleteProcessInstance, deleteProcessInstance, deleteProcessInstance, deleteProcessInstance, deleteProcessInstance, deleteProcessInstanceIfExists, deleteProcessInstances, deleteProcessInstances, deleteProcessInstances, deleteProcessInstancesAsync, deleteProcessInstancesAsync, deleteProcessInstancesAsync, deleteProcessInstancesAsync, deleteProcessInstancesAsync, deleteProcessInstancesAsync, deleteProcessInstancesAsync, deleteProcessInstancesIfExists, getActiveActivityIds, getActivityInstance, getVariable, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableTyped, getVariableTyped, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariablesTyped, messageEventReceived, messageEventReceived, newMigration, removeVariable, removeVariableLocal, removeVariables, removeVariablesLocal, resolveIncident, restartProcessInstances, setAnnotationForIncidentById, setVariable, setVariableLocal, setVariables, setVariablesAsync, setVariablesAsync, setVariablesAsync, setVariablesAsync, setVariablesLocal, signal, signal, signal, signalEventReceived, signalEventReceived, signalEventReceived, signalEventReceived, startProcessInstanceById, startProcessInstanceById, startProcessInstanceById, startProcessInstanceById, startProcessInstanceById, startProcessInstanceById, startProcessInstanceByKey, startProcessInstanceByKey, startProcessInstanceByKey, startProcessInstanceByKey, startProcessInstanceByKey, startProcessInstanceByKey, startProcessInstanceByMessage, startProcessInstanceByMessage, startProcessInstanceByMessage, startProcessInstanceByMessage, startProcessInstanceByMessageAndProcessDefinitionId, startProcessInstanceByMessageAndProcessDefinitionId, startProcessInstanceByMessageAndProcessDefinitionId, startProcessInstanceByMessageAndProcessDefinitionId, suspendProcessInstanceById, suspendProcessInstanceByProcessDefinitionId, suspendProcessInstanceByProcessDefinitionKey, updateProcessInstanceSuspensionState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransactionalRuntimeServiceWrapper

        TransactionalRuntimeServiceWrapper(RuntimeService runtimeService)