Uses of Class
org.flowable.bpmn.model.DataAssociation
Packages that use DataAssociation
-
Uses of DataAssociation in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type DataAssociationModifier and TypeFieldDescriptionprotected List
<DataAssociation> Activity.dataInputAssociations
protected List
<DataAssociation> Activity.dataOutputAssociations
Methods in org.flowable.bpmn.model that return DataAssociationMethods in org.flowable.bpmn.model that return types with arguments of type DataAssociationModifier and TypeMethodDescriptionActivity.getDataInputAssociations()
Activity.getDataOutputAssociations()
Methods in org.flowable.bpmn.model with parameters of type DataAssociationModifier and TypeMethodDescriptionvoid
DataAssociation.setValues
(DataAssociation otherAssociation) Method parameters in org.flowable.bpmn.model with type arguments of type DataAssociationModifier and TypeMethodDescriptionvoid
Activity.setDataInputAssociations
(List<DataAssociation> dataInputAssociations) void
Activity.setDataOutputAssociations
(List<DataAssociation> dataOutputAssociations)