WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool

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

FmcjPerson

===Syntax for FmcjPerson APIs===========================================

FmcjPerson_DUMP_ALL
  PersonHdl                         i
End

FmcjPersonDeallocate
  PersonHdl                         i
  XpRc                              FMC_OK
End

FmcjPersonRefresh
  PersonHdl                         i
  XpRc                              FMC_OK
End

FmcjPersonCopy
  PersonHdl                         i
  PersonHdl2                        n
  XpRc                              FMC_OK
End

FmcjPersonEqual
  PersonHdl                         i
  PersonHdl2                        i
  XpValue                           TRUE | FALSE
End

FmcjPersonSetAbsence
  PersonHdl                         i
  Absence                           TRUE | FALSE
  XpRc                              FMC_OK
End

FmcjPersonSetSubstitute
  PersonHdl                         i
  Substitute                        "value" | NULL
  XpRc                              FMC_OK
End

FmcjPersonIsAbsent
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAdministrator
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAdminForCategory
  PersonHdl                         i
  Category                          "value" | NULL
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForAllCategories
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForAllCategoriesAsAdmin
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForAllPersons
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForAuthorizationDefinition
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForOperationAdministration
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForTopologyDefinition
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForProcessDefinition
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsAuthorizedForStaffDefinition
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsComplete
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsManager
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonIsResetAbsence
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonPersonID
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonPersonIDIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonFirstName
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonFirstNameIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonMiddleName
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonMiddleNameIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonLastName
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonLastNameIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonDescription
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonDescriptionIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonPhone
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonPhoneIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonSecondPhone
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonSecondPhoneIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonLevel
  PersonHdl                         i
  XpValue                           unsigned long
End

FmcjPersonManager
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonManagerIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonOrganizationName
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonOrganizationNameIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonSubstitute
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonSubstituteIsNull
  PersonHdl                         i
  XpValue                           TRUE | FALSE
End

FmcjPersonSystemName
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonUserID
  PersonHdl                         i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjPersonCategoriesAuthorizedFor
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End

FmcjPersonCategoriesAuthorizedForAsAdmin
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End

FmcjPersonNamesOfManagedOrganizations
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End

FmcjPersonNamesOfRoles
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End

FmcjPersonNamesOfRolesToCoordinate
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End

FmcjPersonPersonsAuthorizedFor
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End

FmcjPersonPersonsAuthorizedForMe
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End


FmcjPersonPersonsToStandInFor
  PersonHdl                         i
  StringVectorHdl                   n
  XpValue                           "value1;value2;..."
End