Package org.eclipse.lyo.core.query

Interface Summary
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 Operand from ComparisonTerm or InTerm SimpleTerm from olsc.where clause
WhereClause Top-level CompoundTerm from olsc.where clause
Wildcard Wildcard property from olsc.select of oslc.properties clause
 

Class Summary
OslcOrderByLexer  
OslcOrderByParser Copyright (c) 2012 IBM Corporation.
OslcOrderByParser.identifier_return  
OslcOrderByParser.oslc_order_by_return  
OslcOrderByParser.prefixedName_return  
OslcOrderByParser.scoped_sort_term_return  
OslcOrderByParser.sort_term_return  
OslcOrderByParser.sort_terms_return  
OslcPrefixLexer  
OslcPrefixParser Copyright (c) 2012 IBM Corporation.
OslcPrefixParser.oslc_prefixes_return  
OslcPrefixParser.prefix_binding_return  
OslcSearchTermsLexer  
OslcSearchTermsParser Copyright (c) 2012 IBM Corporation.
OslcSearchTermsParser.oslc_search_terms_return  
OslcSearchTermsParser.string_esc_return  
OslcSelectLexer  
OslcSelectParser Copyright (c) 2011, 2012 IBM Corporation.
OslcSelectParser.identifier_return  
OslcSelectParser.nested_property_return  
OslcSelectParser.oslc_select_return  
OslcSelectParser.prefixedName_return  
OslcSelectParser.properties_return  
OslcSelectParser.property_return  
OslcWhereLexer  
OslcWhereParser Copyright (c) 2011, 2012 IBM Corporation.
OslcWhereParser.boolean_op_return  
OslcWhereParser.boolean_val_return  
OslcWhereParser.comparison_op_return  
OslcWhereParser.compound_term_return  
OslcWhereParser.decimal_return  
OslcWhereParser.identifier_return  
OslcWhereParser.identifier_wc_return  
OslcWhereParser.in_op_return  
OslcWhereParser.in_term_return  
OslcWhereParser.in_val_return  
OslcWhereParser.iriRef_return  
OslcWhereParser.langed_string_return  
OslcWhereParser.literal_value_return  
OslcWhereParser.nested_property_return  
OslcWhereParser.oslc_where_return  
OslcWhereParser.prefixedName_return  
OslcWhereParser.properties_return  
OslcWhereParser.property_return  
OslcWhereParser.scoped_term_return  
OslcWhereParser.simple_term_return  
OslcWhereParser.space_return  
OslcWhereParser.string_esc_return  
OslcWhereParser.term_return  
OslcWhereParser.term_simple_return  
OslcWhereParser.typed_string_return  
OslcWhereParser.value_return  
OslcWhereParser.wildcard_return  
PName  
QueryUtils Utility methods for parsing various OSLC HTTP query parameter clauses; e.g.
 

Enum Summary
ComparisonTerm.Operator  
Property.Type  
SimpleTerm.Type  
SortTerm.Type  
Value.Type  
 

Exception Summary
ParseException Wrapper for RecognitionException so clients of OLSC query functionality don't need to import ANTLR classes.
 



Copyright © 2012. All Rights Reserved.