Class DesignerSystemUtilities

    • Constructor Detail

      • DesignerSystemUtilities

        public DesignerSystemUtilities()
    • Method Detail

      • shutdown

        public void shutdown()
      • getProjectName

        public java.lang.String getProjectName()
      • queryAuditLog

        public Dataset queryAuditLog​(org.python.core.PyObject[] values,
                                     java.lang.String[] keywords)
      • _invokeAsyncImpl

        protected java.lang.Thread _invokeAsyncImpl​(org.python.core.PyObject fun)
        Specified by:
        _invokeAsyncImpl in class SystemUtilities
      • translateImpl

        @Nullable
        protected java.lang.String translateImpl​(@Nonnull
                                                 java.lang.String term,
                                                 @Nullable
                                                 java.lang.String locale,
                                                 boolean strict)
        Specified by:
        translateImpl in class SystemUtilities
      • sendMessageInternal

        public java.util.List<java.lang.String> sendMessageInternal​(java.lang.String project,
                                                                    java.lang.String messageHandler,
                                                                    org.python.core.PyDictionary payload,
                                                                    java.util.Properties filterParams)
                                                             throws java.lang.Exception
        Specified by:
        sendMessageInternal in class SystemUtilities
        Throws:
        java.lang.Exception
      • sendRequestInternal

        protected Request sendRequestInternal​(java.lang.String project,
                                              java.lang.String messageHandler,
                                              org.python.core.PyDictionary payload,
                                              java.util.Properties params,
                                              boolean async)
        Specified by:
        sendRequestInternal in class SystemUtilities