PropositionBo

Name PropositionBo
Usage AgendaBoService
RuleBo PropositionBo
Type Complex

Description

Structure Definition

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  
description Description String Returns the description text for the KRMS proposition     One No  
ruleId Rule Id String TReturns the ID of the rule this proposition belongs to. May be null if this proposition has
not yet been persisted.
    One No  
typeId Type Id String Returns the id of Proposition KrmsType of the proposition.
It provides some context to what type of object of the KRMS type.
    One No  
propositionTypeCode Proposition Type Code String


There are three main types of Propositions:
Compound Propositions - a proposition consisting of other propositions
and a boolean algebra operator (AND, OR) defining how to evaluate
those propositions.
Parameterized Propositions - a proposition which is parameterized by
some set of values, evaluation logic is implemented by hand and
returns true or false
Simple Propositions - a proposition of the form lhs op rhs where
lhs=left-hand side, rhs=right-hand side, and op=operator

    One No  
parameters Parameters PropositionParameterBoList Returns the parameter list of the proposition.
Parameters are listed in Reverse Polish Notation.
Parameters may be constants, terms, or functions.


Compound Propositions will have an empty parameter list.

    Many No  
compoundOpCode Compound Op Code String Returns the op code to be used when evaluating compound
propositions.
    One No  
compoundSequenceNumber Compound Sequence Number Integer ???     One No  
compoundComponents Compound Components PropositionBoList Returns the propositions which are contained in a
compound proposition.
    Many No  
newTermDescription New Term Description String ???     One No  
parameterDisplayString Parameter Display String String ???     One No  
editMode Edit Mode boolean ???     One No  
categoryId Category Id String ???     One No  
termParameters Term Parameters Map ???     One No  
boService Bo Service BusinessObjectService ???     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