Uses of Class
org.operaton.bpm.engine.impl.bpmn.parser.OperatonErrorEventDefinition
Packages that use OperatonErrorEventDefinition
Package
Description
-
Uses of OperatonErrorEventDefinition in org.operaton.bpm.engine.impl.bpmn.helper
Fields in org.operaton.bpm.engine.impl.bpmn.helper with type parameters of type OperatonErrorEventDefinitionModifier and TypeFieldDescriptionstatic final PropertyListKey<OperatonErrorEventDefinition> BpmnProperties.OPERATON_ERROR_EVENT_DEFINITION -
Uses of OperatonErrorEventDefinition in org.operaton.bpm.engine.impl.bpmn.parser
Methods in org.operaton.bpm.engine.impl.bpmn.parser that return types with arguments of type OperatonErrorEventDefinitionModifier and TypeMethodDescriptionBpmnParse.parseOperatonErrorEventDefinitions(ActivityImpl activity, Element scopeElement) -
Uses of OperatonErrorEventDefinition in org.operaton.bpm.engine.impl.externaltask
Methods in org.operaton.bpm.engine.impl.externaltask with parameters of type OperatonErrorEventDefinitionModifier and TypeMethodDescriptionvoidExternalTaskLogger.errorEventDefinitionEvaluationException(String taskId, OperatonErrorEventDefinition errorEventDefinition, Exception exception) Logs that the error event definition expression could not be evaluated and will be considered as false -
Uses of OperatonErrorEventDefinition in org.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.bpm.engine.impl.persistence.entity with parameters of type OperatonErrorEventDefinitionModifier and TypeMethodDescriptionprotected booleanExternalTaskEntity.errorEventDefinitionMatches(OperatonErrorEventDefinition operatonErrorEventDefinition, boolean continueOnException)