WebSphere MQ Workflow 3.4.0 Java Generic API Test / Prototyping Tool

[prev][next][parent][TOC]

ProcessInstanceListArray (macros)


---Process Instance List Array Access Methods (Tool Macros)-------------

ProcessInstanceListArray.getFirstElement        /* tool macro */
  processInstanceListArrayHdl       i
  processInstanceListHdl            n
End

ProcessInstanceListArray.getFirstNamedElement   /* tool macro */
  processInstanceListArrayHdl       i
  name                              "value"
  processInstanceListHdl            n
End

ProcessInstanceListArray.getNextElement         /* tool macro */
  processInstanceListArrayHdl       i
  processInstanceListHdl            n
End

ProcessInstanceListArray.size                   /* tool macro */
  processInstanceListArrayHdl       i
  xpValue                           int
End