Uses of Class
org.flowable.bpmn.model.DataAssociation
-
Packages that use DataAssociation Package Description org.flowable.bpmn.model -
-
Uses of DataAssociation in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type DataAssociation Modifier and Type Field Description protected List<DataAssociation>Activity. dataInputAssociationsprotected List<DataAssociation>Activity. dataOutputAssociationsMethods in org.flowable.bpmn.model that return DataAssociation Modifier and Type Method Description DataAssociationDataAssociation. clone()Methods in org.flowable.bpmn.model that return types with arguments of type DataAssociation Modifier and Type Method Description List<DataAssociation>Activity. getDataInputAssociations()List<DataAssociation>Activity. getDataOutputAssociations()Methods in org.flowable.bpmn.model with parameters of type DataAssociation Modifier and Type Method Description voidDataAssociation. setValues(DataAssociation otherAssociation)Method parameters in org.flowable.bpmn.model with type arguments of type DataAssociation Modifier and Type Method Description voidActivity. setDataInputAssociations(List<DataAssociation> dataInputAssociations)voidActivity. setDataOutputAssociations(List<DataAssociation> dataOutputAssociations)
-