| Interface | Description |
|---|---|
| BooleanValue |
Boolean literal operand from olsc.where clause
|
| ComparisonTerm |
Simple comparison term from oslc.where clause
|
| CompoundTerm |
Compound term from oslc.where clause.
|
| DecimalValue |
Decimal literal operand from olsc.where clause.
|
| Identifier |
PName identifier from olsc.select of oslc.properties clause
|
| InTerm |
in operator simple term from olsc.where clause
|
| LangedStringValue |
Language specified string value operand from oslc.where clause
|
| NestedProperty |
Nested property from olsc.select of oslc.properties clause
|
| OrderByClause |
Top-level
SortTerms from oslc.orderBy clause |
| Properties |
Properties from olsc.select of oslc.properties clause
|
| PropertiesClause |
Top-level properties from oslc.Properties clause
|
| Property |
Property list element from olsc.select of oslc.properties clause
|
| ScopedSortTerm |
Scoped sort term from oslc.orderBy clause
|
| SearchTermsClause |
String list from oslc.searchTerms clause
|
| SelectClause |
Top level select clause from olsc.select
|
| SimpleSortTerm |
Simple sort termf from oslc.orderBy clause
|
| SimpleTerm |
simple term from oslc.where clause
|
| SortTerm |
Sort term from oslc.orderBy clause
|
| SortTerms |
List of sort terms from oslc.orderBy clause
|
| StringValue |
String literal operand from olsc.where clause
|
| TypedValue |
Typed value operand from oslc.where clause
|
| UriRefValue |
URI_REF operand from oslc.where clause
|
| Value | |
| WhereClause |
Top-level
CompoundTerm from olsc.where clause |
| Wildcard |
Wildcard property from olsc.select of oslc.properties clause
|
| Enum | Description |
|---|---|
| ComparisonTerm.Operator | |
| Property.Type | |
| SimpleTerm.Type | |
| SortTerm.Type | |
| Value.Type |
| Exception | Description |
|---|---|
| ParseException |
Wrapper for
RecognitionException so clients of OLSC query
functionality don't need to import ANTLR classes. |
Copyright © 2016. All rights reserved.