Class EmailConstants
java.lang.Object
com.orchestranetworks.addon.dqid.common.EmailConstants
Provides the list of parameters available when declaring an email template.
- Since:
- 1.3.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
static final EmailConstants
-
Method Summary
Modifier and TypeMethodDescriptionformat()
Returns the placeholder string of this constant in email templates.boolean
Returnstrue
if this constant represents a correlated watchdog code.boolean
Returnstrue
if this constant represents a correlated watchdog expression.boolean
Returnstrue
if this constant represents a correlated watchdog label.boolean
Returnstrue
if this constant represents watchdog indicator results of a correlated watchdog.boolean
Returnstrue
if this constant represents a data set.boolean
Returnstrue
if this constant represents a data space.boolean
Returnstrue
if this constant represents a data element concept business code.boolean
Returnstrue
if this constant represents a data element concept label.boolean
isField()
Returnstrue
if this constant represents a field.boolean
Returnstrue
if this constant represents a filter predicate.boolean
isGroup()
Returnstrue
if this constant represents a group.boolean
Returnstrue
if this constant represents an Indicator code.boolean
Returnstrue
if this constant represents an Indicator label.boolean
Returnstrue
if this constant represents an Indicator result.boolean
Returnstrue
if this constant represents an operation.boolean
Returnstrue
if this constant represents a record reference.boolean
Returnstrue
if this constant represents a date instance.boolean
Returnstrue
if this constant represents a date-time instance.boolean
Returnstrue
if this constant represents a time instance.boolean
isTable()
Returnstrue
if this constant represents a table.boolean
Returnstrue
if this constant represents a table reference.boolean
Returnstrue
if this constant represents a watchdog code.boolean
Returnstrue
if this constant represents a watchdog expression.boolean
Returnstrue
if this constant represents a watchdog label.boolean
Returnstrue
if this constant represents a workflow.
-
Field Details
-
SYSTEM_DATE
-
SYSTEM_TIME
-
SYSTEM_DATE_TIME
-
INDICATOR_CODE
-
INDICATOR_LABEL
-
INDICATOR_RESULT
-
DEC_BUSINESS_CODE
-
DEC_LABEL
-
OPERATION
- Since:
- 1.4.0
-
WORKFLOW
-
DATASPACE
-
DATASET
-
TABLE
-
GROUP
-
FIELD
-
TABLE_LINK
-
RECORD_LINK
-
WATCHDOG_CODE
- Since:
- 1.5.0
-
WATCHDOG_LABEL
- Since:
- 1.5.0
-
WATCHDOG_EXPRESSION
- Since:
- 1.5.0
-
CORRELATED_WATCHDOG_CODE
- Since:
- 1.5.0
-
CORRELATED_WATCHDOG_LABEL
- Since:
- 1.5.0
-
CORRELATED_WATCHDOG_EXPRESSION
- Since:
- 1.5.0
-
CORRELATED_WATCHDOG_RESULTS
- Since:
- 1.5.0
-
FILTER_PREDICATE
- Since:
- 2.7.0
-
-
Method Details
-
format
Returns the placeholder string of this constant in email templates. -
isSystemDate
public boolean isSystemDate()Returnstrue
if this constant represents a date instance. -
isSystemDateTime
public boolean isSystemDateTime()Returnstrue
if this constant represents a date-time instance. -
isSystemTime
public boolean isSystemTime()Returnstrue
if this constant represents a time instance. -
isIndicatorCode
public boolean isIndicatorCode()Returnstrue
if this constant represents an Indicator code. -
isIndicatorLabel
public boolean isIndicatorLabel()Returnstrue
if this constant represents an Indicator label. -
isIndicatorResult
public boolean isIndicatorResult()Returnstrue
if this constant represents an Indicator result. -
isDECBusinessCode
public boolean isDECBusinessCode()Returnstrue
if this constant represents a data element concept business code. -
isDECLabel
public boolean isDECLabel()Returnstrue
if this constant represents a data element concept label. -
isOperation
public boolean isOperation()Returnstrue
if this constant represents an operation.- Since:
- 1.4.0
-
isWorkflow
public boolean isWorkflow()Returnstrue
if this constant represents a workflow. -
isDataspace
public boolean isDataspace()Returnstrue
if this constant represents a data space. -
isDataset
public boolean isDataset()Returnstrue
if this constant represents a data set. -
isTable
public boolean isTable()Returnstrue
if this constant represents a table. -
isGroup
public boolean isGroup()Returnstrue
if this constant represents a group. -
isField
public boolean isField()Returnstrue
if this constant represents a field. -
isTableLink
public boolean isTableLink()Returnstrue
if this constant represents a table reference. -
isRecordLink
public boolean isRecordLink()Returnstrue
if this constant represents a record reference. -
isWatchdogCode
public boolean isWatchdogCode()Returnstrue
if this constant represents a watchdog code. -
isWatchdogLabel
public boolean isWatchdogLabel()Returnstrue
if this constant represents a watchdog label. -
isWatchdogExpression
public boolean isWatchdogExpression()Returnstrue
if this constant represents a watchdog expression. -
isFilterPredicate
public boolean isFilterPredicate()Returnstrue
if this constant represents a filter predicate.
-