Package de.xima.fc.bl.fdv
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 Summary
Fields Modifier and Type Field Description static PatternEXPR_PATTERNDeprecated.Muster für die Verarbeitung der Eingabe einer Ausführungsbedingung vom TypEExecCondition.REGEX_MATCH. 
- 
Constructor Summary
Constructors Constructor Description ConditionCheck(Bedingung bedingung)Deprecated.Erstellt eine Instanz, die prüft, ob die Formulardaten die übergebene Bedingung erfüllen. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaccept(IFormDataAdapter fd, WorkflowProcessingContext wpc)Deprecated.Lieferttrue, wenn die Bedingung dieses Checks von den übergebenen Formulardaten erfüllt wird. 
 - 
 
- 
- 
Field Detail
- 
EXPR_PATTERN
public static final Pattern EXPR_PATTERN
Deprecated.Muster für die Verarbeitung der Eingabe einer Ausführungsbedingung vom TypEExecCondition.REGEX_MATCH.Bsp.-Eingabe:
REGEX([%Formular.Status%]=send|accepted) REGEX([%Zeichner1.Steuernummer.Auslaendische%]=.+)
 
 - 
 
- 
Constructor Detail
- 
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 Detail
- 
accept
public boolean accept(IFormDataAdapter fd, WorkflowProcessingContext wpc)
Deprecated.Lieferttrue, wenn die Bedingung dieses Checks von den übergebenen Formulardaten erfüllt wird.- Parameters:
 fd- Die Formulardatenwpc- The current workflow processing context of the workflow being executed.- Returns:
 trueif the condition matches,falseotherwise.
 
 - 
 
 -