See: Description
Class | Description |
---|---|
Constant |
Represents a constant, which can be used in expressions throughout the product.
|
FreeformRule |
Represents a freeform rule, which has a set of parameters and an expression which
is run whenever the rule is called.
|
Rule |
Represents a rule or a constant in rules (constants are actually a special
case of rules).
|
RulesFolder |
Represents a folder in the Rules application.
|
Annotation Type | Description |
---|---|
ConstantDataType |
Convenience annotation to indicate a value represents an Appian Object.
|
RuleDataType |
Convenience annotation to indicate a value represents an Appian Object.
|
Provides rules and constants functionality for use within expressions. These rules and
constants are automatically published to the expression servers. This is associated with
com.appiancorp.suiteapi.content
. Use ContentService
to manipulate the content.
The most important classes are Rule
and its sub-classes, which represent
rules and constants.
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.