public enum TBRuleActionType extends java.lang.Enum<TBRuleActionType>
Defines the actions that can be done when a rule is met
| Enum Constant and Description |
|---|
runAutomatedWorkflow
Run a pre-configured executable workflow
|
setFields
Represents action type to set object field
|
variable
Represents an action type evaluated at runtime and used in other
calculation actions
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
static TBRuleActionType |
getValue(long id) |
static TBRuleActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TBRuleActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TBRuleActionType runAutomatedWorkflow
public static final TBRuleActionType setFields
public static final TBRuleActionType variable
public static TBRuleActionType[] values()
for (TBRuleActionType c : TBRuleActionType.values()) System.out.println(c);
public static TBRuleActionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static TBRuleActionType getValue(long id)
public long getId()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.