WebCenter Interaction API  
 

IExpressionEngine Members

IExpressionEngine overview

Public Instance Methods

public methodExecute 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.
public methodGetConditionTypeObject Gets the condition type object specified by nCondTypeID
public methodGetExpressionList Gets all the expressions whose action matches that of the action type given.
public methodLoadConditionTypes Dynamically discovered condition types need to be passed to the expression engine.
public methodLoadExpressions 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.
public methodLoadExpressionsLite Loads the expressions from the database while constructing the expressions' order of execution for the specified action type.
public methodReorderExpressions Re-order the espression list.

See Also

IExpressionEngine Interface | com.plumtree.server.condition Namespace