Uses of Class
org.flowable.bpmn.model.SendEventServiceTask
Packages that use SendEventServiceTask
Package
Description
Helper classes for testing processes.
-
Uses of SendEventServiceTask in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type SendEventServiceTaskModifier and TypeMethodDescriptionprotected void
ServiceTaskXMLConverter.convertSendEventServiceTaskXMLProperties
(SendEventServiceTask sendEventServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) -
Uses of SendEventServiceTask in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return SendEventServiceTaskMethods in org.flowable.bpmn.model with parameters of type SendEventServiceTaskModifier and TypeMethodDescriptionvoid
SendEventServiceTask.setValues
(SendEventServiceTask otherElement) -
Uses of SendEventServiceTask in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as SendEventServiceTaskModifier and TypeFieldDescriptionprotected SendEventServiceTask
SendEventTaskActivityBehavior.sendEventServiceTask
Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type SendEventServiceTaskModifierConstructorDescriptionSendEventTaskActivityBehavior
(SendEventServiceTask sendEventServiceTask) -
Uses of SendEventServiceTask in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type SendEventServiceTaskModifier and TypeMethodDescriptionActivityBehaviorFactory.createSendEventTaskBehavior
(SendEventServiceTask sendEventServiceTask) DefaultActivityBehaviorFactory.createSendEventTaskBehavior
(SendEventServiceTask sendEventServiceTask) -
Uses of SendEventServiceTask in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type SendEventServiceTaskModifier and TypeMethodDescriptionprotected void
SendEventServiceTaskParseHandler.executeParse
(BpmnParse bpmnParse, SendEventServiceTask sendEventServiceTask) -
Uses of SendEventServiceTask in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type SendEventServiceTaskModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createSendEventTaskBehavior
(SendEventServiceTask sendEventServiceTask) -
Uses of SendEventServiceTask in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type SendEventServiceTaskModifier and TypeMethodDescriptionprotected void
ExternalInvocationTaskValidator.validateFieldDeclarationsForSendEventTask
(Process process, SendEventServiceTask sendEventServiceTask, List<ValidationError> errors)