public final class FunctionDomain
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static FunctionDomain |
ACTION
This domain indicates that the associated function can be used in a Rule Action as a mutable and non mutable function
|
static FunctionDomain |
BUI
This domain indicates that the associated function can be used in a Decision Table as a mutable and non mutable function
|
static FunctionDomain |
CONDITION
This domain indicates that the associated function can be used in a Rule Condition as a non mutable function
|
static FunctionDomain |
PROCESS
This domain indicates that the associated function can be used in a Process as a mutable and non mutable function
|
static FunctionDomain |
QUERY
This domain indicates that the associated function can be used as a non mutable query function
|
public static final FunctionDomain CONDITION
public static final FunctionDomain ACTION
public static final FunctionDomain QUERY
public static final FunctionDomain BUI
public static final FunctionDomain PROCESS