WebCenter Interaction API  
 

IExpressionEngine.GetExpressionList Method 

Gets all the expressions whose action matches that of the action type given.

XPArrayList GetExpressionList(
   int nActionType
);

Parameters

nActionType
- the action type of the list of expressions wanted

Return Value

An XPArrayList of all the expressions with the given action type

See Also

IExpressionEngine Interface | com.plumtree.server.condition Namespace