Class SingleConditionCheck

java.lang.Object
de.xima.fc.workflow.processor.processing.SingleConditionCheck
All Implemented Interfaces:
Predicate<SingleConditionCheck.FormValueConditionData>

@Deprecated public final class SingleConditionCheck extends Object implements Predicate<SingleConditionCheck.FormValueConditionData>
Deprecated.
Predicate that checks a single condition for a EWorkflowNodeType.FC_MULTIPLE_CONDITION.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • SingleConditionCheck

      public SingleConditionCheck(Function<String,String> placeholderReplacer)
      Deprecated.
      Creates a new form value condition check with the given locale and replacer.
      Parameters:
      placeholderReplacer - Placeholder replacer applied to the left and right hand sides of the condition.
    • SingleConditionCheck

      @Deprecated public SingleConditionCheck(IBaseWorkflowExecutionContext workflowContext)
      Creates a new form value condition check for the new workflow engine.
      Parameters:
      workflowContext - Execution context of the new workflow engine.
  • Method Details