public class QueryAction extends Object
http://.../../rest/query/runtime/process?processinstanceid=2&processinstanceid=3When we process these query parameters on the server side, the JAX-RS logic groups all of the values for one parameter into a list or array. This array of values (for the example above
[2,3]) is then assigned to the paramData field.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.