Uses of Class
org.flowable.bpmn.model.CompensateEventDefinition
Packages that use CompensateEventDefinition
Package
Description
Helper classes for testing processes.
-
Uses of CompensateEventDefinition in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type CompensateEventDefinitionModifier and TypeMethodDescriptionprotected void
BaseBpmnXMLConverter.writeCompensateDefinition
(Event parentEvent, CompensateEventDefinition compensateEventDefinition, BpmnModel model, XMLStreamWriter xtw) -
Uses of CompensateEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return CompensateEventDefinitionMethods in org.flowable.bpmn.model with parameters of type CompensateEventDefinitionModifier and TypeMethodDescriptionvoid
CompensateEventDefinition.setValues
(CompensateEventDefinition otherDefinition) -
Uses of CompensateEventDefinition in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as CompensateEventDefinitionModifier and TypeFieldDescriptionprotected CompensateEventDefinition
BoundaryCompensateEventActivityBehavior.compensateEventDefinition
protected final CompensateEventDefinition
IntermediateThrowCompensationEventActivityBehavior.compensateEventDefinition
Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type CompensateEventDefinitionModifierConstructorDescriptionBoundaryCompensateEventActivityBehavior
(CompensateEventDefinition compensateEventDefinition, boolean interrupting) IntermediateThrowCompensationEventActivityBehavior
(CompensateEventDefinition compensateEventDefinition) -
Uses of CompensateEventDefinition in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type CompensateEventDefinitionModifier and TypeMethodDescriptionActivityBehaviorFactory.createBoundaryCompensateEventActivityBehavior
(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) DefaultActivityBehaviorFactory.createBoundaryCompensateEventActivityBehavior
(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) ActivityBehaviorFactory.createIntermediateThrowCompensationEventActivityBehavior
(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) DefaultActivityBehaviorFactory.createIntermediateThrowCompensationEventActivityBehavior
(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) -
Uses of CompensateEventDefinition in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type CompensateEventDefinitionModifier and TypeMethodDescriptionprotected void
CompensateEventDefinitionParseHandler.executeParse
(BpmnParse bpmnParse, CompensateEventDefinition eventDefinition) -
Uses of CompensateEventDefinition in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type CompensateEventDefinitionModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createBoundaryCompensateEventActivityBehavior
(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) TestActivityBehaviorFactory.createIntermediateThrowCompensationEventActivityBehavior
(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition)