Uses of Class
org.flowable.dmn.model.InputData
-
-
Uses of InputData in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type InputData Modifier and Type Field Description protected List<InputData>DmnDefinition. inputDataMethods in org.flowable.dmn.model that return types with arguments of type InputData Modifier and Type Method Description List<InputData>DmnDefinition. getInputData()Methods in org.flowable.dmn.model with parameters of type InputData Modifier and Type Method Description voidDmnDefinition. addInputData(InputData inputData)Method parameters in org.flowable.dmn.model with type arguments of type InputData Modifier and Type Method Description voidDmnDefinition. setInputData(List<InputData> inputData)
-