marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 73 forks source link

OpticGenerator changes #1651

Closed BillFarber closed 3 months ago

BillFarber commented 3 months ago

1) Several functions were removed from CtsExpr.java and CtsExprImpl.java (or not generated this time). Are these changes correct? a. public CtsQueryExpr documentFormatQuery(String format); b. public CtsQueryExpr documentFormatQuery(ServerExpression format); c. public CtsQueryExpr documentPermissionQuery(String role, String capability); d. public CtsQueryExpr documentPermissionQuery(ServerExpression role, ServerExpression capability); e. public CtsQueryExpr documentRootQuery(String root); f. public CtsQueryExpr documentRootQuery(ServerExpression root); 2) Two functions were removed from PlanBuilderImpl.java. Are these changes correct? a. public ModifyPlan joinDocAndUri(String docCol, String uriCol, String sourceCol) b. public ModifyPlan joinDocAndUri(PlanColumn docCol, PlanColumn uriCol, PlanColumn sourceCol) 3) PlanBuilderImpl.java and PlanBuilder.java both have compile issues due to unresolved symbols a. PlanPatchBuilderPlan b. PlanPatchBuilderPlanSeq c. Node d. Item