Class ConditionCheck

java.lang.Object
de.xima.fc.bl.fdv.ConditionCheck

@Deprecated public final class ConditionCheck extends Object
Deprecated.
Use the new workflow engine (CompoundConditionEvaluator).
Author:
XIMA MEDIA GmbH
  • Field Details

    • EXPR_PATTERN

      public static final Pattern EXPR_PATTERN
      Deprecated.
      Muster für die Verarbeitung der Eingabe einer Ausführungsbedingung vom Typ EExecCondition.REGEX_MATCH.

      Bsp.-Eingabe:

       REGEX([%Formular.Status%]=send|accepted) REGEX([%Zeichner1.Steuernummer.Auslaendische%]=.+)
       
  • Constructor Details

    • ConditionCheck

      public ConditionCheck(Bedingung bedingung)
      Deprecated.
      Erstellt eine Instanz, die prüft, ob die Formulardaten die übergebene Bedingung erfüllen.
      Parameters:
      bedingung - Die Bedingung, gegen die geprüft werden soll.
  • Method Details

    • accept

      public boolean accept(IFormDataAdapter fd, WorkflowProcessingContext wpc)
      Deprecated.
      Liefert true, wenn die Bedingung dieses Checks von den übergebenen Formulardaten erfüllt wird.
      Parameters:
      fd - Die Formulardaten
      wpc - The current workflow processing context of the workflow being executed.
      Returns:
      true if the condition matches, false otherwise.