Uses of Class
org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
-
Uses of VariableDeclaration in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type VariableDeclaration Modifier and Type Method Description voidProcessApplicationEventParseListener. parseProperty(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) -
Uses of VariableDeclaration in org.camunda.bpm.engine.cdi.impl.event
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type VariableDeclaration Modifier and Type Method Description voidCdiEventSupportBpmnParseListener. parseProperty(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) -
Uses of VariableDeclaration in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type VariableDeclaration Modifier and Type Method Description protected voidBpmnParse. addVariableDeclaration(ScopeImpl scope, VariableDeclaration variableDeclaration)voidAbstractBpmnParseListener. parseProperty(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity)voidBpmnParseListener. parseProperty(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity) -
Uses of VariableDeclaration in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type VariableDeclaration Modifier and Type Method Description voidHistoryParseListener. parseProperty(Element propertyElement, VariableDeclaration variableDeclaration, ActivityImpl activity)
-