Name | RuleDefinition | |
---|---|---|
Usage | RuleRepositoryService AgendaBoService RuleBoService | |
getRule getRules createRule updateRule getRuleByRuleId getRuleByNameAndNamespace | ||
AgendaItemDefinition | Type | Complex |
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
id | Id | String | The unique identifier for an object. This can be null. | Required | One | No | ||
name | Name | String | This is the name of the Rule
|
Required | One | No | ||
namespace | Namespace | String | This is the namespace of the Rule
|
Required | One | No | ||
description | Description | String | This is the description of the Rule
|
One | No | |||
typeId | Type Id | String | This is the KrmsType of the Rule | Required | One | No | ||
active | Active | boolean | The active indicator for an object. | One | No | |||
proposition | Proposition | PropositionDefinition | This method returns the Proposition associated with the rule.
|
Required | One | No | ||
actions | Actions | ActionDefinitionList | This method returns a list of Actions associated with the Rule.
|
Many | No | |||
attributes | Attributes | Map |
Returns the internal representation of the set of attributes associated with the Action. The attributes are represented as name/value pairs. |
One | No | |||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No |