public class CouchURI extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
databaseName() |
String |
documentId() |
String |
getEndKey() |
String |
getKey() |
String |
getRev() |
String |
getStartKey() |
boolean |
isAllDocsRequest() |
boolean |
isBulkDocs() |
boolean |
isBulkDocsRequest() |
boolean |
isDocRequest() |
boolean |
isExecuteViewRequest() |
boolean |
isGetViewDocRequest() |
boolean |
isReduce() |
Page |
page() |
String |
viewGroup() |
String |
viewName() |
public CouchURI(URI uri)
public String databaseName()
public String viewGroup()
public String viewName()
public boolean isGetViewDocRequest()
public boolean isExecuteViewRequest()
public boolean isBulkDocsRequest()
public boolean isBulkDocs()
public boolean isDocRequest()
public String documentId()
public String getKey()
public String getStartKey()
public String getEndKey()
public boolean isReduce()
public boolean isAllDocsRequest()
public String getRev()
public Page page()
Copyright © 2017. All rights reserved.