Package | Description |
---|---|
org.jbpm.bpmn2.xml | |
org.jbpm.compiler.xml | |
org.jbpm.process.core.context.variable |
Modifier and Type | Method and Description |
---|---|
static void |
XmlBPMNProcessDumper.visitVariables(List<Variable> variables,
StringBuilder xmlDump) |
Modifier and Type | Method and Description |
---|---|
static void |
XmlWorkflowProcessDumper.visitVariables(List<Variable> variables,
StringBuilder xmlDump) |
Modifier and Type | Method and Description |
---|---|
Variable |
VariableScope.findVariable(String variableName) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
VariableScope.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
VariableScope.setVariables(List<Variable> variables) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.