You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/exquery/restxq/src/main/java/org/exist/extensions/exquery/restxq/impl/ResourceFunctionExecutorImpl.java
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,7 @@
50
50
importorg.exist.storage.DBBroker;
51
51
importorg.exist.storage.ProcessMonitor;
52
52
importorg.exist.xmldb.XmldbURI;
53
-
importorg.exist.xquery.AbstractExpression;
54
-
importorg.exist.xquery.AnalyzeContextInfo;
55
-
importorg.exist.xquery.CompiledXQuery;
56
-
importorg.exist.xquery.Expression;
57
-
importorg.exist.xquery.FunctionCall;
58
-
importorg.exist.xquery.UserDefinedFunction;
59
-
importorg.exist.xquery.VariableDeclaration;
60
-
importorg.exist.xquery.XPathException;
61
-
importorg.exist.xquery.XQueryContext;
53
+
importorg.exist.xquery.*;
62
54
importorg.exist.xquery.util.ExpressionDumper;
63
55
importorg.exist.xquery.value.AnyURIValue;
64
56
importorg.exist.xquery.value.AtomicValue;
@@ -175,7 +167,17 @@ public Sequence execute(final ResourceFunction resourceFunction, final Iterable<
175
167
try {
176
168
effectiveSubject.ifPresent(broker::pushSubject); //switch to effective user if setUid/setGid
Copy file name to clipboardExpand all lines: extensions/exquery/restxq/src/main/java/org/exist/extensions/exquery/restxq/impl/RestXqServiceCompiledXQueryCacheImpl.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ public CompiledXQuery getCompiledQuery(final DBBroker broker, final URI xqueryLo
Copy file name to clipboardExpand all lines: extensions/exquery/restxq/src/main/java/org/exist/extensions/exquery/restxq/impl/adapters/SequenceAdapter.java
0 commit comments