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.dataInputAssociationsprotected List<DataAssociation> Activity.dataOutputAssociationsMethods 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 TypeMethodDescriptionvoidDataAssociation.setValues(DataAssociation otherAssociation) Method parameters in org.flowable.bpmn.model with type arguments of type DataAssociationModifier and TypeMethodDescriptionvoidActivity.setDataInputAssociations(List<DataAssociation> dataInputAssociations) voidActivity.setDataOutputAssociations(List<DataAssociation> dataOutputAssociations)