Uses of Class
org.camunda.bpm.model.bpmn.builder.ServiceTaskBuilder
-
Packages that use ServiceTaskBuilder Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ServiceTaskBuilder in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return ServiceTaskBuilder Modifier and Type Method Description ServiceTaskBuilder
AbstractFlowNodeBuilder. serviceTask()
ServiceTaskBuilder
AbstractFlowNodeBuilder. serviceTask(String id)
-
Uses of ServiceTaskBuilder in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ServiceTaskBuilder Modifier and Type Method Description ServiceTaskBuilder
ServiceTaskImpl. builder()
-
Uses of ServiceTaskBuilder in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ServiceTaskBuilder Modifier and Type Method Description ServiceTaskBuilder
ServiceTask. builder()
-