public interface ViewStoreDelegate
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentType()
The document "type" property values this view is filtered to (nil if none.)
|
Mapper |
getMap()
The current map block.
|
java.lang.String |
getMapVersion()
The current map version string.
|
Reducer |
getReduce()
The current reduce block, or nil if there is none.
|
Mapper getMap()
Reducer getReduce()
java.lang.String getMapVersion()
java.lang.String getDocumentType()