All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addFilter(String name,
String function) |
void |
addListFunction(String name,
String function) |
void |
addShowFunction(String name,
String function) |
void |
addView(String name,
DesignDocument.View v) |
boolean |
containsView(String name) |
DesignDocument.View |
get(String viewName) |
Map<String,String> |
getFilters() |
String |
getLanguage() |
Map<String,String> |
getLists() |
Map<String,String> |
getShows() |
Map<String,String> |
getUpdates() |
Map<String,DesignDocument.View> |
getViews() |
boolean |
mergeWith(DesignDocument dd)
|
boolean |
mergeWith(DesignDocument dd,
boolean updateOnDiff)
Merge this design document with the specified document, the result being
stored in this design document.
|
void |
removeFilter(String name) |
void |
removeListFunction(String name) |
void |
removeShowFunction(String name) |
void |
removeView(String name) |
void |
setLanguage(String s) |