| Name | AgendaBo | |
|---|---|---|
| Usage | AgendaBoService | |
| to from | ||
| ContextBo | 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 | |||
| name | Name | String | Returns the name of the Agenda. | One | No | |||
| typeId | Type Id | String | Returns the KRMS type id of the Agenda. | One | No | |||
| contextId | Context Id | String | Returns the context id of the Agenda. | One | No | |||
| active | Active | boolean | ??? | One | No | |||
| firstItemId | First Item Id | String | Returns the fist agenda item id to be executed in the Agenda. (Also known as the root of the agenda item / rules tree.) |
One | No | |||
| attributeBos | Attribute Bos | AgendaAttributeBoList | ??? | Many | No | |||
| items | Items | AgendaItemBoList | ??? | Many | No | |||
| context | Context | ContextBo | ??? | One | No | |||
| attributes | Attributes | Map |
This method returns a list of custom/remote attributes associated with the agenda. |
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 |