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(ServerExpression key,
ServerExpression 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(java.lang.String key,
ServerExpression 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 |
---|---|
ObjectNodeExpr |
PlanBuilderBase.jsonObject(PlanJsonProperty... property)
This function constructs a JSON object with the specified properties.
|
Copyright © 2013-2018 MarkLogic Corporation.