Package | Description |
---|---|
org.jbpm.designer.client.popup | |
org.jbpm.designer.client.shared |
Modifier and Type | Method and Description |
---|---|
Variable.VariableType |
AssignmentListItemWidgetViewImpl.getVariableType() |
Variable.VariableType |
AssignmentListItemWidgetView.getVariableType() |
Variable.VariableType |
ActivityDataIOEditorWidget.getVariableType() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityDataIOEditorWidget.setVariableType(Variable.VariableType variableType) |
Modifier and Type | Method and Description |
---|---|
Variable.VariableType |
Variable.getVariableType() |
Variable.VariableType |
AssignmentRow.getVariableType() |
Variable.VariableType |
Assignment.getVariableType() |
static Variable.VariableType |
Variable.VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variable.VariableType[] |
Variable.VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.deserialize(String s,
Variable.VariableType variableType)
Deserializes a variable, NOT checking whether the datatype is custom
|
static Variable |
Variable.deserialize(String s,
Variable.VariableType variableType,
List<String> dataTypes)
Deserializes a variable, checking whether the datatype is custom or not
|
Variable |
AssignmentData.findVariable(String variableName,
Variable.VariableType variableType) |
List<AssignmentRow> |
AssignmentData.getAssignmentRows(Variable.VariableType varType)
Gets a list of AssignmentRows based on the current Assignments
|
void |
Variable.setVariableType(Variable.VariableType variableType) |
void |
AssignmentRow.setVariableType(Variable.VariableType variableType) |
void |
Assignment.setVariableType(Variable.VariableType variableType) |
Constructor and Description |
---|
Assignment(AssignmentData assignmentData,
String variableName,
Variable.VariableType variableType,
String processVarName,
String constant) |
Assignment(AssignmentData assignmentData,
String variableName,
Variable.VariableType variableType,
String dataType,
String customDataType,
String processVarName,
String constant) |
AssignmentRow(String name,
Variable.VariableType variableType,
String dataType,
String customDataType,
String processVar,
String constant) |
Variable(String name,
Variable.VariableType variableType) |
Variable(String name,
Variable.VariableType variableType,
String dataType,
String customDataType) |
Variable(Variable.VariableType variableType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.