|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
org.eclipse.lyo.core.query |
Uses of ParseException in org.eclipse.lyo.core.query |
---|
Methods in org.eclipse.lyo.core.query that throw ParseException | |
---|---|
static OrderByClause |
QueryUtils.parseOrderBy(String orderByExpression,
Map<String,String> prefixMap)
Parse a oslc.orderBy expression |
static Map<String,String> |
QueryUtils.parsePrefixes(String prefixExpression)
Parse a oslc.prefix clause into a map between prefixes and corresponding URIs |
static PropertiesClause |
QueryUtils.parseProperties(String propertiesExpression,
Map<String,String> prefixMap)
Parse a oslc.properties expression |
static SearchTermsClause |
QueryUtils.parseSearchTerms(String searchTermsExpression)
Parse a oslc.searchTerms expression |
static SelectClause |
QueryUtils.parseSelect(String selectExpression,
Map<String,String> prefixMap)
Parse a oslc.select expression |
static WhereClause |
QueryUtils.parseWhere(String whereExpression,
Map<String,String> prefixMap)
Parse a oslc.where expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |