Class IsNull
java.lang.Object
oracle.webcenter.portal.persistence.query.PropertyComparison
oracle.webcenter.portal.persistence.query.IsNull
- All Implemented Interfaces:
Expression
Expression that checks is a property is null
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAccepts a visitorand(Expression expression) Creates an And expression which will be a logical "and" of this expression and the expression passed in as a parameternot()Creates a Not expression which will be the logical "not" of this epxressionor(Expression expression) Creates an Or expression which will be a logical "or" of this expression and the expression passed in as a parametertoString()Methods inherited from class oracle.webcenter.portal.persistence.query.PropertyComparison
getProperty
-
Constructor Details
-
IsNull
Constructor- Parameters:
property- the property to compare
-
-
Method Details
-
accept
Accepts a visitor- Parameters:
visitor- the visitor
-
toString
-
and
Creates an And expression which will be a logical "and" of this expression and the expression passed in as a parameter- Specified by:
andin interfaceExpression- Parameters:
expression- the other expression- Returns:
- the And expression
-
or
Creates an Or expression which will be a logical "or" of this expression and the expression passed in as a parameter- Specified by:
orin interfaceExpression- Parameters:
expression- the other expression- Returns:
- the Or expression
-
not
Creates a Not expression which will be the logical "not" of this epxression- Specified by:
notin interfaceExpression- Returns:
- the Not expression
-