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 |
---|---|
static DocumentPatchBuilder.Position |
DocumentPatchBuilder.Position.valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static DocumentPatchBuilder.Position[] |
DocumentPatchBuilder.Position.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.