Class QconsoleScripts


  • public class QconsoleScripts
    extends java.lang.Object
    This 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXPORT  
      static java.lang.String IMPORT
      This relies on internal APIs in the qconsole-model function that have changed between MarkLogic 8 and 9.
    • Constructor Summary

      Constructors 
      Constructor Description
      QconsoleScripts()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • QconsoleScripts

        public QconsoleScripts()