GetActionType | Gets the type of action to be performed if the expression evaluates to true. |
GetActionValue | Gets the action value to be performed if the expression evalutes to true. |
GetConditionTypeID | Gets the type of condition that is inside the expression. Returns -1 if expression is not a condition. |
GetConditionValue | Gets the value of the condition for the current expression. returns null if expression is not a condition. |
GetDescription | |
GetName | |
GetObjectID | |
GetOperatorID | Gets the operator that will be used to combine the list of sub expressions. Returns -1 if expression is a condition. |
GetTopicPos | Gets the priority of the expression categorized by action types. Returns 0 if expression has no priority. |
IsCondition | This expression is just a single condition, with no operator or other moderator. |
QuerySubExpressionIDs | Gets the list of sub expression IDs inside the current expression. Returns null if expression is a condition. |
IPTExpressionInfo Interface | com.plumtree.server.condition Namespace