Uses of Class
org.flowable.bpmn.model.DataSpec
-
Packages that use DataSpec Package Description org.flowable.bpmn.model -
-
Uses of DataSpec in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type DataSpec Modifier and Type Field Description protected List<DataSpec>IOSpecification. dataInputsprotected List<DataSpec>IOSpecification. dataOutputsMethods in org.flowable.bpmn.model that return DataSpec Modifier and Type Method Description DataSpecDataSpec. clone()Methods in org.flowable.bpmn.model that return types with arguments of type DataSpec Modifier and Type Method Description List<DataSpec>IOSpecification. getDataInputs()List<DataSpec>IOSpecification. getDataOutputs()Methods in org.flowable.bpmn.model with parameters of type DataSpec Modifier and Type Method Description voidDataSpec. setValues(DataSpec otherDataSpec)Method parameters in org.flowable.bpmn.model with type arguments of type DataSpec Modifier and Type Method Description voidIOSpecification. setDataInputs(List<DataSpec> dataInputs)voidIOSpecification. setDataOutputs(List<DataSpec> dataOutputs)
-