Uses of Class
com.couchbase.client.protocol.views.ViewDesign

Packages that use ViewDesign
com.couchbase.client.protocol.views   
 

Uses of ViewDesign in com.couchbase.client.protocol.views
 

Methods in com.couchbase.client.protocol.views that return types with arguments of type ViewDesign
 java.util.List<ViewDesign> DesignDocument.getViews()
          Get the list of the associated view designs.
 

Methods in com.couchbase.client.protocol.views with parameters of type ViewDesign
 DesignDocument DesignDocument.setView(ViewDesign view)
          Add a single view to the list of stored ViewDesign objects.
 

Method parameters in com.couchbase.client.protocol.views with type arguments of type ViewDesign
 DesignDocument DesignDocument.setViews(java.util.List<ViewDesign> v)
          Set a list of ViewDesigns.
 

Constructor parameters in com.couchbase.client.protocol.views with type arguments of type ViewDesign
DesignDocument(java.lang.String name, java.util.List<ViewDesign> views, java.util.List<SpatialViewDesign> spatialViews)
          Create a new DesignDocument with a name and (spatial) views.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.