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(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(String contextPath,
DocumentPatchBuilder.Position position,
DocumentMetadataPatchBuilder.Cardinality cardinality,
Object fragment)
Specifies an operation to insert a new JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.insertFragment(String contextPath,
DocumentPatchBuilder.Position position,
Object fragment)
Specifies an operation to insert a new JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceInsertFragment(String selectPath,
String contextPath,
DocumentPatchBuilder.Position position,
DocumentMetadataPatchBuilder.Cardinality cardinality,
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(String selectPath,
String contextPath,
DocumentPatchBuilder.Position position,
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 © 2013-2015 MarkLogic Corporation.