Package | Description |
---|---|
org.komodo.core.internal.repository.search |
Modifier and Type | Class and Description |
---|---|
class |
CompareClause
A Comparison clause
tagged.[acme:tagName] = 'foo'
|
class |
ContainsClause
A Contains clause
CONTAINS(tagged.[acme:tagName], 'foo')
|
class |
ParanthesisClause
A Paranthesis clause
(clause1 OR/AND clause2)
|
class |
ParentPathClause
A Parent Path Clause
|
class |
PathClause
A Path Clause
|
class |
SetClause
A Set Clause
alias.property IN (value1, value2, value3)
|
Modifier and Type | Method and Description |
---|---|
List<Clause> |
ObjectSearcher.getWhereClauses() |
Modifier and Type | Method and Description |
---|---|
void |
ParanthesisClause.addWhereClause(Clause childClause) |
void |
ObjectSearcher.addWhereClause(Clause whereClause)
Adds the given where clause
|
ObjectSearcher |
ObjectSearcher.addWhereParanthesisClause(LogicalOperator operator,
Clause... childClauses) |
Constructor and Description |
---|
ParanthesisClause(LogicalOperator operator,
Clause... childClauses) |
Copyright © 2013–2019. All rights reserved.