GVRulesConfigManager

From GreenVulcano Wiki
Jump to: navigation, search

Description

GreenVulcano® ESB, through the GVRulesConfigManager adapter, allows to define the Drools Rules set.

VulCon / GV Console Configuration

GVRulesConfigManager permits the Drools Rules set definition.

The following table shows the GVRulesConfigManager element's attributes:

Attribute Type Description
version fixed This attribute must assume the value 1.0.
type fixed This attribute must assume the value module.
name fixed This attribute must assume the value RULES_CFG.

Might contain the following subelements:

GVKnowledgeBaseConfig

This element allows to defines the resources needed to configure the KnowledgeBase.

The following table shows the GVKnowledgeBaseConfig element's attributes:

Attribute Type Description
type fixed This attribute must assume the value knwl-config.
class fixed This attribute must assume the value it.greenvulcano.gvesb.gvrules.drools.config.impl.GVKnowledgeBaseConfig
name required Rule set identifier.

GVKnowledgeBaseConfig element might contain more RuleResource items.

RuleResource

This element defines a rule resource.

The following table shows the RuleResource element's attributes:

Attribute Type Description
type fixed This attribute must assume the value knwl-resource.
url required Rule resource URL.
resourceType required Rule resource type. The attribute's admitted values are:
  • DRL
  • XDRL
  • DSL
  • DSLR
  • DRF
  • DTABLE
  • PKG
  • BRL
  • CHANGE_SET
inputType optional Decision table type. The attribute's admitted values are:
  • XLS
  • CSV

The attribute's value can't be null.

worksheetName optional Excel file worksheet.