WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool

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

FmcjProcessTemplateList

===Syntax for FmcjProcessTemplateList APIs==============================

FmcjProcessTemplateListCopy
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  ProcessTemplateListHdl2           n
  XpRc                              FMC_OK
End

FmcjProcessTemplateListDelete
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpRc                              FMC_OK
End

FmcjProcessTemplateListDeallocate
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpRc                              FMC_OK
End

FmcjProcessTemplateListSetDescription
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  Description                       "value" | NULL
  XpRc                              FMC_OK
End

FmcjProcessTemplateListSetThreshold
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  Threshold                         unsigned long | NULL
  XpRc                              FMC_OK
End

FmcjProcessTemplateListSetFilter
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  Filter                            "fi_value" | NULL
  XpRc                              FMC_OK
End

FmcjProcessTemplateListSetSortCriteria
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  SortCriteria                      "sc_value" | NULL
  XpRc                              FMC_OK
End

FmcjProcessTemplateListQueryProcessTemplates
  ProcessTemplateListHdl            i
  ProcessTemplateVectorHdl          n | i+
  [ ShowAllObjectNames              TRUE | FALSE ]
  XpRc                              FMC_OK
End

FmcjProcessTemplateListRefresh
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpRc                              FMC_OK
End

FmcjProcessTemplateListEqual
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  ProcessTemplateListHdl2           i
  XpValue                           TRUE | FALSE
End

FmcjProcessTemplateListDescription
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjProcessTemplateListDescriptionIsNull
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           TRUE | FALSE
End

FmcjProcessTemplateListName
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjProcessTemplateListThreshold
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           unsigned long
End

FmcjProcessTemplateListThresholdIsNull
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           TRUE | FALSE
End

FmcjProcessTemplateListFilter
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  BufferLength                      unsigned long
  XpValue                           "fi_value" | NULL
End

FmcjProcessTemplateListFilterIsNull
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           TRUE | FALSE
End

FmcjProcessTemplateListSortCriteria
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  BufferLength                      unsigned long
  XpValue                           "sc_value" | NULL
End

FmcjProcessTemplateListSortCriteriaIsNull
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           TRUE | FALSE
End

FmcjProcessTemplateListOwnerOfList
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjProcessTemplateListOwnerOfListIsNull
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           TRUE | FALSE
End

FmcjProcessTemplateListType
  ProcessTemplateListHdl            i
  | ProcessTemplateListVectorHdl    i
  XpValue                           Fmc_LT_NotSet
                                  | Fmc_LT_Public
                                  | Fmc_LT_Private
End

/* version 3.3.0 or > */
FmcjProcessTemplateListPersistentOid
  ProcessTemplateListHdl            i
  PersistentOidHdl                  n
  [ PersistentOidOutputFileSpec     "FileSpec" ]
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End