Uses of Class
org.flowable.bpmn.model.ConditionalEventDefinition
Packages that use ConditionalEventDefinition
Package
Description
Helper classes for testing processes.
-
Uses of ConditionalEventDefinition in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type ConditionalEventDefinitionModifier and TypeMethodDescriptionprotected voidBaseBpmnXMLConverter.writeConditionalDefinition(Event parentEvent, ConditionalEventDefinition conditionalDefinition, BpmnModel model, XMLStreamWriter xtw) -
Uses of ConditionalEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return ConditionalEventDefinitionMethods in org.flowable.bpmn.model with parameters of type ConditionalEventDefinitionModifier and TypeMethodDescriptionvoidConditionalEventDefinition.setValues(ConditionalEventDefinition otherDefinition) -
Uses of ConditionalEventDefinition in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as ConditionalEventDefinitionModifier and TypeFieldDescriptionprotected ConditionalEventDefinitionBoundaryConditionalEventActivityBehavior.conditionalEventDefinitionprotected ConditionalEventDefinitionEventSubProcessConditionalStartEventActivityBehavior.conditionalEventDefinitionprotected ConditionalEventDefinitionIntermediateCatchConditionalEventActivityBehavior.conditionalEventDefinitionConstructors in org.flowable.engine.impl.bpmn.behavior with parameters of type ConditionalEventDefinitionModifierConstructorDescriptionBoundaryConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) EventSubProcessConditionalStartEventActivityBehavior(ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) IntermediateCatchConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage) -
Uses of ConditionalEventDefinition in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type ConditionalEventDefinitionModifier and TypeMethodDescriptionActivityBehaviorFactory.createBoundaryConditionalEventActivityBehavior(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) DefaultActivityBehaviorFactory.createBoundaryConditionalEventActivityBehavior(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) ActivityBehaviorFactory.createEventSubProcessConditionalStartEventActivityBehavior(StartEvent startEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) DefaultActivityBehaviorFactory.createEventSubProcessConditionalStartEventActivityBehavior(StartEvent startEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) ActivityBehaviorFactory.createIntermediateCatchConditionalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage) DefaultActivityBehaviorFactory.createIntermediateCatchConditionalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage) -
Uses of ConditionalEventDefinition in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type ConditionalEventDefinitionModifier and TypeMethodDescriptionprotected voidConditionalEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse, ConditionalEventDefinition eventDefinition) -
Uses of ConditionalEventDefinition in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type ConditionalEventDefinitionModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createBoundaryConditionalEventActivityBehavior(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) TestActivityBehaviorFactory.createEventSubProcessConditionalStartEventActivityBehavior(StartEvent startEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) TestActivityBehaviorFactory.createIntermediateCatchConditionalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage)