Uses of Class
com.couchbase.client.java.manager.view.DesignDocument
-
Uses of DesignDocument in com.couchbase.client.java.manager.view
Modifier and TypeMethodDescriptionViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace) Returns the design document from the cluster if present.ViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the design document from the cluster if present with custom options.Assigns a new name to this design document.Convenience method for adding a view to this design document (replacing any existing view with the same name).Convenience method for adding a view to this design document (replacing any existing view with the same name).Convenience method for adding a view to this design document (replacing any existing view with the same name).DesignDocument.removeView
(String name) Removes the view with the give name, if it exists.Sets all of the views for this design document, overriding any existing views.Modifier and TypeMethodDescriptionAsyncViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace) Returns all of the design documents in the specified namespace.AsyncViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.ReactiveViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace) Returns all of the design documents in the specified namespace.ReactiveViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.ViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace) Returns all of the design documents in the specified namespace.ViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.AsyncViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace) Returns the named design document from the specified namespace.AsyncViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the named design document from the specified namespace.ReactiveViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace) Returns the design document from the cluster if present.ReactiveViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the design document from the cluster if present with custom options.Modifier and TypeMethodDescriptionAsyncViewIndexManager.upsertDesignDocument
(DesignDocument doc, DesignDocumentNamespace namespace) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.AsyncViewIndexManager.upsertDesignDocument
(DesignDocument doc, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.ReactiveViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.ReactiveViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.void
ViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.void
ViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.