This documentation supports the 19.08 version of Remedy Action Request System.

To view an earlier version, select the version from the Product version menu.

ARGetListXMLObjects

Description

Retrieves object names and types from an XML document.

Privileges

All users.

Synopsis


#include "arextern.h"

int ARGetListXMLObjects(
   ARControlStruct *control,
   ARXMLInputDoc *xmlInputDoc,
   ARUnsignedIntList *objectTypeList,
   ARNameList *objectNameList,
   ARUnsignedIntList *subTypeList,
   ARNameList* *appBlockNameList,
   ARStatusList *status)

Input arguments

control

The control record for the operation. It contains information about the user requesting the operation, where that operation is to be performed, and which session is used to perform it. The user, sessionId, and server fields are required.

xmlDocSource

The XML document output source.

Return values

objectTypeList

A list of the object types.

objectNameList

A list of the object names.

subTypeList

The object subtypes.

appBlockNameList

In a deployable application the list of application block names for the object. The array indexes of the application block name list corresponds to the array index of the parsedObjects lists. You can supply NULL for this parameter if you do not want to retrieve it.

status

A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error checking.

Was this page helpful? Yes No Submitting... Thank you

Comments