Uses of Class
com.couchbase.client.java.manager.view.PublishDesignDocumentOptions
Packages that use PublishDesignDocumentOptions
-
Uses of PublishDesignDocumentOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return PublishDesignDocumentOptionsModifier and TypeMethodDescriptionstatic PublishDesignDocumentOptions
PublishDesignDocumentOptions.publishDesignDocumentOptions()
Methods in com.couchbase.client.java.manager.view with parameters of type PublishDesignDocumentOptionsModifier and TypeMethodDescriptionAsyncViewIndexManager.publishDesignDocument
(String name, PublishDesignDocumentOptions options) Convenience method that gets a the document from the development namespace and upserts it to the production namespace.ReactiveViewIndexManager.publishDesignDocument
(String name, PublishDesignDocumentOptions options) Convenience method that gets a the document from the development namespace and upserts it to the production namespace.void
ViewIndexManager.publishDesignDocument
(String name, PublishDesignDocumentOptions options) Convenience method that gets a the document from the development namespace and upserts it to the production namespace.