|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assignment | |
---|---|
org.jbpm.workflow.core.node |
Uses of Assignment in org.jbpm.workflow.core.node |
---|
Methods in org.jbpm.workflow.core.node that return types with arguments of type Assignment | |
---|---|
List<Assignment> |
DataAssociation.getAssignments()
|
Method parameters in org.jbpm.workflow.core.node with type arguments of type Assignment | |
---|---|
void |
DataAssociation.setAssignments(List<Assignment> assignments)
|
Constructor parameters in org.jbpm.workflow.core.node with type arguments of type Assignment | |
---|---|
DataAssociation(List<String> sources,
String target,
List<Assignment> assignments,
Transformation transformation)
|
|
DataAssociation(String source,
String target,
List<Assignment> assignments,
Transformation transformation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |