Uses of Class
org.flowable.bpmn.model.ExternalWorkerServiceTask
Packages that use ExternalWorkerServiceTask
Package
Description
Helper classes for testing processes.
-
Uses of ExternalWorkerServiceTask in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionprotected void
ServiceTaskXMLConverter.convertExternalWorkerTaskXMLProperties
(ExternalWorkerServiceTask externalWorkerServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) protected void
ServiceTaskXMLConverter.writeExternalTaskAdditionalAttributes
(ExternalWorkerServiceTask externalWorkerTask, BpmnModel model, XMLStreamWriter xtw) -
Uses of ExternalWorkerServiceTask in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return ExternalWorkerServiceTaskMethods in org.flowable.bpmn.model with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionvoid
ExternalWorkerServiceTask.setValues
(ExternalWorkerServiceTask otherElement) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as ExternalWorkerServiceTaskModifier and TypeFieldDescriptionprotected ExternalWorkerServiceTask
ExternalWorkerTaskActivityBehavior.externalWorkerServiceTask
Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type ExternalWorkerServiceTaskModifierConstructorDescriptionExternalWorkerTaskActivityBehavior
(ExternalWorkerServiceTask externalWorkerServiceTask, Expression jobTopicExpression, Expression skipExpression) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionActivityBehaviorFactory.createExternalWorkerTaskBehavior
(ExternalWorkerServiceTask externalWorkerServiceTask) DefaultActivityBehaviorFactory.createExternalWorkerTaskBehavior
(ExternalWorkerServiceTask externalWorkerServiceTask) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionprotected void
ExternalWorkerServiceTaskParseHandler.executeParse
(BpmnParse bpmnParse, ExternalWorkerServiceTask externalWorkerServiceTask) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor declared as ExternalWorkerServiceTaskModifier and TypeFieldDescriptionprotected final ExternalWorkerServiceTask
CreateExternalWorkerJobAfterContext.externalWorkerServiceTask
protected final ExternalWorkerServiceTask
CreateExternalWorkerJobBeforeContext.externalWorkerServiceTask
Methods in org.flowable.engine.interceptor that return ExternalWorkerServiceTaskModifier and TypeMethodDescriptionCreateExternalWorkerJobAfterContext.getExternalWorkerServiceTask()
CreateExternalWorkerJobBeforeContext.getExternalWorkerServiceTask()
Constructors in org.flowable.engine.interceptor with parameters of type ExternalWorkerServiceTaskModifierConstructorDescriptionCreateExternalWorkerJobAfterContext
(ExternalWorkerServiceTask externalWorkerServiceTask, ExternalWorkerJobEntity externalWorkerJobEntity, DelegateExecution execution) CreateExternalWorkerJobBeforeContext
(ExternalWorkerServiceTask externalWorkerServiceTask, DelegateExecution execution, String jobCategory) -
Uses of ExternalWorkerServiceTask in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createExternalWorkerTaskBehavior
(ExternalWorkerServiceTask externalWorkerServiceTask) -
Uses of ExternalWorkerServiceTask in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type ExternalWorkerServiceTaskModifier and TypeMethodDescriptionprotected void
ExternalInvocationTaskValidator.validateExternalWorkerTask
(Process process, ExternalWorkerServiceTask externalWorkerServiceTask, List<ValidationError> errors)