Aqualogic Interaction API  
 

IExpressionEngine Members

IExpressionEngine overview

Public Instance Methods

Execute Executes tree of conditional expression nodes and returns a list of resulting actions, one expression of each unique action type, no more than one of each type.
GetConditionTypeObject Gets the condition type object specified by nCondTypeID
GetExpressionList Gets all the expressions whose action matches that of the action type given.
LoadConditionTypes Dynamically discovered condition types need to be passed to the expression engine.
LoadExpressions Loads the expressions from the database while constructing the expressions' order of execution for all action types. This method queries for all the expression objects in the database and add them to the cache. It then determines the order of execution based on the topic position of each expression object.
LoadExpressionsLite Loads the expressions from the database while constructing the expressions' order of execution for the specified action type.
ReorderExpressions Re-order the espression list.

See Also

IExpressionEngine Interface | com.plumtree.server.condition Namespace