Deprecated API


Contents
Deprecated Fields
org.camunda.bpm.model.bpmn.impl.BpmnModelConstants.ACTIVITI_NS
          use BpmnModelConstants.CAMUNDA_NS 
 

Deprecated Methods
org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder.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.AbstractStartEventBuilder.camundaAsync()
          use camundaAsyncBefore() instead. Sets the camunda async attribute to true. 
org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder.camundaAsync()
          use camundaAsyncBefore() instead. Sets the camunda async attribute to true. 
org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder.camundaAsync(boolean)
          use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute. 
org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder.camundaAsync(boolean)
          use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute. 
org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder.camundaAsync(boolean)
          use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute. 
org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder.camundaAsync(boolean)
          use camundaAsyncBefore(isCamundaAsyncBefore) instead Sets the camunda async attribute. 
org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder.createBpmnEdge(SequenceFlow)
          use AbstractBaseElementBuilder.createEdge(BaseElement) instead 
org.camunda.bpm.model.bpmn.instance.Process.getCamundaHistoryTimeToLive()
           
org.camunda.bpm.model.bpmn.instance.StartEvent.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.instance.ParallelGateway.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.instance.Task.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.instance.CallActivity.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.instance.SubProcess.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.impl.instance.TaskImpl.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl.isCamundaAsync()
          use isCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.instance.StartEvent.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.instance.ParallelGateway.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.instance.Task.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead; 
org.camunda.bpm.model.bpmn.instance.CallActivity.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.instance.SubProcess.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl.setCamundaAsync(boolean)
          use setCamundaAsyncBefore() instead. 
org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.impl.instance.TaskImpl.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl.setCamundaAsync(boolean)
          use setCamundaAsyncBefore(isCamundaAsyncBefore) instead. 
org.camunda.bpm.model.bpmn.instance.Process.setCamundaHistoryTimeToLive(Integer)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.