Name | ActionBo | |
---|---|---|
Usage | AgendaBoService | |
RuleBo | 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 | Returns the namespace of the Action
|
One | No | |||
name | Name | String | Returns the name of the Action
|
One | No | |||
description | Description | String | Returns the description for what the parameter is used for. This can be null or a blank string. | One | No | |||
typeId | Type Id | String | Returns the KrmsType of the Action | One | No | |||
ruleId | Rule Id | String | Returns the id of the rule associated with the action | One | No | |||
sequenceNumber | Sequence Number | Integer | Returns the sequence number of the action | One | No | |||
attributeBos | Attribute Bos | ActionAttributeBoList | ??? | Many | No | |||
attributes | Attributes | Map |
Returns a 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 | |||
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 |