Package | Description |
---|---|
org.jbpm.designer.client.popup | |
org.jbpm.designer.client.shared |
Modifier and Type | Method and Description |
---|---|
AssignmentRow |
AssignmentListItemWidget.getModel() |
Modifier and Type | Method and Description |
---|---|
List<AssignmentRow> |
ActivityDataIOEditorWidget.getData() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityDataIOEditorWidget.removeAssignment(AssignmentRow assignmentRow) |
void |
AssignmentListItemWidget.setModel(AssignmentRow model) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityDataIOEditorWidget.setData(List<AssignmentRow> assignmentRows) |
void |
ActivityDataIOEditor.setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows) |
void |
ActivityDataIOEditor.setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows) |
Modifier and Type | Method and Description |
---|---|
List<AssignmentRow> |
AssignmentData.getAssignmentRows(Variable.VariableType varType)
Gets a list of AssignmentRows based on the current Assignments
|
Modifier and Type | Method and Description |
---|---|
protected void |
AssignmentData.convertAssignmentRow(AssignmentRow assignmentRow) |
Constructor and Description |
---|
AssignmentData(List<AssignmentRow> inputAssignmentRows,
List<AssignmentRow> outputAssignmentRows,
List<String> dataTypes,
List<String> dataTypeDisplayNames)
Creates AssignmentData based on a list of inputAssignmentRows and outputAssignmentRows.
|
AssignmentData(List<AssignmentRow> inputAssignmentRows,
List<AssignmentRow> outputAssignmentRows,
List<String> dataTypes,
List<String> dataTypeDisplayNames)
Creates AssignmentData based on a list of inputAssignmentRows and outputAssignmentRows.
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.