Class TriggerSpecification

  • All Implemented Interfaces:
    KExDaVSpecification

    public class TriggerSpecification
    extends java.lang.Object
    implements KExDaVSpecification
    Triggerspezifikation anhand eines Data-Objektes der Trigger-Attributgruppe
    • Constructor Summary

      Constructors 
      Constructor Description
      TriggerSpecification​(de.bsvrz.dav.daf.main.Data data)
      Erstellt einen Trigger
    • Method Summary

      Modifier and Type Method Description
      boolean matches​(ConnectionParameter connectionParameter)
      Prüft, ob eine KExDaV-Verbindung zu dieser Spezifikation passt
      • Methods inherited from class java.lang.Object

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

      • TriggerSpecification

        public TriggerSpecification​(de.bsvrz.dav.daf.main.Data data)
        Erstellt einen Trigger
        Parameters:
        data - data
    • Method Detail

      • matches

        public boolean matches​(ConnectionParameter connectionParameter)
        Description copied from interface: KExDaVSpecification
        Prüft, ob eine KExDaV-Verbindung zu dieser Spezifikation passt
        Specified by:
        matches in interface KExDaVSpecification
        Parameters:
        connectionParameter - Verbindungs-Parameter
        Returns:
        true wenn es passt, sonst false