Uses of Class
org.activiti.bpmn.model.IOParameter
-
Packages that use IOParameter Package Description org.activiti.bpmn.model -
-
Uses of IOParameter in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type IOParameter Modifier and Type Field Description protected java.util.List<IOParameter>CallActivity. inParametersprotected java.util.List<IOParameter>CallActivity. outParametersMethods in org.activiti.bpmn.model that return IOParameter Modifier and Type Method Description IOParameterIOParameter. clone()Methods in org.activiti.bpmn.model that return types with arguments of type IOParameter Modifier and Type Method Description java.util.List<IOParameter>CallActivity. getInParameters()java.util.List<IOParameter>CallActivity. getOutParameters()Methods in org.activiti.bpmn.model with parameters of type IOParameter Modifier and Type Method Description voidIOParameter. setValues(IOParameter otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type IOParameter Modifier and Type Method Description voidCallActivity. setInParameters(java.util.List<IOParameter> inParameters)voidCallActivity. setOutParameters(java.util.List<IOParameter> outParameters)
-