Uses of Class
org.eclipse.lyo.oslc4j.core.model.ResourceShape

Packages that use ResourceShape
org.eclipse.lyo.oslc4j.application   
org.eclipse.lyo.oslc4j.core   
org.eclipse.lyo.oslc4j.core.model Copyright (c) 2012 IBM Corporation. 
 

Uses of ResourceShape in org.eclipse.lyo.oslc4j.application
 

Methods in org.eclipse.lyo.oslc4j.application that return ResourceShape
 ResourceShape OslcResourceShapeResource.getResourceShape(javax.servlet.http.HttpServletRequest httpServletRequest, String resourceShapePath)
           
 

Uses of ResourceShape in org.eclipse.lyo.oslc4j.core
 

Methods in org.eclipse.lyo.oslc4j.core that return types with arguments of type ResourceShape
static List<ResourceShape> OSLC4JUtils.getShapes()
          Returns a list of Resource Shapes to be used when inferring a property type from the Resource Shape.
 

Method parameters in org.eclipse.lyo.oslc4j.core with type arguments of type ResourceShape
static void OSLC4JUtils.setShapes(List<ResourceShape> shapes)
          Sets a list of Resource Shapes to be used when inferring a property type from the Resource Shape.
 

Uses of ResourceShape in org.eclipse.lyo.oslc4j.core.model
 

Methods in org.eclipse.lyo.oslc4j.core.model that return ResourceShape
static ResourceShape ResourceShapeFactory.createResourceShape(String baseURI, String resourceShapesPath, String resourceShapePath, Class<?> resourceClass)
           
 



Copyright © 2013. All rights reserved.