Uses of Interface
org.eclipse.lyo.core.query.Properties

Packages that use Properties
org.eclipse.lyo.core.query   
 

Uses of Properties in org.eclipse.lyo.core.query
 

Subinterfaces of Properties in org.eclipse.lyo.core.query
 interface NestedProperty
          Nested property from olsc.select of oslc.properties clause
 interface PropertiesClause
          Top-level properties from oslc.Properties clause
 interface SelectClause
          Top level select clause from olsc.select
 

Fields in org.eclipse.lyo.core.query declared as Properties
static Properties QueryUtils.WILDCARD_PROPERTY_LIST
          A property list that selects all properties
 

Methods in org.eclipse.lyo.core.query with parameters of type Properties
static Map<String,Object> QueryUtils.invertSelectedProperties(Properties properties)
          Create a map representation of the Properties returned from parsing oslc.properties or olsc.select URL query parameters suitable for generating a property result from an HTTP GET request.
 



Copyright © 2013. All Rights Reserved.