Package | Description |
---|---|
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
java.util.List<ViewDesign> |
DesignDocument.getViews()
Get the list of the associated view designs.
|
Modifier and Type | Method and Description |
---|---|
DesignDocument |
DesignDocument.setView(ViewDesign view)
Add a single view to the list of stored ViewDesign objects.
|
Modifier and Type | Method and Description |
---|---|
DesignDocument |
DesignDocument.setViews(java.util.List<ViewDesign> v)
Set a list of ViewDesigns.
|
Constructor and Description |
---|
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.