Uses of Class
org.jbpm.workbench.wi.dd.model.Parameter
-
Packages that use Parameter Package Description org.jbpm.workbench.wi.dd.model -
-
Uses of Parameter in org.jbpm.workbench.wi.dd.model
Methods in org.jbpm.workbench.wi.dd.model that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
ItemObjectModel. getParameters()
Methods in org.jbpm.workbench.wi.dd.model with parameters of type Parameter Modifier and Type Method Description void
ItemObjectModel. addParameter(Parameter parameter)
Method parameters in org.jbpm.workbench.wi.dd.model with type arguments of type Parameter Modifier and Type Method Description void
ItemObjectModel. setParameters(List<Parameter> parameters)
Constructor parameters in org.jbpm.workbench.wi.dd.model with type arguments of type Parameter Constructor Description ItemObjectModel(String name, String value, String resolver, List<Parameter> parameters)
-