Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected OwSearchCondition |
OwCSQLCProcessor.createContentCondition(OwSearchNode conditionRootNode_p,
OwCSQLCProcessor.OwProcessContext context_p)
Scan the node for existence or definition of CBR (a.k.a.
|
protected OwSearchCondition |
OwCSQLCProcessor.createSubclassesConditions(List<OwClass> subclasses_p)
(overridable)
|
protected OwSearchCondition |
OwCSQLCProcessor.createVersionSelectionCondition(OwSearchNode searchRootNode_p,
int versionSelection_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwANDBooleanTerm
SQL AST node : AND operator implementation of the <boolean term> syntax non-terminal as defined by the SQL grammar.
|
class |
OwBetweenPredicate
SQL AST node : between predicate implementation.
An aggregated predicate : a greater than and less than search condition composition. Example : (value>2123 AND value<7789) (value<'foo' OR value>'bar') for the negated form (not between). |
class |
OwBooleanFactor
AST node : <boolean factor> syntax non-terminal as defined by the SQL grammar.
|
class |
OwBooleanTerm
SQL AST node : <boolean term> syntax non-terminal as defined by the SQL grammar.
|
class |
OwBooleanTest
SQL AST node : <boolean test> syntax non-terminal as defined by the SQL grammar.
|
class |
OwComparisonPredicate
SQL AST node : <comparison predicate> syntax non-terminal as defined by the SQL grammar.
|
class |
OwFolderPredicate
SQL AST node : <in folder> syntax non-terminal as defined by the SQL grammar.
|
class |
OwFormatPredicate
SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) AST node.
|
class |
OwInPredicate
SQL AST node : <in predicate> syntax non-terminal as defined by the SQL grammar.
|
class |
OwLikePredicate
SQL AST node : <like predicate> syntax non-terminal as defined by the SQL grammar.
|
class |
OwNOTBooleanFactor
SQL AST node : NOT operator implementation of the <boolean factor> syntax non-terminal as defined by the SQL grammar.
|
class |
OwNullPredicate
SQL AST node : <null predicatet> syntax non-terminal as defined by the SQL grammar.
|
class |
OwORSearchCondition
SQL AST node : OR operator implementation of the <search condition> syntax non-terminal as defined by the SQL grammar.
|
class |
OwPredicate
SQL AST node : <predicate> syntax non-terminal as defined by the SQL grammar.
|
class |
OwQuantifiedComparisonPredicate
SQL AST node : <quantified comparison predicate> based on syntax non-terminal
defined by the SQL grammar.
|
class |
OwQuantifiedInPredicate
SQL AST node : <quantified in predicate> based on syntax non-terminal
defined by the SQL grammar.
|
class |
OwSearchConditionBooleanTest
SQL AST node : sub search condition embedding
<boolean term>:='(' <search condition> ')' syntax non-terminal as defined by the SQL grammar. |
class |
OwSearchConditionPredicate
Search condition wrapping predicate.
|
class |
OwTextSearchPredicate
SQL AST base node : <content based retrieval> syntax non-terminal as defined by the SQL grammar.
|
class |
OwUndefinedPredicate
SQL AST node : undefined predicate implementation.
|
class |
OwXBooleanFactor
SQL AST node : external class based boolean factor - used in multiple class search templates .
|
Constructor and Description |
---|
OwORSearchCondition(OwSearchCondition leftSideCondition_p,
OwBooleanTerm rightSideTerm_p) |
OwSearchConditionBooleanTest(OwSearchCondition searchCondition_p) |
OwSearchConditionBooleanTest(OwSearchCondition searchCondition_p,
boolean preservePriority_p) |
OwSearchConditionPredicate(OwSearchCondition condition_p) |
OwWhereClause(OwSearchCondition searchCondition_p)
Constructor
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.