WebSphere MQ Workflow 3.4.0 Java Generic API Test / Prototyping Tool

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

Show-All-Object-Names Example

Testcase (showAllObjectNames of a query result)
...

ExecutionService.queryProcessTemplates
  executionServiceHdl               1 
  filter                            "NAME LIKE '*'"
  sortCriteria                      null
  threshold                         100 
  processTemplateArrayHdl           1 
  showAllObjectNames                true
  xpFmcException                    FMC_OK
End 

...
Result (showAllObjectNames of a query result)
...
============================================================================
ExecutionService.queryProcessTemplates
parameter: executionServiceHdl                = 1 
parameter: filter                             = "NAME LIKE '*'"
parameter: sortCriteria                       = null 
parameter: threshold                          = 100 
parameter: processTemplateArrayHdl            = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
..........Object Names Report...............................................
array size = 9 
0) ContainerProcess_x010
1) ContainerProcess_x012
2) ContainerProcess_x020
3) ContainerProcess_x022
4) ProcessToTestNotifications 
5) ProcessToDelete 
6) ContainerProcess_x030
7) ContainerProcess1 
8) ContainerProcess2 
============================================================================
...