Uses of Class
org.jbpm.designer.client.shared.AssignmentRow
-
Packages that use AssignmentRow Package Description org.jbpm.designer.client.popup org.jbpm.designer.client.shared -
-
Uses of AssignmentRow in org.jbpm.designer.client.popup
Fields in org.jbpm.designer.client.popup with type parameters of type AssignmentRow Modifier and Type Field Description protected org.jboss.errai.databinding.client.api.DataBinder<AssignmentRow>
AssignmentListItemWidgetViewImpl. assignment
Errai's data binding module will automatically bind the provided instance of the model (seeAssignmentListItemWidgetViewImpl.setModel(AssignmentRow)
) to all fields annotated withBound
.protected org.jboss.errai.ui.client.widget.ListWidget<AssignmentRow,AssignmentListItemWidgetViewImpl>
ActivityDataIOEditorWidgetViewImpl. assignments
The list of assignments that currently exist.Methods in org.jbpm.designer.client.popup that return AssignmentRow Modifier and Type Method Description AssignmentRow
AssignmentListItemWidgetViewImpl. getModel()
Methods in org.jbpm.designer.client.popup that return types with arguments of type AssignmentRow Modifier and Type Method Description List<AssignmentRow>
ActivityDataIOEditorWidgetView. getAssignmentRows()
List<AssignmentRow>
ActivityDataIOEditorWidgetViewImpl. getAssignmentRows()
List<AssignmentRow>
ActivityDataIOEditorWidget. getData()
List<AssignmentRow>
ActivityDataIOEditorView. getInputAssignmentData()
List<AssignmentRow>
ActivityDataIOEditorViewImpl. getInputAssignmentData()
List<AssignmentRow>
ActivityDataIOEditorView. getOutputAssignmentData()
List<AssignmentRow>
ActivityDataIOEditorViewImpl. getOutputAssignmentData()
Methods in org.jbpm.designer.client.popup with parameters of type AssignmentRow Modifier and Type Method Description void
ActivityDataIOEditorWidget. removeAssignment(AssignmentRow assignmentRow)
void
AssignmentListItemWidgetViewImpl. setModel(AssignmentRow model)
Method parameters in org.jbpm.designer.client.popup with type arguments of type AssignmentRow Modifier and Type Method Description void
ActivityDataIOEditorWidgetView. setAssignmentRows(List<AssignmentRow> rows)
void
ActivityDataIOEditorWidgetViewImpl. setAssignmentRows(List<AssignmentRow> rows)
void
ActivityDataIOEditorWidget. setData(List<AssignmentRow> assignmentRows)
void
ActivityDataIOEditor. setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows)
void
ActivityDataIOEditorView. setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows)
void
ActivityDataIOEditorViewImpl. setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows)
void
ActivityDataIOEditor. setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows)
void
ActivityDataIOEditorView. setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows)
void
ActivityDataIOEditorViewImpl. setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows)
-
Uses of AssignmentRow in org.jbpm.designer.client.shared
Methods in org.jbpm.designer.client.shared that return types with arguments of type AssignmentRow Modifier and Type Method Description List<AssignmentRow>
AssignmentData. getAssignmentRows(Variable.VariableType varType)
Gets a list of AssignmentRows based on the current AssignmentsMethods in org.jbpm.designer.client.shared with parameters of type AssignmentRow Modifier and Type Method Description protected void
AssignmentData. convertAssignmentRow(AssignmentRow assignmentRow)
Constructor parameters in org.jbpm.designer.client.shared with type arguments of type AssignmentRow Constructor Description AssignmentData(List<AssignmentRow> inputAssignmentRows, List<AssignmentRow> outputAssignmentRows, List<String> dataTypes, List<String> dataTypeDisplayNames)
Creates AssignmentData based on a list of inputAssignmentRows and outputAssignmentRows.
-