WebCenter Interaction API  
 

IPTExpression Members

IPTExpression overview

Public Instance Methods

public methodAddSubExpressions Adds the list of sub expressions inside the current expression.
public methodGetActionType Gets the type of action to be performed if the expression evaluates to true.
public methodGetActionValue Gets the action value to be performed if the expression evalutes to true.
public methodGetConditionTypeID Gets the type of condition that is inside the expression. Returns -1 if expression is not a condition.
public methodGetConditionValue Gets the value of the condition for the current expression. returns null if expression is not a condition.
public methodGetOperatorID Gets the operator that will be used to combine the list of sub expressions. Returns -1 if expression is a condition.
public methodGetTopicPos Gets the priority of the expression categorized by action types. Returns 0 if expression has no priority.
public methodIsCondition This expression is just a single condition, with no operator or other moderator.
public methodQuerySubExpressionIDs Gets the list of sub expression IDs inside the current expression. Returns null if expression is a condition.
public methodRemoveSubExpressions Removes the list of sub expressions inside the current expression. NOTE: The subexpressions are not deleted.
public methodSetActionType Sets the type of action to be performed if the expression evaluates to true.
public methodSetActionValue Sets the action value to be performed if the expression evalutes to true.
public methodSetConditionTypeID Sets the condition type ID of the expression.
public methodSetConditionValue Sets the condition value of the condition for the expression.
public methodSetOperatorID Sets the operator ID to be associated with the expression.
public methodSetTopicPos Sets the priority of the expression categorized by action types.

See Also

IPTExpression Interface | com.plumtree.server.condition Namespace