Class QconsoleScripts
- java.lang.Object
-
- com.marklogic.client.ext.qconsole.impl.QconsoleScripts
-
public class QconsoleScripts extends java.lang.ObjectThis scripts are defined as strings so that it's easy to reuse this in an environment like Gradle without having to read files from the classpath.
-
-
Constructor Summary
Constructors Constructor Description QconsoleScripts()
-
-
-
Field Detail
-
IMPORT
public static final java.lang.String IMPORT
This relies on internal APIs in the qconsole-model function that have changed between MarkLogic 8 and 9. Specifically, qconsole-model:default-content-source() in ML8 was removed and qconsole-model:default-database() can be used instead.- See Also:
- Constant Field Values
-
EXPORT
public static final java.lang.String EXPORT
- See Also:
- Constant Field Values
-
-