Uses of Class
org.flowable.cmmn.model.IOParameter
-
-
Uses of IOParameter in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type IOParameter Modifier and Type Field Description protected List<IOParameter>ChildTask. inParametersprotected List<IOParameter>ChildTask. outParametersMethods in org.flowable.cmmn.model that return IOParameter Modifier and Type Method Description IOParameterIOParameter. clone()Methods in org.flowable.cmmn.model that return types with arguments of type IOParameter Modifier and Type Method Description List<IOParameter>ChildTask. getInParameters()List<IOParameter>ChildTask. getOutParameters()Methods in org.flowable.cmmn.model with parameters of type IOParameter Modifier and Type Method Description voidIOParameter. setValues(IOParameter otherElement)Method parameters in org.flowable.cmmn.model with type arguments of type IOParameter Modifier and Type Method Description voidChildTask. setInParameters(List<IOParameter> inParameters)voidChildTask. setOutParameters(List<IOParameter> outParameters)
-