WebSphere MQ Workflow 3.4.0 Java Generic API Test / Prototyping Tool
[prev][next][parent][TOC]
ProcessInstanceList
===SYNTAX FOR PROCESS INSTANCE LIST APIs================================
ProcessInstanceList.queryProcessInstances
processInstanceListHdl i
processInstanceArrayHdl n
[ showAllObjectNames true | false ]
xpFmcException FMC_OK
End
---Methods inherited from interface com.ibm.workflow.api.PersistentList-
ProcessInstanceList.delete
processInstanceListHdl i
| processInstanceListArrayHdl i
xpFmcException FMC_OK
End
ProcessInstanceList.description
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue "value" | null
End
ProcessInstanceList.filter
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue "fi_value" | null
End
ProcessInstanceList.isEmpty
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue true | false
End
ProcessInstanceList.name
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue "value"
End
ProcessInstanceList.ownerOfList
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue "value" | null
End
ProcessInstanceList.persistentOid /* version 3.3.0 or > */
processInstanceListHdl i
| processInstanceListArrayHdl i
persistentOidHdl n
[ persistentOidOutputFileSpec "fileSpec" ]
xpValue "value"
End
ProcessInstanceList.refresh
processInstanceListHdl i
| processInstanceListArrayHdl i
xpFmcException FMC_OK
End
ProcessInstanceList.setDescription
processInstanceListHdl i
| processInstanceListArrayHdl i
description "value" | null
xpFmcException FMC_OK
End
ProcessInstanceList.setFilter
processInstanceListHdl i
| processInstanceListArrayHdl i
filter "fi_value" | null
xpFmcException FMC_OK
End
ProcessInstanceList.setSortCriteria
processInstanceListHdl i
| processInstanceListArrayHdl i
sortCriteria "sc_value" | null
xpFmcException FMC_OK
End
ProcessInstanceList.setThreshold
processInstanceListHdl i
| processInstanceListArrayHdl i
threshold int | null
xpFmcException FMC_OK
End
ProcessInstanceList.sortCriteria
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue "sc_value" | null
End
ProcessInstanceList.threshold
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue int | null
End
ProcessInstanceList.type
processInstanceListHdl i
| processInstanceListArrayHdl i
xpValue NOT_SET
| PRIVATE
| PUBLIC
End