public interface QueryCriteria extends BaseSearchCriteria
ASC, CONTAINS, DESC, EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, IN, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL_TO, LIKE, NOT_EQUALS, NOT_IN, NOT_LIKE
Modifier and Type | Method and Description |
---|---|
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
and(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr1,
oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr2)
Connects two search terms or expressions with a
logical
and condition. |
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
getRootSearchTerm()
Gets the root node of the current search term tree built by this
QueryCriteria . |
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
not(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr)
Negates the
SearchTerm input. |
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
or(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr1,
oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr2)
Takes two search term (expressions) and connects them with a
logical
or condition. |
void |
setRootSearchTerm(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr)
Sets the root node of the current search term tree built by this
QueryCriteria . |
getCTBAttributeFetchMap, setCTBAttributeFetchMap
oracle.hsgbu.hdr.fwk.base.common.SearchTerm and(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr1, oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr2)
and
condition.expr1
- SearchTerm
to be connected by the and
.expr2
- SearchTerm
to be connected by the and
.SearchTerm
object.oracle.hsgbu.hdr.fwk.base.common.SearchTerm or(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr1, oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr2)
or
condition.expr1
- SearchTerm
to be connected by the or
.expr2
- SearchTerm
to be connected by the or
.SearchTerm
object.oracle.hsgbu.hdr.fwk.base.common.SearchTerm not(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr)
SearchTerm
input.expr
- SearchTerm
to be negated.SearchTerm
object.void setRootSearchTerm(oracle.hsgbu.hdr.fwk.base.common.SearchTerm expr)
QueryCriteria
.expr
- SearchTerm
to be set.oracle.hsgbu.hdr.fwk.base.common.SearchTerm getRootSearchTerm()
QueryCriteria
.SearchTerm
for the current
QueryCriteria
.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved