Name | PropositionParameterBo | |
---|---|---|
Usage | AgendaBoService | |
PropositionBo | 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 | |||
propId | Prop Id | String | Returns the Id for the parent proposition.
|
One | No | |||
value | Value | String | Returns the value of the proposition parameter
|
One | No | |||
parameterType | Parameter Type | String | Returns the type of the parameter. Proposition parameters are one of the following types: Constant Values: numbers, strings, dates, etc. Terms: data available in the execution environment or provided by a term resolver Functions: custom functions that resolve to a value, or standard operators (equals, greater than, less than, ...)
|
One | No | |||
sequenceNumber | Sequence Number | Integer | Returns the sequence number of the proposition parameter. Proposition parameters are listed in Reverse Polish Notation. The sequence number (starting with 1) identifies the position of the parameter in the list. |
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 |