Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected OwCharacterStringLiteral |
OwCSQLCProcessor.createContentSearchLiteral(List<String> textSearchExpressions_p,
OwSearchCriteria criteria_p)
(overridable)
Create a literal for the content search criteria, will return a
null value if the provided expression list does not contain valid values (non-empty and non-null).
|
protected OwCharacterStringLiteral |
OwCSQLCProcessor.createLiteral(OwSearchCriteria criteria_p,
String string_p) |
Modifier and Type | Method and Description |
---|---|
protected abstract OwTextSearchPredicate |
OwCSQLCProcessor.createTextSearchPredicate(OwCharacterStringLiteral searchExpression_p,
OwColumnReference columnReference_p) |
Modifier and Type | Method and Description |
---|---|
OwCharacterStringLiteral |
OwCharacterStringLiteral.append(String characterString_p)
Appends the specified string to this character sequence String contents
and returns new
OwCharacterStringLiteral based on the resulted
string literal contents. |
protected OwCharacterStringLiteral |
OwTextSearchPredicate.getSearchExpression()
Return the current search expression, defined during instantiation.
|
OwCharacterStringLiteral |
OwCharacterStringLiteral.insert(int offset_p,
String characterString_p)
Inserts the specified string at the given offset into this character sequence String
contents and returns new
OwCharacterStringLiteral based on the resulted
string literal contents. |
OwCharacterStringLiteral |
OwCharacterStringLiteral.replace(int start_p,
int end_p,
String characterString_p)
Replaces the specified range from this character sequence String contents with
the specified String and returns new
OwCharacterStringLiteral based
on the resulted string literal contents. |
Constructor and Description |
---|
OwFolderPredicate(OwCharacterStringLiteral folderId_p,
boolean inTree_p,
OwFolderPredicateFormat format_p) |
OwLikePredicate(OwColumnReference columnReference_p,
OwCharacterStringLiteral characterStringLiteral_p,
boolean negated_p,
OwPredicateFormat format_p)
Constructor
|
OwLikePredicate(OwColumnReference columnReference_p,
OwCharacterStringLiteral characterStringLiteral_p,
OwPredicateFormat format_p)
Constructor
|
OwTextSearchPredicate(OwCharacterStringLiteral searchExpression_p,
OwColumnReference columnReference_p,
OwColumnQualifier contentJoinedColumn_p,
String dialect_p)
Constructor for a text search predicate where every parameter can be null,
but for a valid predicate at least the search expression should be a
non-null and non-empty element.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.