Uses of Class
org.eaglei.repository.model.View

Packages that use View
org.eaglei.repository.model   
 

Uses of View in org.eaglei.repository.model
 

Methods in org.eaglei.repository.model that return View
static View View.parseView(java.lang.String v)
          parseView - find View matching name.
static View View.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static View[] View.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eaglei.repository.model with parameters of type View
static void View.addGraphs(javax.servlet.http.HttpServletRequest request, org.openrdf.query.impl.DatasetImpl ds, View vw)
          Add the named graphs composing a view to the specified dataset.
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.