|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |