de.bsvrz.kex.kexdav.parameterloader
Class TriggerSpecification

java.lang.Object
  extended by de.bsvrz.kex.kexdav.parameterloader.TriggerSpecification
All Implemented Interfaces:
KExDaVSpecification

public class TriggerSpecification
extends Object
implements KExDaVSpecification

Triggerspezifikation anhand eines Data-Objektes der Trigger-Attributgruppe

Author:
Kappich Systemberatung

Constructor Summary
TriggerSpecification(Data data)
          Erstellt einen Trigger
 
Method Summary
 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(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