| Package | Description |
|---|---|
| com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server.
|
| com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or value as passed to a
PlanBuilder method or returned from a RowRecord method. |
| Modifier and Type | Method and Description |
|---|---|
MapMapExpr |
MapExpr.entry(XsStringExpr key,
ItemSeqExpr value)
Constructs a new map with a single entry consisting of the key and value specified as arguments.
|
MapMapExpr |
MapExpr.map()
Creates a map.
|
MapMapExpr |
MapExpr.map(ElementNodeExpr map)
Creates a map.
|
MapMapExpr |
XdmpExpr.nodeMetadata(NodeExpr node)
Returns the metadata value of a given node.
|
| Modifier and Type | Method and Description |
|---|---|
XsBooleanExpr |
MapExpr.contains(MapMapExpr map,
String key)
Returns true if the key exists in the map.
|
XsBooleanExpr |
MapExpr.contains(MapMapExpr map,
XsStringExpr key)
Returns true if the key exists in the map.
|
XsUnsignedIntExpr |
MapExpr.count(MapMapExpr map)
Returns the number of keys used in the map.
|
ItemSeqExpr |
MapExpr.get(MapMapExpr map,
String key)
Get a value from a map.
|
ItemSeqExpr |
MapExpr.get(MapMapExpr map,
XsStringExpr key)
Get a value from a map.
|
XsStringSeqExpr |
MapExpr.keys(MapMapExpr map)
Get the keys used in the map.
|
MapMapSeqExpr |
MapExpr.mapSeq(MapMapExpr... items)
Constructs a sequence of MapMapExpr items.
|
CtsReferenceExpr |
CtsExpr.pathReference(String pathExpression,
String options,
MapMapExpr map)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(XsStringVal pathExpression,
XsStringSeqVal options,
MapMapExpr map)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonObjectExpr
An instance of a JSON object expression.
|
Copyright © 2013-2017 MarkLogic Corporation.