Interface IPortalRuleEditingContext

All Superinterfaces:
com.webmethods.caf.rules.edit.IRuleEditingContext

public interface IPortalRuleEditingContext extends com.webmethods.caf.rules.edit.IRuleEditingContext
  • Field Summary

    Fields inherited from interface com.webmethods.caf.rules.edit.IRuleEditingContext

    ORIG_CONDITION_TEXT_ATTR, ORIG_RESULT_TEXT_ATTR, RULE_EDITING_CONTEXT_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    getExpressionNodeList(boolean isCondition, boolean showFunctions)
    A list of INode This will be for either condition or result This will be for either expressions or functions

    Methods inherited from interface com.webmethods.caf.rules.edit.IRuleEditingContext

    commitRule, createNewSession, getDefaultRuleBuilder, getID, getVariableInfo, isAcceptableMethod, localize, validate
  • Method Details

    • getExpressionNodeList

      List getExpressionNodeList(boolean isCondition, boolean showFunctions) throws com.webmethods.caf.rules.RuleException
      A list of INode This will be for either condition or result This will be for either expressions or functions
      Throws:
      com.webmethods.caf.rules.RuleException