public class OwSearchConditionPredicate extends OwPredicate
Search condition wrapping predicate.
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 |
|---|
OwSearchConditionPredicate(OwSearchCondition condition_p) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
createPredicateSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
createBooleanTestSQLString, isXConditionasBooleanTest, createBooleanFactorSQLStringcreateBooleanTermSQLStringcreateSearchConditionSQLStringpublic OwSearchConditionPredicate(OwSearchCondition condition_p)
public StringBuilder createPredicateSQLString()
createPredicateSQLString in class OwPredicateStringBuilder 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()Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.