Queueset element (required) – Kofax Front-Office Server 3.0 User Manual

Page 43

Advertising
background image

Kofax Front-Office Server Administrator’s Guide

Kofax, Inc.

43

Within the file, edit the sample queue definition as needed to create one or more queue sets and

one or more queues. To set up a single queue, the contents of the file would contain the following

elements (where bold indicates attribute variables you specify):

<?xml version="1.0" encoding="UTF-8"?>
<q:DesQueueDefinition

xsi:schemaLocation="http://www.kofax.com/DesQueueDefinition_1_00 schemas/queue/DesQueueDefinition.xsd"
xmlns:q="http://www.kofax.com/DesQueueDefinition_1_00"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<q:QueueSet name="qsetname">
<q:CustomFields>

<q:CustomField dataType="string" name="customfieldname" id="1"/>

</q:CustomFields>

<q:Queues>

<q:Queue name="qname">

<q:Filters>

<q:Filter customFieldName="customfieldname" operator="Equals" value="data"/>

</q:Filters>
<q:Roles>

<q:Role name="user"/>

</q:Roles>

</q:Queue>

</q:Queues>

</q:QueueSet>

</q:DesQueueDefinition>

Elements and Attributes of the DesQueueDefinition.xml

When editing the sample queue definition in the file to set up queues, you need to appropriately

configure the following elements.

QueueSet Element (Required)

You need at least one queue set within which to set up one or more queues. A queue set contains

the following attributes.

Table 2. QueueSet Attributes

Attribute

Type

Description

Required?

name

NameType
1-255 characters

Specifies the name of the queue set. Specify the
attribute as follows:
name="qsetname"
Where qsetname is the name you assign to this
queue set.
Caution: Do not use the name “Inbox” or any
variation thereof based on capitalization.

Yes

fileStorageDirectory

String

Specifies where the received document files are to
be stored on a network drive. Specify the attribute
as follows:
fileStorageDirectory="//server/sharedfolder"
Where server and sharedfolder are the names of your
specific server and shared folder.
Only ASCII characters are valid when specifying
the attribute.
If this attribute is not specified, the document files
are stored as specified in
shared_resources.properties for the inboxdir
property, in the QueueSets folder.

No

Advertising
This manual is related to the following products: