JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Fields
Methods
Fields
Field
Description
org.camunda.bpm.model.bpmn.impl.BpmnModelConstants.ACTIVITI_NS
use
BpmnModelConstants.CAMUNDA_NS
Methods
Method
Description
org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder.createBpmnEdge(SequenceFlow)
use
AbstractBaseElementBuilder.createEdge(BaseElement)
instead
org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder.camundaAsync()
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder.camundaAsync()
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder.camundaAsync()
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder.camundaAsync()
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl.setCamundaAsync(boolean)
use setCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.impl.instance.TaskImpl.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.impl.instance.TaskImpl.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.instance.CallActivity.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.instance.CallActivity.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.instance.ParallelGateway.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.instance.ParallelGateway.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.instance.Process.getCamundaHistoryTimeToLive()
org.camunda.bpm.model.bpmn.instance.Process.setCamundaHistoryTimeToLive(Integer)
org.camunda.bpm.model.bpmn.instance.StartEvent.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.instance.StartEvent.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.instance.SubProcess.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.instance.SubProcess.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
org.camunda.bpm.model.bpmn.instance.Task.isCamundaAsync()
use isCamundaAsyncBefore() instead.
org.camunda.bpm.model.bpmn.instance.Task.setCamundaAsync(boolean)
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead;