Uses of Class
org.flowable.bpmn.model.CaseServiceTask
Packages that use CaseServiceTask
Package
Description
Helper classes for testing processes.
-
Uses of CaseServiceTask in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type CaseServiceTaskModifier and TypeMethodDescriptionprotected void
ServiceTaskXMLConverter.convertCaseServiceTaskXMLProperties
(CaseServiceTask caseServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) -
Uses of CaseServiceTask in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return CaseServiceTaskMethods in org.flowable.bpmn.model with parameters of type CaseServiceTask -
Uses of CaseServiceTask in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type CaseServiceTaskModifier and TypeMethodDescriptionActivityBehaviorFactory.createCaseTaskBehavior
(CaseServiceTask caseServiceTask) DefaultActivityBehaviorFactory.createCaseTaskBehavior
(CaseServiceTask caseServiceTask) -
Uses of CaseServiceTask in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type CaseServiceTaskModifier and TypeMethodDescriptionprotected void
CaseServiceTaskParseHandler.executeParse
(BpmnParse bpmnParse, CaseServiceTask caseServiceTask) -
Uses of CaseServiceTask in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type CaseServiceTaskModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createCaseTaskBehavior
(CaseServiceTask caseServiceTask) -
Uses of CaseServiceTask in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type CaseServiceTaskModifier and TypeMethodDescriptionprotected void
ExternalInvocationTaskValidator.validateFieldDeclarationsForCase
(Process process, CaseServiceTask caseServiceTask, List<ValidationError> errors)