|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Source | |
|---|---|
| org.xcmis.search.model | |
| org.xcmis.search.model.source | |
| Uses of Source in org.xcmis.search.model |
|---|
| Methods in org.xcmis.search.model that return Source | |
|---|---|
Source |
Query.getSource()
Get the source for the results. |
| Constructors in org.xcmis.search.model with parameters of type Source | |
|---|---|
Query(Source source)
Create a new query that uses the supplied source. |
|
Query(Source source,
Constraint constraint,
List<Ordering> orderings,
List<Column> columns,
Limit limit)
Create a new query that uses the supplied source, constraint, orderings, columns and limits. |
|
| Uses of Source in org.xcmis.search.model.source |
|---|
| Subclasses of Source in org.xcmis.search.model.source | |
|---|---|
class |
Join
Created by The eXo Platform SAS. |
class |
Selector
Created by The eXo Platform SAS. |
| Methods in org.xcmis.search.model.source that return Source | |
|---|---|
Source |
Join.getLeft()
Get the source that represents the left-hand-side of the join. |
Source |
Join.getRight()
Get the source that represents the right-hand-side of the join. |
| Constructors in org.xcmis.search.model.source with parameters of type Source | |
|---|---|
Join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||