Loading

QueryResource

The application can send a QueryResource to request the Media and UsageCounters resources of the PRISMAsync Print Server.

Syntax

XPath: /JMF/Query[@Type="QueryResource"]/ResourceQuParams

  • The media catalogue and the supported usage counters are returned, when:

    /JMF/Query[@Type="QueryResource"]/ResourceQuParams/@Classes contains "Consumable" or no ResourceQuParams are specified.

  • Only the media catalogue is returned, when:

    /JMF/Query[@Type="QueryResource"]/ResourceQuParams/@ResourceName="Media"

  • Only the supported usage counters are returned, when:

    /JMF/Query[@Type="QueryResource"]/ResourceQuParams/@ResourceName="UsageCounter"

For each media in the media catalogue, a unique Media node is added to the ResourceInfo node. The ResourceInfo nodes are added to the Response node.

The UsageCounters are added to a ResourceInfo node. The ResourceInfo nodes are added to the Response node. The UsageCounters depend on the colour capabilities of the printer.

The supported UsageCounters depend on the accounting license and on the number of ink/toner colours.

If the media catalogue is empty and/or there are no supported usage counters, error code 108 is returned.

Example 1: request the media catalogue and the supported usage counters

<JMF xmlns="http://www.CIP4.org/JDFSchema_1_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Query Type="Resource" xsi:type="QueryResource">
		<ResourceQuParams Classes="Consumable"/>
	</Query>
</JMF>

Example 2: Request the media catalogue only containing media that are assigned to a paper tray by using @Scope="Present" and ResourceName="Media"

<JMF xmlns="http://www.CIP4.org/JDFSchema_1_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Query Type="Resource" xsi:type="QueryResource">
		<ResourceQuParams Classes="Consumable" ResourceName="Media" Scope="Present"/>
	</Query>
</JMF>

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip