Class ScriptRelatedOperation


  • public class ScriptRelatedOperation
    extends java.lang.Object
    Enthält die Operationscodes für Skript-bezogenen Operationen. Das Submodul Task Manager (TaskManagerInterface) ist für die Abarbeitung dieser Operationen zuständig.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACK_FLAG
      Positive Quittung.
      static int CREATE
      Skript anlegen / editiern
      static int DEFAULTS
      Standard-Werte anfordern
      static int NACK_FLAG
      Negative Quittung
      static int SOURCE
      Quelltext anfordern
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptRelatedOperation

        public ScriptRelatedOperation()