Uses of Class
com.couchbase.client.java.view.DesignDocument
-
Packages that use DesignDocument Package Description com.couchbase.client.java.bucket com.couchbase.client.java.view -
-
Uses of DesignDocument in com.couchbase.client.java.bucket
Methods in com.couchbase.client.java.bucket that return DesignDocument Modifier and Type Method Description DesignDocument
BucketManager. getDesignDocument(String name)
Loads a publishedDesignDocument
by its name with the default management timeout.DesignDocument
BucketManager. getDesignDocument(String name, boolean development)
Loads aDesignDocument
by its name from either development or production with the default management timeout.DesignDocument
BucketManager. getDesignDocument(String name, boolean development, long timeout, TimeUnit timeUnit)
Loads aDesignDocument
s by its name from either development or production with a custom timeout.DesignDocument
BucketManager. getDesignDocument(String name, long timeout, TimeUnit timeUnit)
Loads a publishedDesignDocument
by its name with the a custom timeout.DesignDocument
DefaultBucketManager. getDesignDocument(String name)
DesignDocument
DefaultBucketManager. getDesignDocument(String name, boolean development)
DesignDocument
DefaultBucketManager. getDesignDocument(String name, boolean development, long timeout, TimeUnit timeUnit)
DesignDocument
DefaultBucketManager. getDesignDocument(String name, long timeout, TimeUnit timeUnit)
DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument)
Inserts aDesignDocument
into production if it does not exist with the default management timeout.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
Inserts aDesignDocument
into development or production if it does not exist with the default management timeout.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
Inserts aDesignDocument
into development or production if it does not exist with a custom timeout.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
Inserts aDesignDocument
into production if it does not exist with a custom timeout.DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
DesignDocument
BucketManager. publishDesignDocument(String name)
Publishes aDesignDocument
from development into production with the default management timeout.DesignDocument
BucketManager. publishDesignDocument(String name, boolean overwrite)
Publishes aDesignDocument
from development into production with the default management timeout.DesignDocument
BucketManager. publishDesignDocument(String name, boolean overwrite, long timeout, TimeUnit timeUnit)
Publishes aDesignDocument
from development into production with a custom timeout.DesignDocument
BucketManager. publishDesignDocument(String name, long timeout, TimeUnit timeUnit)
Publishes aDesignDocument
from development into production with a custom timeout.DesignDocument
DefaultBucketManager. publishDesignDocument(String name)
DesignDocument
DefaultBucketManager. publishDesignDocument(String name, boolean overwrite)
DesignDocument
DefaultBucketManager. publishDesignDocument(String name, boolean overwrite, long timeout, TimeUnit timeUnit)
DesignDocument
DefaultBucketManager. publishDesignDocument(String name, long timeout, TimeUnit timeUnit)
DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument)
Upserts (inserts or replaces) aDesignDocument
into production with the default management timeout.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
Upserts (inserts or replaces) aDesignDocument
into production or development with the default management timeout.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
Upserts (inserts or replaces) aDesignDocument
into production or development with a custom timeout.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
Upserts (inserts or replaces) aDesignDocument
into production with a custom timeout.DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
Methods in com.couchbase.client.java.bucket that return types with arguments of type DesignDocument Modifier and Type Method Description rx.Observable<DesignDocument>
AsyncBucketManager. getDesignDocument(String name)
Loads a publishedDesignDocument
by its name.rx.Observable<DesignDocument>
AsyncBucketManager. getDesignDocument(String name, boolean development)
Loads aDesignDocument
by its name from either development or production.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. getDesignDocument(String name)
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. getDesignDocument(String name, boolean development)
rx.Observable<DesignDocument>
AsyncBucketManager. getDesignDocuments()
Loads all publishedDesignDocument
s.rx.Observable<DesignDocument>
AsyncBucketManager. getDesignDocuments(boolean development)
Loads allDesignDocument
s from development or production.List<DesignDocument>
BucketManager. getDesignDocuments()
Loads all publishedDesignDocument
s with the default management timeout.List<DesignDocument>
BucketManager. getDesignDocuments(boolean development)
Loads allDesignDocument
s from either development or production with the default management timeout.List<DesignDocument>
BucketManager. getDesignDocuments(boolean development, long timeout, TimeUnit timeUnit)
Loads allDesignDocument
s from either development or production with a custom timeout.List<DesignDocument>
BucketManager. getDesignDocuments(long timeout, TimeUnit timeUnit)
Loads all publishedDesignDocument
s with a custom timeout.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. getDesignDocuments()
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. getDesignDocuments(boolean development)
List<DesignDocument>
DefaultBucketManager. getDesignDocuments()
List<DesignDocument>
DefaultBucketManager. getDesignDocuments(boolean development)
List<DesignDocument>
DefaultBucketManager. getDesignDocuments(boolean development, long timeout, TimeUnit timeUnit)
List<DesignDocument>
DefaultBucketManager. getDesignDocuments(long timeout, TimeUnit timeUnit)
rx.Observable<DesignDocument>
AsyncBucketManager. insertDesignDocument(DesignDocument designDocument)
Inserts aDesignDocument
into production if it does not exist.rx.Observable<DesignDocument>
AsyncBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
Inserts aDesignDocument
into development or production if it does not exist.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. insertDesignDocument(DesignDocument designDocument)
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
rx.Observable<DesignDocument>
AsyncBucketManager. publishDesignDocument(String name)
Publishes aDesignDocument
from development into production.rx.Observable<DesignDocument>
AsyncBucketManager. publishDesignDocument(String name, boolean overwrite)
Publishes aDesignDocument
from development into production.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. publishDesignDocument(String name)
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. publishDesignDocument(String name, boolean overwrite)
rx.Observable<DesignDocument>
AsyncBucketManager. upsertDesignDocument(DesignDocument designDocument)
Upserts (inserts or replaces) aDesignDocument
into production.rx.Observable<DesignDocument>
AsyncBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
Upserts (inserts or replaces) aDesignDocument
into production or development.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. upsertDesignDocument(DesignDocument designDocument)
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
Methods in com.couchbase.client.java.bucket with parameters of type DesignDocument Modifier and Type Method Description rx.Observable<DesignDocument>
AsyncBucketManager. insertDesignDocument(DesignDocument designDocument)
Inserts aDesignDocument
into production if it does not exist.rx.Observable<DesignDocument>
AsyncBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
Inserts aDesignDocument
into development or production if it does not exist.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument)
Inserts aDesignDocument
into production if it does not exist with the default management timeout.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
Inserts aDesignDocument
into development or production if it does not exist with the default management timeout.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
Inserts aDesignDocument
into development or production if it does not exist with a custom timeout.DesignDocument
BucketManager. insertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
Inserts aDesignDocument
into production if it does not exist with a custom timeout.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. insertDesignDocument(DesignDocument designDocument)
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
DesignDocument
DefaultBucketManager. insertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
rx.Observable<DesignDocument>
AsyncBucketManager. upsertDesignDocument(DesignDocument designDocument)
Upserts (inserts or replaces) aDesignDocument
into production.rx.Observable<DesignDocument>
AsyncBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
Upserts (inserts or replaces) aDesignDocument
into production or development.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument)
Upserts (inserts or replaces) aDesignDocument
into production with the default management timeout.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
Upserts (inserts or replaces) aDesignDocument
into production or development with the default management timeout.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
Upserts (inserts or replaces) aDesignDocument
into production or development with a custom timeout.DesignDocument
BucketManager. upsertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
Upserts (inserts or replaces) aDesignDocument
into production with a custom timeout.rx.Observable<DesignDocument>
DefaultAsyncBucketManager. upsertDesignDocument(DesignDocument designDocument)
rx.Observable<DesignDocument>
DefaultAsyncBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument, boolean development, long timeout, TimeUnit timeUnit)
DesignDocument
DefaultBucketManager. upsertDesignDocument(DesignDocument designDocument, long timeout, TimeUnit timeUnit)
-
Uses of DesignDocument in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return DesignDocument Modifier and Type Method Description static DesignDocument
DesignDocument. create(String name, List<View> views)
Creates a newDesignDocument
.static DesignDocument
DesignDocument. create(String name, List<View> views, Map<DesignDocument.Option,Long> options)
Creates a newDesignDocument
.static DesignDocument
DesignDocument. from(String name, JsonObject raw)
Create a design document from a JSON representation of it.
-