Class EmailConstants

java.lang.Object
com.orchestranetworks.addon.dqid.common.EmailConstants

public final class EmailConstants extends Object
Provides the list of parameters available when declaring an email template.
Since:
1.3.0
  • Field Details

    • SYSTEM_DATE

      public static final EmailConstants SYSTEM_DATE
    • SYSTEM_TIME

      public static final EmailConstants SYSTEM_TIME
    • SYSTEM_DATE_TIME

      public static final EmailConstants SYSTEM_DATE_TIME
    • INDICATOR_CODE

      public static final EmailConstants INDICATOR_CODE
    • INDICATOR_LABEL

      public static final EmailConstants INDICATOR_LABEL
    • INDICATOR_RESULT

      public static final EmailConstants INDICATOR_RESULT
    • DEC_BUSINESS_CODE

      public static final EmailConstants DEC_BUSINESS_CODE
    • DEC_LABEL

      public static final EmailConstants DEC_LABEL
    • OPERATION

      public static final EmailConstants OPERATION
      Since:
      1.4.0
    • WORKFLOW

      public static final EmailConstants WORKFLOW
    • DATASPACE

      public static final EmailConstants DATASPACE
    • DATASET

      public static final EmailConstants DATASET
    • TABLE

      public static final EmailConstants TABLE
    • GROUP

      public static final EmailConstants GROUP
    • FIELD

      public static final EmailConstants FIELD
    • WATCHDOG_CODE

      public static final EmailConstants WATCHDOG_CODE
      Since:
      1.5.0
    • WATCHDOG_LABEL

      public static final EmailConstants WATCHDOG_LABEL
      Since:
      1.5.0
    • WATCHDOG_EXPRESSION

      public static final EmailConstants WATCHDOG_EXPRESSION
      Since:
      1.5.0
    • CORRELATED_WATCHDOG_CODE

      public static final EmailConstants CORRELATED_WATCHDOG_CODE
      Since:
      1.5.0
    • CORRELATED_WATCHDOG_LABEL

      public static final EmailConstants CORRELATED_WATCHDOG_LABEL
      Since:
      1.5.0
    • CORRELATED_WATCHDOG_EXPRESSION

      public static final EmailConstants CORRELATED_WATCHDOG_EXPRESSION
      Since:
      1.5.0
    • CORRELATED_WATCHDOG_RESULTS

      public static final EmailConstants CORRELATED_WATCHDOG_RESULTS
      Since:
      1.5.0
    • FILTER_PREDICATE

      public static final EmailConstants FILTER_PREDICATE
      Since:
      2.7.0
  • Method Details

    • format

      public String format()
      Returns the placeholder string of this constant in email templates.
    • isSystemDate

      public boolean isSystemDate()
      Returns true if this constant represents a date instance.
    • isSystemDateTime

      public boolean isSystemDateTime()
      Returns true if this constant represents a date-time instance.
    • isSystemTime

      public boolean isSystemTime()
      Returns true if this constant represents a time instance.
    • isIndicatorCode

      public boolean isIndicatorCode()
      Returns true if this constant represents an Indicator code.
    • isIndicatorLabel

      public boolean isIndicatorLabel()
      Returns true if this constant represents an Indicator label.
    • isIndicatorResult

      public boolean isIndicatorResult()
      Returns true if this constant represents an Indicator result.
    • isDECBusinessCode

      public boolean isDECBusinessCode()
      Returns true if this constant represents a data element concept business code.
    • isDECLabel

      public boolean isDECLabel()
      Returns true if this constant represents a data element concept label.
    • isOperation

      public boolean isOperation()
      Returns true if this constant represents an operation.
      Since:
      1.4.0
    • isWorkflow

      public boolean isWorkflow()
      Returns true if this constant represents a workflow.
    • isDataspace

      public boolean isDataspace()
      Returns true if this constant represents a data space.
    • isDataset

      public boolean isDataset()
      Returns true if this constant represents a data set.
    • isTable

      public boolean isTable()
      Returns true if this constant represents a table.
    • isGroup

      public boolean isGroup()
      Returns true if this constant represents a group.
    • isField

      public boolean isField()
      Returns true if this constant represents a field.
    • isTableLink

      public boolean isTableLink()
      Returns true if this constant represents a table reference.
    • isRecordLink

      public boolean isRecordLink()
      Returns true if this constant represents a record reference.
    • isWatchdogCode

      public boolean isWatchdogCode()
      Returns true if this constant represents a watchdog code.
    • isWatchdogLabel

      public boolean isWatchdogLabel()
      Returns true if this constant represents a watchdog label.
    • isWatchdogExpression

      public boolean isWatchdogExpression()
      Returns true if this constant represents a watchdog expression.
    • isCorrelatedWatchdogCode

      public boolean isCorrelatedWatchdogCode()
      Returns true if this constant represents a correlated watchdog code.
    • isCorrelatedWatchdogLabel

      public boolean isCorrelatedWatchdogLabel()
      Returns true if this constant represents a correlated watchdog label.
    • isCorrelatedWatchdogExpression

      public boolean isCorrelatedWatchdogExpression()
      Returns true if this constant represents a correlated watchdog expression.
    • isCorrelatedWatchdogResults

      public boolean isCorrelatedWatchdogResults()
      Returns true if this constant represents watchdog indicator results of a correlated watchdog.
    • isFilterPredicate

      public boolean isFilterPredicate()
      Returns true if this constant represents a filter predicate.