Uses of Class
org.camunda.bpm.engine.impl.variable.VariableDeclaration
Package
Description
-
Uses of VariableDeclaration in org.camunda.bpm.application.impl.event
Modifier and TypeMethodDescriptionvoid
ProcessApplicationEventParseListener.parseProperty
(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) -
Uses of VariableDeclaration in org.camunda.bpm.engine.cdi.impl.event
Modifier and TypeMethodDescriptionvoid
CdiEventSupportBpmnParseListener.parseProperty
(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) -
Uses of VariableDeclaration in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionprotected void
BpmnParse.addVariableDeclaration
(ScopeImpl scope, VariableDeclaration variableDeclaration) void
AbstractBpmnParseListener.parseProperty
(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) void
BpmnParseListener.parseProperty
(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) -
Uses of VariableDeclaration in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeMethodDescriptionvoid
HistoryParseListener.parseProperty
(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity)