Class DatabaseEventSettings


  • public class DatabaseEventSettings
    extends java.lang.Object
    This class provides acccess to Database Event settings.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DatabaseEventSettings​(com.uc4.util.XMLDocument doc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char getOperator()
      Returns the operator character.
      void setOperator​(char operator)
      Sets the operator which should be used to convert the data sources.
      protected void store​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request)  
      DatabaseEventValue value1()
      Provides access to the definition of value 1 for this database event.
      DatabaseEventValue value2()
      Provides access to the definition of value 2 for this database event.
      • Methods inherited from class java.lang.Object

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

      • DatabaseEventSettings

        protected DatabaseEventSettings​(com.uc4.util.XMLDocument doc)
    • Method Detail

      • store

        protected void store​(com.uc4.util.XMLDocument doc,
                             org.w3c.dom.Element request)
      • getOperator

        public char getOperator()
        Returns the operator character. Possible return values are:
        • G ... Greater
        • L ... Lower
        • E ... Equal
        • N ... Not
        • F ... Greater or Equal
        • K ... Lower or Equal
        • P ... Pattern
        Returns:
        Operator
      • setOperator

        public void setOperator​(char operator)
        Sets the operator which should be used to convert the data sources. Valid parameter values are:
        • G ... Greater
        • L ... Lower
        • E ... Equal
        • N ... Not
        • F ... Greater or Equal
        • K ... Lower or Equal
        • P ... Pattern
        Parameters:
        operator - Operator
      • value1

        public DatabaseEventValue value1()
        Provides access to the definition of value 1 for this database event.
        Returns:
        Value 1
      • value2

        public DatabaseEventValue value2()
        Provides access to the definition of value 2 for this database event.
        Returns:
        Value 2