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 |
---|---|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.add(Number number)
Calls the built-in method to add to an existing value.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.applyLibrary(String function)
Calls a function with no arguments other than the existing
fragment.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.applyLibraryFragments(String function,
Object... args)
Calls a function with the existing fragment and one or more
specified fragments.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.applyLibraryValues(String function,
Object... args)
Calls a function with the existing fragment and one or more
values.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.concatenateAfter(String prefix)
Calls the built-in method to append an existing string
to the supplied string.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.concatenateBefore(String suffix)
Calls the built-in method to concatenate an existing string
before the supplied string.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.concatenateBetween(String prefix,
String suffix)
Calls the built-in method to concatenate an existing string
between the supplied strings.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.divideBy(Number number)
Calls the built-in method to divide an existing value
by the supplied number.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.multiply(Number number)
Calls the built-in method to multiply an existing value.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.replaceRegex(String pattern,
String replacement)
Calls the built-in method to modify an existing string
with a regular expression
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.replaceRegex(String pattern,
String replacement,
String flags)
Calls the built-in method to modify an existing string
with a regular expression
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.substringAfter(String prefix)
Calls the built-in method to reduce an existing string
to a trailing substring.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.substringBefore(String suffix)
Calls the built-in method to reduce an existing string
to a leading substring.
|
DocumentMetadataPatchBuilder.Call |
DocumentMetadataPatchBuilder.CallBuilder.subtract(Number number)
Calls the built-in method to subtract from an existing value.
|
Modifier and Type | Method and Description |
---|---|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceApply(String selectPath,
DocumentMetadataPatchBuilder.Call call)
Specifies a replacement operation by applying a function to
an existing JSON or XML fragment.
|
DocumentPatchBuilder |
DocumentPatchBuilder.replaceApply(String selectPath,
DocumentMetadataPatchBuilder.Cardinality cardinality,
DocumentMetadataPatchBuilder.Call call)
Specifies a replacement operation by applying a function to
an existing JSON or XML fragment.
|
DocumentMetadataPatchBuilder |
DocumentMetadataPatchBuilder.replacePropertyApply(QName name,
DocumentMetadataPatchBuilder.Call call)
Specifies a replacement operation by applying a function
to a metadata property having a namespaced name.
|
DocumentMetadataPatchBuilder |
DocumentMetadataPatchBuilder.replacePropertyApply(String name,
DocumentMetadataPatchBuilder.Call call)
Specifies a replacement operation by applying a function
to a metadata property having a simple name.
|
Copyright © 2013-2015 MarkLogic Corporation.