| Package | Description |
|---|---|
| com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PlanJsonProperty |
PlanBuilder.prop(String key,
JsonContentNodeExpr value)
This function specifies the key expression and value content for a JSON property of a JSON object contructed by the op:json-object function.
|
abstract PlanJsonProperty |
PlanBuilder.prop(XsStringExpr key,
JsonContentNodeExpr value)
This function specifies the key expression and value content for a JSON property of a JSON object contructed by the op:json-object function.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectNodeExpr |
PlanBuilder.jsonObject(PlanJsonProperty... property)
This function constructs a JSON object with the specified properties.
|
Copyright © 2013-2017 MarkLogic Corporation.