| Name | RuleBo | |
|---|---|---|
| Usage | AgendaBoService | |
| AgendaItemBo | Type | Complex |
| ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
|---|---|---|---|---|---|---|---|---|
| metaClass | Meta Class | MetaClass | ??? | One | No | |||
| id | Id | String | The unique identifier for an object. This can be null. | One | No | |||
| namespace | Namespace | String | This is the namespace of the Rule
|
One | No | |||
| description | Description | String | This is the description of the Rule
|
One | No | |||
| name | Name | String | This is the name of the Rule
|
One | No | |||
| typeId | Type Id | String | This is the KrmsType of the Rule | One | No | |||
| propId | Prop Id | String | This method returns the ID of the Proposition associated with the rule.
|
One | No | |||
| active | Active | boolean | ??? | One | No | |||
| actions | Actions | ActionBoList | This method returns a list of Actions associated with the Rule.
|
Many | No | |||
| attributeBos | Attribute Bos | RuleAttributeBoList | ??? | Many | No | |||
| propositionSummary | Proposition Summary | String | ??? | One | No | |||
| selectedPropositionId | Selected Proposition Id | String | ??? | One | No | |||
| proposition | Proposition | PropositionBo | This method returns the Proposition associated with the rule.
|
One | No | |||
| attributes | Attributes | Map |
This method returns a Map of attributes associated with the Rule. The attributes are represented as name/value pairs. |
One | No | |||
| propositionTree | Proposition Tree | Tree | ??? | 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 | |||
| objectId | Object Id | String | getter for the guid based object id that is assignable to all objects, in order to support custom attributes a mapping must also be added to the OJB file and a column must be added to the database for each business object that extension attributes are supposed to work on. |
One | No | |||
| newCollectionRecord | New Collection Record | boolean | Gets the newCollectionRecord attribute. | One | No | |||
| extension | Extension | PersistableBusinessObjectExtension | ??? | One | No |