Skip to content

Commit 8a0458b

Browse files
author
ehennum
committed
JavaDoc for Optic enhancements #1282
1 parent aeddf8c commit 8a0458b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+481
-109
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilder.java

Lines changed: 110 additions & 72 deletions
Large diffs are not rendered by default.

marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java

Lines changed: 310 additions & 27 deletions
Large diffs are not rendered by default.

marklogic-client-api/src/main/java/com/marklogic/client/expression/SemValue.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public interface SemValue {
9191
* Takes any number of triple store specifications and constructs a store sequence
9292
* @param stores the triple store specifications
9393
* @return a sequence of triple store specifications
94+
* @deprecated use {@link SemExpr#storeSeq(SemStoreExpr...)}
9495
*/
9596
public SemStoreSeqExpr stores(SemStoreExpr... stores);
9697
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxSeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.box expressions.
21+
* A sequence of cts.box expressions. See {@link com.marklogic.client.expression.CtsExpr#boxSeq(CtsBoxExpr...)}
2222
*/
2323
public interface CtsBoxSeqExpr extends CtsRegionSeqExpr {
2424
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleSeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.circle expressions.
21+
* A sequence of cts.circle expressions. See {@link com.marklogic.client.expression.CtsExpr#circleSeq(CtsCircleExpr...)}
2222
*/
2323
public interface CtsCircleSeqExpr extends CtsRegionSeqExpr {
2424
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodSeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.period expressions.
21+
* A sequence of cts.period expressions. See {@link com.marklogic.client.expression.CtsExpr#periodSeq(CtsPeriodExpr...)}
2222
*/
2323
public interface CtsPeriodSeqExpr extends ServerExpression {
2424
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointSeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.point expressions.
21+
* A sequence of cts.point expressions. See {@link com.marklogic.client.expression.CtsExpr#pointSeq(CtsPointExpr...)}
2222
*/
2323
public interface CtsPointSeqExpr extends CtsRegionSeqExpr {
2424
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonSeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.polygon expressions.
21+
* A sequence of cts.polygon expressions. See {@link com.marklogic.client.expression.CtsExpr#polygonSeq(CtsPolygonExpr...)}
2222
*/
2323
public interface CtsPolygonSeqExpr extends CtsRegionSeqExpr {
2424
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQuerySeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.query expressions.
21+
* A sequence of cts.query expressions. See {@link com.marklogic.client.expression.CtsExpr#querySeq(CtsQueryExpr...)}
2222
*/
2323
public interface CtsQuerySeqExpr extends ServerExpression {
2424
}

marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceSeqExpr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// IMPORTANT: Do not edit. This file is generated.
1919

2020
/**
21-
* A sequence of cts.reference expressions.
21+
* A sequence of cts.reference expressions. See {@link com.marklogic.client.expression.CtsExpr#referenceSeq(CtsReferenceExpr...)}
2222
*/
2323
public interface CtsReferenceSeqExpr extends ServerExpression {
2424
}

0 commit comments

Comments
 (0)