project BLF > class BXmlDaemonQueue > business logic query GetXmlDaemonQueueInfo

Description

Get detailed information on the xml input daemonqueue record.


Parameters


iiDaemonQueueIdintegerDaemon Queue ID


query condition


  each XmlDaemonQueue where
XmlDaemonQueue.DaemonQueueId = iiDaemonQueueId


query resultset tqGetXmlDaemonQueueInfo


field namedata typedb fielddescription
tcXmlDaemonQueueActcharacterXmlDaemonQueue.XmlDaemonQueueActAction code (not to be confused with the activity code) read from the input XML.
possible values:
SAVE
SAVESTORE
STORE
VALIDATE
tcXmlDaemonQueueFileNamecharacterXmlDaemonQueue.XmlDaemonQueueFileNameOriginal file name of the loaded object, excluding folder information.
(This file no longer exists.)
tcXmlDaemonQueueXmlClassNamecharacterXmlDaemonQueue.XmlDaemonQueueXmlClassNamebusiness component name
tcXmlDaemonQueueXmlCyCodecharacterXmlDaemonQueue.XmlDaemonQueueXmlCyCodeCompany code read from the XML input.
tcXmlDaemonQueueXmlFreeTextcharacterXmlDaemonQueue.XmlDaemonQueueXmlFreeTextComments read from the XML input.
tcXmlDaemonQueueXmlOrigincharacterXmlDaemonQueue.XmlDaemonQueueXmlOriginOriginator code read from the XML input.
tcXmlDaemonQueueXmlVersioncharacterXmlDaemonQueue.XmlDaemonQueueXmlVersion(unused)


Internal usage


BLF
method BXmlDaemonProcessor.PerformWorkItem