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(ServerExpression key,
ServerExpression 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(ServerExpression map)
Creates a map.
|
MapMapExpr |
XdmpExpr.nodeMetadata(ServerExpression node)
Returns the metadata value of a given node.
|
Modifier and Type | Method and Description |
---|---|
MapMapSeqExpr |
MapExpr.mapSeq(MapMapExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
CtsReferenceExpr |
CtsExpr.pathReference(java.lang.String pathExpression,
java.lang.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
Deprecated.
(as of 4.2) Use
ServerExpression |
Copyright © 2013-2018 MarkLogic Corporation.