Uses of Class
org.flowable.bpmn.model.HttpServiceTask
Packages that use HttpServiceTask
-
Uses of HttpServiceTask in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type HttpServiceTaskModifier and TypeMethodDescriptionprotected void
ServiceTaskXMLConverter.convertHttpServiceTaskXMLProperties
(HttpServiceTask httpServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) protected void
ServiceTaskXMLConverter.writeHttpServiceTaskAdditionalAttributes
(HttpServiceTask httpServiceTask, BpmnModel model, XMLStreamWriter xtw) protected boolean
ServiceTaskXMLConverter.writeHttpTaskExtensionElements
(HttpServiceTask httpServiceTask, boolean didWriteExtensionStartElement, XMLStreamWriter xtw) -
Uses of HttpServiceTask in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return HttpServiceTaskMethods in org.flowable.bpmn.model with parameters of type HttpServiceTask