Actuate Information Delivery API data types : ResourceGroup
 
ResourceGroup
A complex data type the describes a resource group.
Schema
<xsd:complexType name="ResourceGroup">
<xsd:sequence>
<xsd:element name="Name" type="xsd:string"/
<xsd:element name="Disabled" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Type" type="xsd:string" minOccurs="0"/>
<xsd:element name="ReportType" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Volume" type="xsd:string" minOccurs="0"/>
<xsd:element name="MinPriority" type="xsd:long"
minOccurs="0"/>
<xsd:element name="MaxPriority" type="xsd:long"
minOccurs="0"/>
<xsd:element name="Reserved" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="StartArguments" type="xsd:string"
minOccurs="0"/>
<xsd:element name="WorkUnitType" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Name
The name of the resource group.
Disabled
Specifies whether the resource group can run jobs. If True, resource group does not run jobs. The default value is False.
Description
The description of the resource group.
Type
*The type of jobs the resource group runs. Valid values are:
*Sync
The resource group runs synchronous jobs.
*Async
The resource group runs asynchronous jobs.
ReportType
The type of report the resource group creates.
Volume
*The name of an Encyclopedia volume to which to assign the resource group. Valid values are:
*An empty string
Assigns all Encyclopedia volumes on the BIRT iHub
*A volume name
Assigns the specified Encyclopedia volume
MinPriority
Applies only to an asynchronous resource group. Specifies the minimum priority for the resource group. Valid values are 0–1,000, where 1, 000 is the highest priority. MinPriority must be less than MaxPriority. The default value is 0.
MaxPriority
Applies only to an asynchronous resource group. Specifies the maximum priority for the resource group. Valid values are 0–1,000, where 1, 000 is the highest priority. MaxPriority must be more than MinPriority. The default value is 1,000.
Reserved
Applies only to a synchronous resource group. True reserves the resource group to run only the jobs assigned to it. Use the TargetResourceGroup element in the SOAP header of an ExecuteReport request to assign a job.
StartArguments
The starting arguments for the resource group.
WorkUnitType
The license option type. An aggregate licensing model that defines iHub System features in terms of work units.