Class ActionEvalTableContent

java.lang.Object
org.apache.hop.workflow.action.ActionBase
org.apache.hop.workflow.actions.evaluatetablecontent.ActionEvalTableContent
All Implemented Interfaces:
Cloneable, IAttributes, ICheckResultSource, IExtensionData, IHasLogChannel, ILoggingObject, IVariables, IResourceHolder, IAction

@Action(id="EVAL_TABLE_CONTENT", name="i18n::ActionEvalTableContent.Name", description="i18n::ActionEvalTableContent.Description", image="EvalTableContent.svg", categoryDescription="i18n:org.apache.hop.workflow:ActionCategory.Category.Conditions", keywords="i18n::ActionEvalTableContent.keyword", documentationUrl="/workflow/actions/evaluatetablecontent.html") public class ActionEvalTableContent extends ActionBase
This defines a Table content evaluation action
  • Field Details

    • successConditionsDesc

      public static final String[] successConditionsDesc
    • successConditionsCode

      public static final String[] successConditionsCode
    • SUCCESS_CONDITION_ROWS_COUNT_EQUAL

      public static final int SUCCESS_CONDITION_ROWS_COUNT_EQUAL
      See Also:
    • SUCCESS_CONDITION_ROWS_COUNT_DIFFERENT

      public static final int SUCCESS_CONDITION_ROWS_COUNT_DIFFERENT
      See Also:
    • SUCCESS_CONDITION_ROWS_COUNT_SMALLER

      public static final int SUCCESS_CONDITION_ROWS_COUNT_SMALLER
      See Also:
    • SUCCESS_CONDITION_ROWS_COUNT_SMALLER_EQUAL

      public static final int SUCCESS_CONDITION_ROWS_COUNT_SMALLER_EQUAL
      See Also:
    • SUCCESS_CONDITION_ROWS_COUNT_GREATER

      public static final int SUCCESS_CONDITION_ROWS_COUNT_GREATER
      See Also:
    • SUCCESS_CONDITION_ROWS_COUNT_GREATER_EQUAL

      public static final int SUCCESS_CONDITION_ROWS_COUNT_GREATER_EQUAL
      See Also:
  • Constructor Details

    • ActionEvalTableContent

      public ActionEvalTableContent(String n)
    • ActionEvalTableContent

      public ActionEvalTableContent()
  • Method Details