Uses of Class
org.flowable.bpmn.model.DataSpec
Packages that use DataSpec
-
Uses of DataSpec in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type DataSpecMethods in org.flowable.bpmn.model that return DataSpecMethods in org.flowable.bpmn.model that return types with arguments of type DataSpecModifier and TypeMethodDescriptionIOSpecification.getDataInputs()
IOSpecification.getDataOutputs()
Methods in org.flowable.bpmn.model with parameters of type DataSpecMethod parameters in org.flowable.bpmn.model with type arguments of type DataSpecModifier and TypeMethodDescriptionvoid
IOSpecification.setDataInputs
(List<DataSpec> dataInputs) void
IOSpecification.setDataOutputs
(List<DataSpec> dataOutputs)