RuleDefinition

Name RuleDefinition
Usage RuleRepositoryService AgendaBoService RuleBoService
getRule getRules createRule updateRule getRuleByRuleId getRuleByNameAndNamespace
AgendaItemDefinition
Type Complex

Description

Concrete model object implementation of KRMS Repository Rule
immutable.
Instances of Rule can be (un)marshalled to and from XML.

Structure Definition

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


name - the name of the Rule

Required   One No  
namespace Namespace String This is the namespace of the Rule


The namespace of the Rule

Required   One No  
description Description String This is the description of the Rule


description - 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.


Each Rule has exactly one Proposition associated with it.

Required   One No  
actions Actions ActionDefinitionList This method returns a list of Actions associated with the Rule.


A Rule may have zero or more Actions associated with it.

    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