Class EmailConstants


  • public final class EmailConstants
    extends java.lang.Object
    Provides the list of parameters available when declaring an email template.
    Since:
    1.3.0
    • Method Detail

      • format

        public java.lang.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.