public class OwXBooleanFactor extends OwBooleanFactor
SQL AST node : external class based boolean factor - used in multiple class search templates .
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor and Description |
|---|
OwXBooleanFactor(OwBooleanFactor factor_p) |
| Modifier and Type | Method and Description |
|---|---|
OwBooleanTest |
asBooleanTest() |
StringBuilder |
createBooleanFactorSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
boolean |
isXCondition() |
createBooleanTermSQLStringcreateSearchConditionSQLStringpublic OwXBooleanFactor(OwBooleanFactor factor_p)
public StringBuilder createBooleanFactorSQLString()
createBooleanFactorSQLString in class OwBooleanFactorStringBuilder filled with the string representation of this non-terminalpublic List<OwColumnQualifier> getColumnQualifiers()
public boolean isValid()
true if this search condition can produce a valid string representation
through OwSearchCondition.createSearchConditionSQLString()false if this search condition can NOT produce a valid string representation
through OwSearchCondition.createSearchConditionSQLString()public boolean isXCondition()
false if this search condition refers other tables than the main FROM clause table
true if this search condition refers the main FROM clause tablepublic OwBooleanTest asBooleanTest()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.