WebSphere MQ Workflow 3.4.0 Java Generic API Test / Prototyping Tool

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

Tool Syntax Example

To retrieve the Test Tool Syntax, run the tool with the following arguments :
      java com.ibm.workflow.api.tool.JGATT Syntax <FileSpec>
      or
      java com.ibm.workflow.api.tool.JGATT -x <FileSpec>
Example: java com.ibm.workflow.api.tool.JGATT syntax d:\test\syntax.txt

Extract of the TestToolSyntax:

ExecutionService.createProcessInstanceList
  executionServiceHdl               i
  listName                          "value"
  persistentListType                NOT_SET
                                  | PUBLIC
                                  | PRIVATE
                                  | (any integer)
  owner                             "value" | null
  description                       "value" | null
  filter                            "fi_value" | null
  sortCriteria                      "sc_value" | null
  threshold                         int | null
  processInstanceListHdl            n
  xpFmcException                    FMC_OK
End

ExecutionService.logoff
  executionServiceHdl               i
  xpFmcException                    FMC_OK
End

ExecutionService.logon
  executionServiceHdl               i
  userID                            "value"
  password                          "value"
  xpFmcException                    FMC_OK
End

ExecutionService.logon2
  executionServiceHdl               i
  userID                            "value"
  password                          "value"
  sessionMode                       DEFAULT
                                  | PRESENT
                                  | PRESENT_HERE
                                  | (any integer)
  absenceIndicator                  NOT_SET
                                  | RESET
                                  | LEAVE
                                  | (any integer)
  xpFmcException                    FMC_OK
End

ExecutionService.passthrough
  executionServiceHdl               i
  xpFmcException                    FMC_OK
End

ExecutionService.setPassword
  executionServiceHdl               i
  password                          "value"
  xpFmcException                    FMC_OK
End

ExecutionService.setTimeout
  executionServiceHdl               i
  timeout                           int
End

ExecutionService.systemName
  executionServiceHdl               i
  xpValue                           "value" | null
End

ExecutionService.systemGroupName
  executionServiceHdl               i
  xpValue                           "value" | null
End

ExecutionService.timeout
  executionServiceHdl               i
  xpValue                           int
End

ExecutionService.userID
  executionServiceHdl               i
  xpValue                           "value"
End