Package com.microstrategy.web.objects
Class RWConditionSelectorHelper
- java.lang.Object
-
- com.microstrategy.web.objects.RWConditionSelectorHelper
-
public class RWConditionSelectorHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RWConditionSelectorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebOperatorNode
getAndOperatorNode(WebExpression expression, WebNode parent)
static WebExpression
getControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType)
static WebExpression
getControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType, java.lang.String formID, boolean isNot)
static WebOperatorNode
getInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe)
static WebOperatorNode
getInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe, java.lang.String tForm)
static WebOperatorNode
getNULLOrNotNULLOperatorNode(WebObjectsFactory factory, WebExpression expression, WebOperatorNode parent, java.lang.String titleID, boolean isNotNull)
static WebOperatorNode
getOrOperatorNode(WebExpression expression, WebNode parent)
static WebOperatorNode
getRootOperatorNode(WebExpression expression, int function)
static boolean
isIncludeFunc(int _functionType, int _function)
-
-
-
Method Detail
-
getControlExpression
public static WebExpression getControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType) throws WebObjectsException
- Throws:
WebObjectsException
-
getControlExpression
public static WebExpression getControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType, java.lang.String formID, boolean isNot) throws WebObjectsException
- Throws:
WebObjectsException
-
isIncludeFunc
public static boolean isIncludeFunc(int _functionType, int _function)
-
getRootOperatorNode
public static WebOperatorNode getRootOperatorNode(WebExpression expression, int function)
-
getAndOperatorNode
public static WebOperatorNode getAndOperatorNode(WebExpression expression, WebNode parent)
-
getOrOperatorNode
public static WebOperatorNode getOrOperatorNode(WebExpression expression, WebNode parent)
-
getNULLOrNotNULLOperatorNode
public static WebOperatorNode getNULLOrNotNULLOperatorNode(WebObjectsFactory factory, WebExpression expression, WebOperatorNode parent, java.lang.String titleID, boolean isNotNull) throws WebObjectsException, java.lang.IllegalArgumentException
- Throws:
WebObjectsException
java.lang.IllegalArgumentException
-
getInListOperatorNode
public static WebOperatorNode getInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe) throws WebObjectsException
- Throws:
WebObjectsException
-
getInListOperatorNode
public static WebOperatorNode getInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe, java.lang.String tForm) throws WebObjectsException
- Throws:
WebObjectsException
-
-