| Name | AgendaDefinition | |
|---|---|---|
| Usage | RuleRepositoryService AgendaBoService | |
| createAgenda updateAgenda getAgendaByAgendaId getAgendaByNameAndContextId getAgendasByContextId to from | ||
| ContextDefinition 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. | One | No | |||
| name | Name | String | Returns the name of the Agenda. | Required | 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. | Required | One | No | ||
| active | Active | boolean | The active indicator for an object. | 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 | |||
| attributes | Attributes | Map |
Returns the internal 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 |