Package | Description |
---|---|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
DocumentPatchBuilder |
DocumentPatchBuilder.delete(java.lang.String selectPath)
Specifies an operation to delete an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.delete(java.lang.String selectPath,
DocumentMetadataPatchBuilder.Cardinality cardinality)
Specifies an operation to delete an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.insertFragment(java.lang.String contextPath,
DocumentPatchBuilder.Position position,
DocumentMetadataPatchBuilder.Cardinality cardinality,
java.lang.Object fragment)
Specifies an operation to insert a new JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.insertFragment(java.lang.String contextPath,
DocumentPatchBuilder.Position position,
java.lang.Object fragment)
Specifies an operation to insert a new JSON or XML fragment.
|
DocumentPatchBuilder |
JSONDocumentManager.newPatchBuilder()
Creates a builder for specifying changes to the content and metadata
of a JSON document.
|
DocumentPatchBuilder |
XMLDocumentManager.newPatchBuilder()
Creates a builder for specifying changes to the content and metadata
of an XML document.
|
DocumentPatchBuilder |
DocumentPatchBuilder.pathLanguage(DocumentPatchBuilder.PathLanguage pathLang)
Specifies the language for this patch to use
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceApply(java.lang.String selectPath,
DocumentMetadataPatchBuilder.Call call)
Specifies a replacement operation by applying a function to
an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceApply(java.lang.String selectPath,
DocumentMetadataPatchBuilder.Cardinality cardinality,
DocumentMetadataPatchBuilder.Call call)
Specifies a replacement operation by applying a function to
an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceFragment(java.lang.String selectPath,
DocumentMetadataPatchBuilder.Cardinality cardinality,
java.lang.Object fragment)
Specifies a fragment to replace an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceFragment(java.lang.String selectPath,
java.lang.Object fragment)
Specifies a fragment to replace an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceInsertFragment(java.lang.String selectPath,
java.lang.String contextPath,
DocumentPatchBuilder.Position position,
DocumentMetadataPatchBuilder.Cardinality cardinality,
java.lang.Object fragment)
Specifies a fragment to replace an existing JSON or XML fragment
or (if the existing fragment doesn't exist) to insert relative
to a different existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceInsertFragment(java.lang.String selectPath,
java.lang.String contextPath,
DocumentPatchBuilder.Position position,
java.lang.Object fragment)
Specifies a fragment to replace an existing JSON or XML fragment
or (if the existing fragment doesn't exist) to insert relative
to a different existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceValue(java.lang.String selectPath,
DocumentMetadataPatchBuilder.Cardinality cardinality,
java.lang.Object value)
Specifies a value to replace the existing value of a JSON or XML node.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceValue(java.lang.String selectPath,
java.lang.Object value)
Specifies a value to replace the existing value of a JSON or XML node.
|
Copyright © 2013-2018 MarkLogic Corporation.